.web-advantages-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;

}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.background-img-content {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;

}

.web-advantages-content>p {
    margin-bottom: 2.5rem;
    text-align: center;
    color: #4c5a4f;

}

@media (min-width: 992px) {
    .web-advantages-content>p {
        text-align: left;
    }
}

.web-advantages-content {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
}

.web-advantages-content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.web-advantages-content a:hover {
    color: #555555;
    text-decoration: none;
}

.web-advantages-section h2 {
    color: #4c5a4f;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Lato";
}

.web-advantages-section h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #a7b2a0;
    margin-top: 15px;
}

.web-advantages-include {
    display: flex;
    gap: 0 3rem;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-top: 15px;
    padding-left: 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.we-advantages-text {
    margin-top: 2rem;
    letter-spacing: 0;
    font-size: 1.7rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;

    & p {
        color: #4c5a4f;
    }
}

.icon-with-text {
    display: flex;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.web-advantages-icons {
    width: 22%;
}

.icon {
    width: 60px;
    height: 60px;
    color: #a7b2a0;
}

@media only screen and (max-width: 1024px) {
    .web-advantages-include {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .web-advantages-content {
        padding: 5rem;
        margin: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .web-advantages-icons {
        width: 100%;
    }

    .web-advantages-section h2 {
        text-align: center;
    }

    .web-advantages-include {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .icon {
        width: 60px;
        height: 60px;
    }

    .icon-with-text {
        gap: 0.5rem;
    }
}




.web-advantages {

    & .web-advantages-icons {
        width: auto;
    }

    & .icon-with-text {
        flex-direction: row;

        & img.icon {
            width: 30px;
            height: 30px;
        }
    }
}

@media only screen and (max-width: 480px) {

    .web-advantages-content {
        padding: 3rem 1.5rem;
        margin: 2rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .web-advantages-section h2 {
        text-align: center;
    }

    .web-advantages-section {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding: 5px;
    }


    .web-advantages-icons {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-with-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .icon-with-text img.icon {
        width: 35px;
        height: auto;
        margin-bottom: 19px;
        display: inline-block;
        vertical-align: middle;
    }

    .we-advantages-text {
        flex: 1;
        font-size: 1.6rem;
        margin-top: 10px;
        padding: 0 2px;
        gap: 0.5rem;
        margin-bottom: 1rem;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        color: #4c5a4f;
    }

}


.web-amenities {
    & .web-advantages-icons {
        width: auto;
    }

    & .icon-with-text {
        flex-direction: row;

        & img.icon {
            width: 30px;
            height: 30px;
        }
    }
}