.interesting-effective-way{
    background-color: #FFFFFF;
    padding: 60px 0 60px 0;
}
.interesting-effective-way-title{
    font-family: 'EB Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #1A202C;
    margin-bottom: 50px;
}
.interesting-effective-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interesting-effective-card{
    /* margin-left: 30px; */
    width: 310px;
    margin-bottom: 30px;
}
.interesting-effective-card-image{
    margin-bottom: 30px;
    text-align: center;
}
.interesting-effective-text-block{
    min-height: 100px;
}
.interesting-effective-card-text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #1A202C;
}

.learner-type-card{
    background: #FFFFFF;
    border-radius: 8px;
}
.no-commintment-no-credit-card-details-required{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A0AEC0;
    margin-top: 5px;
}
.learner-type-block-title{
    font-family: 'EB Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #1A202C;  
}
.learner-type-card-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #1A202C;
    min-height: 70px;
}
.learner-type-card-desc{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #1A202C;
    min-height: 160px;
}
.learner-type-button{
    background: #FFFFFF;
    border: 1.5px solid #D9000D;
    box-sizing: border-box;
    width: fit-content;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #D9000D;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
}
.learn-anywhere{
    margin: 60px 0 60px 0;
    background: #EDF2F7;
    border: 1px solid #E2E8F0;
    box-sizing: border-box;
}
.learn-anywhere-container{
   display: flex;
    
}
.learn-anywhere-title{
    font-family: 'EB Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    font-feature-settings: 'liga' off;
    color: #1A202C;
}
.learn-anywhere-left{
    width: 50%;
    display: flex;
    align-items: center;
}
.learn-anywhere-right{
    width: 50%;
}
.learn-anywhere-image{
    width: 100%;
}

.res-img {
    height: 148px;
    width: 100%;
}

.card-content-tag-viewed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.card-content-viewed {
    position: absolute;
    top: 8px;
    right: 8px !important;
    background-color:#FFFFFF;
    opacity: 0.8;
    padding: 2px;
}

.res-title {
    font-family: 'EB Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1A202C !important;
}

.new-lvl {
    background-color: #FFFFFF;
    padding: 40px 0 10px 0;
}

.lvl-1-5 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.lvl-n {
    font-family: 'EB Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 98px;
    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on, 'liga' off;
    color: #E1333D;
}

.lvl-t {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #1A202C;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 4px 0px;
}

.lvl {
    width: 20%;
}

.lvl-1-2 {
    position: absolute;
    left: 13%;
    top: 18%;
}

.lvl-2-3 {
    position: absolute;
    left: 32.5%;
    top: 5%;
}

.lvl-3-4 {
    position: absolute;
    left: 52.5%;
    top: 18%;
}

.lvl-4-5 {
    position: absolute;
    left: 72.5%;
    top: 10%;
}

.container-001 .desc{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #1A202C;
}

@media(max-width: 1035px) {
    .lvl-1-2 {
        left: 12%;
        top: 15%;
        transform: scale(0.8)
    }
    
    .lvl-2-3 {
        left: 31%;
        top: 5%;
        transform: scale(0.8)
    }
    
    .lvl-3-4 {
        left: 50.3%;
        top: 17%;
        transform: scale(0.8)
    }
    
    .lvl-4-5 {
        left: 70.7%;
        top: 10%;
        transform: scale(0.8)
    }
}

@media(max-width:960px){
    .interesting-effective-block{
        justify-content: center;
    }
    .interesting-effective-card{
        width: 310px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .learn-anywhere-container{
        flex-wrap: wrap-reverse; 
     }
     .learn-anywhere-left{
        width: 100%;
        padding-bottom: 30px;
    }
    .learn-anywhere-right{
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .learn-anywhere-title{
        font-size: 38px;
    }
}

@media(max-width: 869px) {
    .lvl-n {
        font-size: 57px;
        line-height: 88px;
    }

    .lvl-1-2 {
        left: 10%;
        top: 11%;
        transform: scale(0.6) rotate(-5deg)
    }
    
    .lvl-2-3 {
        left: 29%;
        top: 5%;
        transform: scale(0.6) rotate(5deg)
    }
    
    .lvl-3-4 {
        left: 50%;
        top: 14%;
        transform: scale(0.6)
    }
    
    .lvl-4-5 {
        left: 69%;
        top: 10%;
        transform: scale(0.6)
    }
}

@media(max-width:768px){
    .interesting-effective-way{
        padding: 30px 0 30px 0;
    }
    .interesting-effective-way-title{
        margin-bottom: 20px;
        font-size: 28px;

    }
    .learn-anywhere-right{
        margin-bottom: 20px;
    }
    .learn-anywhere-title{
        font-size: 28px;
        line-height: 30px;
    }
}

@media(max-width: 767px) {
    .no-commintment-no-credit-card-details-required{
        font-size: 12px;
        line-height: 18px;
    }
    .lvl-1-5 {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .lvl-1-2 {
        position: absolute;
        left: 8%;
        top: 18%;
        transform: scale(1) rotate(100deg)
    }
    
    .lvl-2-3 {
        position: absolute;
        left: 65%;
        top: 38%;
        transform: scale(1) rotate(80deg)
    }
    
    .lvl-3-4 {
        position: absolute;
        left: 8%;
        top: 58%;
        transform: scale(1) rotate(97deg)
    }
    
    .lvl-4-5 {
        position: absolute;
        left: 65%;
        top: 80%;
        transform: scale(1) rotate(80deg)
    }

    .lvl-1-5 svg {
        display: none;
    }

    .lvl {
        width: 50%;
    }

    .arrow 
    {
        margin-bottom: 10px;
    }

    .arrow::after {
        content: "\25bc";
        position: absolute;
        color: #F4B3B6;
        left: 49%;
    }
}
