/*top-noays*/
.top-noays {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background: #F3F6FD;
}

.top-noays-grid {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

@media screen and (max-width: 900px) {
    .top-noays-grid {
        display: block !important;
    }

    .top-noays-card {
        margin-top: 30px;
    }

    .top-noays-card:first-child {
        margin-top: 0px !important;
    }

    .top-noays-card p {
        font-size: 16px !important;
    }
}

.top-noays-card {
    position: relative;
    width: 100%;
    height: auto;
}

.top-noays-card p {
    font-size: 18px;
    color: #0c153c;
}

.top-noays-foot {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
}

.top-noays-foot h2 {
    font-size: 35px;
    font-weight: 700;
    color: #144a9d;
}

@media screen and (max-width: 900px) {
    .top-noays-foot h2 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .top-noays-foot h2 {
        font-size: 25px !important;
    }
}

/*eche-section*/
.eche-section {
    position: relative;
    width: 100%;
    height: auto;
    background: #0C153C;
    padding: 70px 0px;
}

.eche-section img {
    max-width: 100%;
}
