.home-sec-two {
    padding: 0px 40px;
}

.home-sec-two img {
    width: 100%;
    height: auto;
}

.home-sec-three {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-image-grid-items {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 300px;
}

.sec-three-img-01 {
    background-image: url('../web-img/home/sec-three-01.avif');
}

.sec-three-img-02 {
    background-image: url('../web-img/home/sec-three-02.avif');
}

.sec-three-img-03 {
    background-image: url('../web-img/home/sec-three-03.avif');
}

.sec-three-img-04 {
    background-image: url('../web-img/home/sec-three-04.avif');
}

.home-image-grid-items button {
    border: 1px solid var(--white);
    background-color: var(--white);
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 300;
    color: var(--black);
    transition: all 0.3s ease;
}

.home-image-grid-items button:hover {
    border: 1px solid var(--white);
    background-color: transparent;
    color: var(--white);
}

.home-sec-four {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.home-sec-four img {
    width: 60px;
    height: auto;
}

.home-sec-four p {
    font-size: 35px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .home-sec-three {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mobile-responsive {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-sec-one {
        order: 1;
    }

    .home-sec-two {
        order: -1;
    }

    .page-title h3 {
        font-size: 30px;
    }

    .home-sec-two {
        padding: 0px 0px;
    }

    .home-image-grid-items {
        height: 200px;
        min-height: 200px;
        padding-top: 0px;
    }
    .home-sec-four p {
        font-size: 25px;
        font-weight: 400;
        text-align: center;
    }
}
