body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

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

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

.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 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px;
    font-size: 20px;
    font-weight: 500;
}

.first-section .content .title p {
    margin: 0px;
}

.first-section .content .title span {
    background: var(--color-secondary);
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 0px 5px;
}

.first-section .content .title span:last-child {
    background: var(--colro-green);
}

.first-section .content .title .second-part {
    display: flex;
}

.first-section .content .note-one {
    max-width: 900px;
    margin: 0px auto;
    font-size: 18px;
}

.first-features {
    margin-top: 60px !important;
}

.row {
    max-width: 1440px;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}

.row .col {
    flex: 100%;
}

.row .col h2 {
    font-size: 22px;
    font-family: 'Noto Sans', sans-serif;
    margin: 0px;
}

.row .col p {
    margin: 7px 0px;
    color: var(--color-text-gray);
    font-size: 18px;
}

.row .col ul {
    padding-left: 30px;
}

.row .col ul li {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}

.row .col ul li span {
    color: var(--color-text-gray);
    font-weight: 500;
}

.second-features .col:last-child {
    text-align: center;
}

.second-features .col:last-child img {
    max-width: 520px;
}

@media only screen and (max-width: 1440px) {
    .row {
        margin: 0px 50px;
    }
}

@media only screen and (max-width: 900px) {
    .first-section .content .note-one {
        margin: 0px 50px;
    }
    .row {
        margin: 0px 80px;
        flex-flow: wrap;
    }
    .first-features {
        margin-top: 0px !important;
    }
    .second-features {
        margin-top: 60px !important;
    }
}

@media only screen and (max-width: 660px) {
    .first-section {
        height: 420px;
        margin-top: -95px;
    }
    .first-section .content .note-one {
        margin: 0px 14px;
        font-size: 16px;
    }
    .row {
        margin: 0px 20px;
        flex-flow: wrap;
    }
}

@media only screen and (max-width: 520px) {
    .first-section .content {
        top: 125px;
    }
    .first-section .content .title {
        flex-direction: column;
        row-gap: 10px;
    }
    .first-section {
        height: 440px;
    }
}

@media only screen and (max-width: 350px) {
    .first-section {
        height: 460px;
    }
}