/*Why Aolcc Page Css*/
.way-to-learn-section .way-to-learn {
    padding: 80px 0;
}
.way-to-learn-section .container {
    position: relative;
}
.has-green-bg {
    background-color: #9bbf37;
}
.has-orange-bg {
    background-color: #f17c27;
}
.has-blue-bg {
    background-color: #37c3d8;
}
.way-to-learn-section .way-to-learn-content {
    position: relative;
    z-index: 3;
    max-width: 910px;
}
.way-to-learn-section h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 9px;
}
.way-to-learn-section p.sub-title {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.way-to-learn-section p.sub-title:before {
    position: absolute;
    content: "";
    width: 105px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.way-to-learn-section p {
    color: #fff;
}
.way-to-learn-section .icon-wrapper {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 200px;
    width: 100%;
    text-align: center;
}
.way-to-learn-section .icon-wrapper i {
    color: rgba(0,0,0,0.1);
    font-size: 200px;
}
/*Why Aolcc Page Css End*/
@media(max-width: 1279px) {
    .way-to-learn-section .way-to-learn {
        padding: 60px 0;
    }
    .way-to-learn-section .icon-wrapper {
        right: 25px;
    }
}
@media(max-width: 767px) {
    .way-to-learn-section .way-to-learn {
        padding: 40px 0;
    }
    .way-to-learn-section p.sub-title {
        font-size: 18px;
    }
    .way-to-learn-section .icon-wrapper {
        max-width: 150px;
    }
    .way-to-learn-section .icon-wrapper i {
        font-size: 150px;
    }
}