.first-section {
    background: url("/media/web/images/magicpattern-mesh-green.webp");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.first-section .content {
    position: relative;
    text-align: center;
    top: 140px;
}

.first-section .content h2 {
    font-size: 25px;
    color: var(--color-navy-blue);
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin: 0px;
}

.first-section .content p {
    margin: 6px auto;
}

.details-box {
    max-width: 1200px;
    background: white;
    border-radius: 20px;
    margin: 60px auto;
    margin-top: 130px;
    padding: 15px 25px;
}

.details-box h2 {
    font-size: 18px;
}

.details-box ul {
    padding-left: 30px;
}

.details-box ul li {
    margin: 12px 0px;
}

@media only screen and (max-width: 1250px) {
    .details-box {
        max-width: 900px;
    }
}

@media only screen and (max-width: 900px) {
    .details-box {
        max-width: 650px;
    }
}

@media only screen and (max-width: 660px) {
    .first-section {
        margin-top: -55px;
    }
}