.about-company h2{
    font-family: 'DM Sans Medium', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    width: 80%;
}
.about-company h2 span{
    font-family: 'DM Sans Bold', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    width: 80%;
}

.about-company .trust-content{
    width: 60%;
    text-align: left;
    /*position: relative;*/
}

.about-company .trust-content:after{
    content: '';
    width: 50%;
    position: absolute;
    border: 1px solid #FFFFFF;
}


.about-company .trust-content .trust-sing {
    background-image: url('../../../assets/images/round.svg');
    background-repeat: no-repeat;
    background-position: top 50% left -1px;
    margin-left: 0;
    padding-left: 0;
}

.about-company .trust-content .trust-sing p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: none;
    font-family: 'DM Sans Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.about-company .company-text h3 {
    font-family: 'DM Sans Medium', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.about-company .company-text h3:after {
    content: '';
    display: block;
    width: 245px;
    margin-top: 15px;
    border-bottom: 2px solid #95C123;
}

.about-company .company-content {
    display: flex;
    justify-content: space-between;
    margin-top: 400px;
    margin-bottom: 64px;
}

.about-company .trust-content{
    margin-top: 0;
    margin-bottom: 0;
}

.about-company .company-content{
    margin-top: 400px;
}

@media (min-width: 1221px) and (max-width: 1320px) {
    .about-company .trust-content:after{
        width: 41%;
    }
}

@media (min-width: 1151px) and (max-width: 1220px) {
    .about-company .trust-content:after{
        width: 40%;
    }
}

@media (min-width: 1061px) and (max-width: 1150px) {
    .about-company .trust-content {
        width: 70%;
    }
    .about-company .trust-content:after{
        width: 48%;
    }
}

@media screen and (max-width: 1060px) {
    .about-company .trust-content {
        width: 70%;
    }
    .about-company .trust-content:after{
        width: 47%;
    }
}

@media screen and (max-width: 1024px) {
    .about-company .trust-content {
        width: 100%;
    }
    .about-company .trust-content:after{
        width: 58%;
    }

    .about-company .company-content {
        flex-direction: column;
        gap: 20px;
    }

    .about-company .company-content .company-text {
        align-self: flex-start;
    }
    .about-company .trust-content .trust-sing:last-child{
        width: 30%
    }
}

@media (min-width: 941px) and (max-width: 990px) {
    .about-company .trust-content:after{
        width: 59%;
    }
}

/*@media (min-width: 916px) and (max-width: 940px) {*/
@media (min-width: 891px) and (max-width: 940px) {
    .about-company .trust-content:after{
        width: 60%;
    }
}
@media (min-width: 851px) and (max-width: 890px) {
    .about-company .trust-content:after{
        width: 61%;
    }
}
@media (min-width: 806px) and (max-width: 850px) {
    .about-company .trust-content:after{
        width: 62%;
    }
}
@media (min-width: 761px) and (max-width: 805px) {
    .about-company .trust-content:after{
        width: 63%;
    }
}

@media screen and (max-width: 760px) {
    .about-company .trust-content:after{
        width: 64%;
    }
}

/*@media (min-width: 867px)  and (max-width: 915px) {
    .about-company .trust-content:after{
        width: 64%;
    }
}

@media (min-width: 821px) and (max-width: 866px) {
    .about-company .trust-content:after{
        width: 65%;
    }
}

@media (min-width: 781px) and (max-width: 820px) {
    .about-company .trust-content:after{
        width: 66%;
    }
}

@media (min-width: 751px) and (max-width: 780px) {
    .about-company .trust-content:after{
        width: 67%;
    }
}*/

@media screen and (max-width: 750px) {
    .about-company .trust-content {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
    }

    .about-company .trust-content .trust-sing{
        flex-basis: 30%;
    }

    .about-company .trust-content:before {
        content: '';
        border: .5px solid #FFFFFF;
        width: 100%;
        position: absolute;
        top: 52px;
    }

    .about-company .trust-content:after{
        border: .5px solid #FFFFFF;
        width: 100%;
        bottom: 52px;
    }
}
@media (min-width: 509px) and (max-width: 564px) {
    .about-company .trust-content .trust-sing p{
        font-size: 18px;
    }
}
@media (min-width: 452px) and (max-width: 508px) {
    .about-company .trust-content .trust-sing p{
        font-size: 16px;
    }
}
@media (min-width: 396px) and (max-width: 451px) {
    .about-company .trust-content .trust-sing p{
        font-size: 14px;
    }
}
@media (min-width: 339px) and (max-width: 395px) {
    .about-company .trust-content .trust-sing p{
        font-size: 12px;
    }
}
@media screen and (max-width: 338px) {
    .about-company .trust-content .trust-sing p{
        font-size: 10px;
    }
}


body .about-company .trust-content:after{
    left: 0;
    width: 100%;
}

body .about-company .trust-content{
    position: relative;
    justify-content: start;
}