/*about*/
.about {
    padding-top: 35px;
    font-size: 13px;
    line-height: 22px;
}
.about__image img {
    width: 262px;
    height: 170px;
    display: block;
    margin-left: auto;
    margin-bottom: 30px;
}
.about__text p:first-child, .about__text p:nth-child(2), .about__text p:nth-child(3), .about__text p:nth-child(4), .about__text p:nth-child(11), .about__text p:nth-child(12), .about__text p:nth-child(13){
    padding-bottom: 20px;
}
.about__text__title {
    font-size: 14px;
    font-weight: bold;
}
@media (max-width: 991px){
    .about__text{
        padding-right: 15px;
    }
}

@media (max-width: 767px){
    .about__text{
        padding-right: 0px;
    }
    .about__image img {
        width: calc(94% / 3);
        height: 170px;
        margin: 0px 1% 30px;
        float: left;
    }
}

@media (max-width: 600px){
    .about__image img {
        height: 112px;
    }
}
@media (max-width: 500px){
    .about__image img {
        height: 90px;
    }
}
@media (max-width: 425px){
    .about__image img {
        height: 75px;
    }
}
@media (max-width: 375px){
    .about__image img {
        height: 174px;
        width:100%
    }
}