#about-serv-block {
    position: relative;
}

#about-serv-block .about-serv-content {
    display: flex;
}

#about-serv-block .about-serv-content .about-serv-left {
    width: 50%;
    background-color: var(--green);
    padding-left: calc((100% - 1200px) / 2);
    padding-right: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#about-serv-block .about-serv-content .about-serv-left .about-serv-title {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
}
#about-serv-block .about-serv-content .about-serv-left .about-serv-desc a {
	font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
	font-weight: 600;
	text-decoration: underline;
}
#about-serv-block .about-serv-content .about-serv-left .about-serv-desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}


#about-serv-block .about-serv-content .about-serv-right {
    width: 50%;
    background-color: #fff;
    padding-right: calc((100% - 1200px) / 2);
    padding-left: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#about-serv-block .about-serv-content .about-serv-right .about-serv-list-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: var(--text);
    margin-bottom: 15px;
}

#about-serv-block .about-serv-content .about-serv-right .about-serv-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 20px;
}

#about-serv-block .about-serv-content .about-serv-right .about-serv-list .about-serv-list-item {
    color: var(--text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#about-serv-block .about-serv-content .about-serv-right .about-serv-list .about-serv-list-item::before {
    content: url(../../../assets/images/marker.png);
    margin-right: 10px;
}

@media only screen and (max-width:1200px) {
    #about-serv-block .about-serv-content .about-serv-left {
        padding: 50px 15px;
    }

    #about-serv-block .about-serv-content .about-serv-right {
        padding: 50px 15px;
    }

}

@media only screen and (max-width:1000px) {
    #about-serv-block .about-serv-content .about-serv-left .about-serv-title {
        font-size: 42px;
    }
}

@media only screen and (max-width:767px) {
    #about-serv-block .about-serv-content .about-serv-left .about-serv-title {
        font-size: 36px;
    }

    #about-serv-block .about-serv-content {
        flex-direction: column;
    }

    #about-serv-block .about-serv-content .about-serv-left {
        width: 100%;
        padding: 40px 15px;
    }

    #about-serv-block .about-serv-content .about-serv-right {
        width: 100%;
        padding: 40px 15px;
    }
}

@media only screen and (max-width:480px) {
    #about-serv-block .about-serv-content .about-serv-left .about-serv-title {
        font-size: 32px;
    }

    #about-serv-block .about-serv-content .about-serv-left .about-serv-desc,
	#about-serv-block .about-serv-content .about-serv-left .about-serv-desc a{
        font-size: 18px;
    }
}