section.enroll-now .container-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 88px 0 88px;
    border-radius: 24px;
    box-shadow: 0px 16px 40px 0px #391de812;
    max-width: 1240px;
    margin: 0 auto;
}
section.enroll-now .container-wrap h3 {
    text-transform: capitalize;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}
section.enroll-now .container-wrap h3 span {
    font-weight: 700;
}
section.enroll-now .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 760px;
}
section.enroll-now .content p {
    font-family: "inter";
    color: #414D60;
    margin: 0;
    padding: 0px 20px 23px;
}
section.enroll-now .content a i {
    background: var(--color-light);
    color: var(--color-icon-bg);
}
/* responsiveness  */
@media(max-width: 991px) {
    section.enroll-now .container-wrap {
        padding: 40px 10px 40px;
    }
}
@media(max-width: 767px) {
    section.enroll-now .container-wrap {
        padding: 30px 10px 30px;
    }
}