.call-enroll {
    padding: 80px 0;
    background: linear-gradient(
        rgba(0, 170, 200, 0.85),
        rgba(0, 170, 200, 0.85)
    ),
    url("../images/pattern-bg.png");
    background-size: cover;
    text-align: center;
    color: #fff;
}

.call-enroll h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.call-enroll p {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.7;
}

.call-box {
    font-size: 26px;
    margin-bottom: 30px;
}

.phone-icon {
    margin-right: 10px;
}

.phone-number strong {
    color: #ffd000;
}

.enroll-btn {
    display: inline-block;
    background: #ff2d2d;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.enroll-btn:hover {
    background: #d81f1f;
    color: #fff;
}



