

.about-com{
    display: flex;
    flex-direction: row;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--white);
    border-radius: 7px;
}

.about-com-text{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 40px;
    font-size: 20px;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;

}

hr{
    border-radius: 7px;
}

.about-com-text-title{

}

.about-com-text-title span{
    font-size: 30px;
    font-weight: bold;
}

.about-com-logo{

    display: flex;
    width: 30%;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.about-com-logo img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.sd{
    display: flex;
    flex-direction: row;
    font-family: 'Montserrat', sans-serif;

    border-radius: 7px;
    margin: 10px 0;
    align-items: center;
}

.map-2gis{
    display: flex;
    padding: 20px;
}

.sd-container{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: var(--white);
    border-radius: 7px;
    height: 600px;
}

.sd-photo{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 20px 0;
}

.sd-photo img{
    border-radius: 7px;
}

.sd-desc{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 35px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    gap: 15px;
}



.sd-desc-title{
    font-weight: bold;
}

.sd-desc-address{

}

.sd-desc-phone{

}

.sd-desc-wa{

}
.sd-desc-tg{

}
.sd-desc-2gis img{
    border-radius: 7px;
}

.sd-link{
    font-family: 'Roboto', sans-serif;
    color: var(--black);

}
.sd-link:hover{
    color: var(--orange-color-light);
    text-decoration: underline var(--orange-color-light);
}

.sd-link img{
    width: 18px;
}


.stat{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px 0;
    border-radius: 7px;

}
.stat-item{
    display: flex;
    flex-direction: column;
    background-color: var(--orange-color-light);
    border-radius: 7px;
    padding: 20px;
}

.stat-item-title{
    font-size: 30px;
    color: var(--white);
    display: flex;
    justify-content: center;
}
.stat-item-desc{
    display: flex;
    justify-content: center;
    font-size: 23px;
    color: var(--white);
}


.sd-group{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

@media screen and (max-width: 1300px ) {
    .about-com-text{
        font-size: 16px;
    }
}
@media screen and (max-width: 1140px ) {
    .sd{
        flex-wrap: wrap;
        justify-content: center;
    }
    .map-2gis{
        display: none;
    }
}

@media screen and (max-width: 800px ) {
    .about-com-text{
        font-size: 14px;
    }
}

@media screen and (max-width: 600px ) {
    .about-com-logo img{
        height: 100px;
    }
    .about-com-text-title span{
        font-size: 22px;
    }
    .sd-desc{
        width:auto;
    }

    .stat-item-title{
        font-size: 40px;
    }
    .stat-item-desc{
        font-size: 17px;
    }

}



