.about-section img {
    width: 46%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;

}
@media(min-width:992px){
.about-section {
    height: 600px;
}}

.about-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 500px;
}

@media(max-width:576px) {
    .about-section img {
        width: 47% !important;
        height: 250px !important;
    }

    .about-images {
        height: 300px !important;
    }
}

@media(min-width:576px) and (max-width:992px) {
    .about-section img {
        width: 47% !important;
        height: 300px !important;
    }
}

@media(max-width:991px) {

    .content-accent,
    .content-accent-02 {
        display: none !important;
    }
}

.about-images {
    position: relative;
}

.image1 {
    position: absolute;
    top: 0;
    left: 0;
}

.image2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media(min-width:992px){
.content-accent-02 {
    position: absolute;
    left: 32px;
    top: auto;
    right: auto;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffdf00;
}

.content-accent {
    position: absolute;
    left: auto;
    top: 70px;
    right: 19px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffdf00;

}
}

.text-heading3 {
    margin-bottom: 5px;
    color: #ff4c02;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: uppercase;
}

.text-about-heading {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1d3240;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;

}

@media(max-width:767px) {
    .text-service-heading {
        font-size: 30px;
        line-height: 40px;
    }
}

.brands {
    display: grid;
    padding-left: 0;
    grid-auto-columns: 1fr;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 41px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-item {
    margin-bottom: 0;
    padding-left: 25px;
    background-image: url("../images/icons8-star-48.png");
    background-position: 0 50%;
    background-size: auto 15px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
}

.brand-item a {
    background-color: transparent;
    color: #041434;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .brands {
        grid-row-gap: 4px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}