/*--- about-companey ---*/

.about-companey {
    margin-top: 100px;
}

.about-companey p{
    font-size: 16px;
    font-weight: 300;
    color: #1E1E1E;
    line-height: 32px;
}

/*--- about-customers ---*/

.about-customers {
    margin-top: 100px;
}

.about-customers .section-title{
    margin-bottom: 50px;
}

.about-customers__content{
    cursor: pointer;
}

.about-customers__content img {
    filter: grayscale(1);
    margin: 0 auto 16px;
}
    
.about-customers__content:hover img {
    filter: grayscale(0);
}

.about-customers__content span{
    font-size: 12px;
    font-weight: 100;
    color: #1E1E1E;
    text-align: center;
    display: block;
}

.about-customers > .row > .col{
    flex: 0 0 14.28%;
}

.about-customers__contents{
    margin-top: 50px;
}

/*---- bout-hero -----*/


.about-hero{
    margin-top: 100px;
}

.bout-hero__content{
    font-size: 16px;
    font-weight: 300;
    color: #1E1E1E;

    ul{
        margin: 0 !important;
        padding: 0 26px 0 0 !important;
    }

    li{
        list-style: circle !important;
    }
}

.about-hero img{
    object-fit: cover;
    height: auto;
}

@media screen and (max-width:768px) {
    .about-companey{
        margin-top: 50px;
    }

    .about-companey p{
        text-align: justify;
    }

    .about-customers{
        margin-top: 50px;
    }

    .about-customers .section-title h2 {
        border-bottom: 0 !important;
        position: relative;
    }

    .about-customers .section-title h2::after{
        content: "";
        border: 2px solid #FF9A1E;
        width: 200px;
        position: absolute;
        bottom: -10px;
        right: calc(50% - 100px);
    }

    .about-customers > .row{
        justify-content: center !important;
    }

    .about-customers > .row > .col {
        flex: 0 0 33.33%;
        margin-bottom: 20px;
    }

    .about-hero .section-title > div{
        text-align: right !important;
    }

    .bout-hero__content{
        font-size: 14px;
        text-align: justify;
        margin-bottom: 20px;

        ul{
            padding-right: 16px;
        }
    }

    .about-hero img{
        border-radius: 7px;
    }

    .about-hero{
        margin-top: 50px;
    }
}