.gallery_show .grid--content .column--wrapper {
    display: column;
    columns: 4;
    gap: 20;
    break-inside: avoid;
}

.gallery_show .post--item {
    break-inside: avoid;
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .gallery_show .grid--content .column--wrapper {
        columns: 4;
    }
}

@media screen and (max-width: 991px) {
    .gallery_show .grid--content .column--wrapper {
        columns: 2;
    }
}

@media screen and (max-width: 450px) {
    .gallery_show .grid--content .column--wrapper {
        columns: 2;
    }
}

.gallery_show {
    padding-bottom: 120px;
}

.service-section-4 img {
    width: 250px;
}

.feature-impact-left-style-1 img {
    height: 550px;
    width: 100%;
    margin-left: -15px;
    margin-top: 20px;
}

.fa-check:before {
    color: #316954;
}

.about-image img {
    width: 100%;
}

.client-image-item img {
    height: 180px;
    width: 180px;
    margin-right: 50px;
}

.service-section-4 img {
    width: 100%;
    display: block;
}

.line {
    margin-left: 380px;
}

.highly-skill-left-content-style-6 .icon img {
    max-width: 100%;
}

 .top-icon-area .icon img{
    width: 15%;
}

.work-process-items-style-4 .icon img{
    max-width: 50%;
}

.choose-us-image-10{
    margin-left: -11px;
}
.flex-row-reverse .choose-us-image-10 {
    margin-right: -11px;
    margin-left: 0;
}

.choose-us-content-10{
    margin-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width:767px){
    .choose-us-content-10, .choose-us-image-10{
        margin-left: 0px;
        padding-right: 0px;
    }
    .flex-row-reverse .choose-us-image-10 {
        margin-right: 0px;
        margin-left: 0;
    }
    .highly-skill-left-content-style-6 .icon img {
    max-width: 100px;
}
}

.testimonial-section-6 img{
    max-width: 90%;
}

.contact-section-2 {
    background:#e0ede4;
}
