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

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

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

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

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

.vbox-container img {
    max-width: 500px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.benefit-card {
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
}

.benefit-card img {
    width: 65px;
    margin-bottom: 22px;
}

.benefit-card h3 {
    font-size: 30px;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 18px;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    font-weight: 400;
}

@media (max-width:1399.98px) {
    .benefit-card h3 {
        font-size: 26px;
    }
}


.cta-card-two img {
    max-width: 200px;
}

.contact-card-sm p {
    color: #272f21;
}

.contact-form-two-wrap .form-group label {
    font-size: 14px;
}


.cta-section .cta-content h2 span {
    font-weight: 500px;
    color: rgb(78, 78, 78);
}

.cta-section .btn {
    color: white;
    background-color: #3f602f;
}

.section-heading .content {
    width: 800px;
    margin: auto;
}

.linkdln {
    background-color: #0266c8d6;
}

.whatsapp {
    background-color: #38c619;

}

@media (max-width:575px) {
    .benefit-grid {
        grid-template-columns: 1fr;
        padding: 0px;
    }
    .benefit-card h3 {
        font-size: 22px;
    }
    .benefit-card{
        padding: 25px;
    }
}
