.container {
    max-width: 95%;
}

.learning {
    background: #F9F8FE;
    width: 100%;
    height: 850px;
    border-radius: 22px;
    padding: 50px 90px 10px 90px;
}

.for-campus {
    width: 205px;
    height: 46px;
    border-radius: 26px;
    background: #52A9F91A;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #52A9F9;
}

.experiences {
    font-family: "Roboto", sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 86.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #0D121F;
    padding: 24px 0;
    margin: 0;
}

.elite {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #596780;
}

.contact-us {
    width: 187px;
    height: 52px;
    border-radius: 30px;
    background: #6D20D6;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    border: 0;
}

.my-learning {
    margin: 32px 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 0px 34.7px 0px #00000026;
}

.why-choose {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #0D121F;
}

.why-choose-para {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #596780;
}

.curated {
    background: #F6FAFC;
    padding: 80px 0;
}

.curated-heading {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #0D121F;
    padding-top: 50px;
    padding-bottom: 40px;
    padding: 0 120px;
    margin-bottom: 40px;
}

.content-library #accordion {
    margin: 55px 0;
}

#accordion li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
    padding-left: 10px;
    text-align: left;
    border-left: 2px solid #6D20D6;
}

#accordion li label {
    height: 30px;
    display: flex;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #3C3C3C;
}

#accordion li .content p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #000000;
    padding-top: 10px;
}

#accordion label+input[type='radio'] {
    display: none;
}

#accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

#accordion label+input[type='radio']:checked+.content {
    max-height: 90px;
}

#accordion input[type="radio"]:checked~label {
    color: #6D20D6;
}

.engagement-dashboard {
    background: #9ED1FF;
    border-radius: 8px;
}

.engagement-dashboard img {
    margin-left: 0px;
    border-radius: 8px;
}

.personalized {
    background: #FEFCF7;
    padding: 80px 0;
}

.personalized-heading {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #0D121F;
    padding-top: 50px;
    padding-bottom: 40px;
    padding: 0 120px;
    margin-bottom: 40px;
}

#accordion2 li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
    padding-left: 10px;
    text-align: left;
    border-left: 2px solid #6D20D6;
}

#accordion2 li label {
    height: 30px;
    display: flex;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #3C3C3C;
}

#accordion2 li .content p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #000000;
    padding-top: 10px;
}

#accordion2 label+input[type='radio'] {
    display: none;
}

#accordion2 .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

#accordion2 label+input[type='radio']:checked+.content {
    max-height: 90px;
}

#accordion2 label+input[type='radio']:checked label {
    color: #6D20D6;
}

.tabbed {
    overflow-x: hidden;
    /* so we could easily hide the radio inputs */
    margin: 32px 0;
    padding-bottom: 16px;
}

.tabbed [type="radio"] {
    /* hiding the inputs */
    display: none;
}

.solutions-text {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #0D121F;
}

.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    width: 340px;
    height: 52px;
    border-radius: 30px;
    padding: 0;
    background: #F3F5F7;
}

.tab>label {
    width: 169px;
    height: 52px;
    padding: 13px 24px;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #90A3BF;

}

.tab-content {
    display: none;
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #596780;

}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label {
    background: #6D20D6;
    color: #FFFFFF;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked~.tab-content:nth-of-type(2) {
    display: block;
}

.children-img {
    position: top;
}

.trusted {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #0D121F;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .transform-section {
        height: 1100px !important;
        padding: 20px;
    }

    .learning {
        padding: 40px 0;
        height: 865px;
    }

    .experiences {
        font-size: 46px;
        line-height: 54px;
    }

    .elite-section {
        padding: 20px !important;
        margin: 0;
    }

    .elite {
        font-size: 22px;
        line-height: 34px;
    }

    .curated {
        padding: 40px 0;
    }

    .curated-heading {
        padding: 20px;
        font-size: 40px;
        line-height: 52px;
        margin: 0;
    }

    .curated-learning {
        padding: 20px !important;
    }

    .engagement-dashboard img {
        width: 100%;
    }

    .elite-campus {
        padding: 20px !important;
        margin: 0;
    }

    .personalized {
        margin: 20px 0;
        padding: 0;
    }

    .personalized-heading {
        padding: 20px;
        font-size: 46px;
        line-height: 52px;
        margin: 0;
    }

    .custom-learning {
        padding: 20px !important;
    }

    .content-library {
        padding: 0;
    }

    .content-library #accordion {
        margin: 0;
        padding: 0;
        padding-bottom: 30px;
    }

    #accordion li {
        padding: 0;
    }

    .engagement-dashboard {
        background: none;
        margin: 20px 0;
        padding: 0;
    }

    .engagement-dashboard img {
        margin: 0;
    }

    #accordion2 {
        padding: 0;
    }

    .tabs {
        width: 320px;
    }

    .tab>label {
        width: 160px;
    }

    .solutions-section {
        padding: 0 20px !important;
        margin: 0;
    }

    .tabbed {
        margin-bottom: 0px;
    }

    .solutions-section .col-sm-12 {
        padding: 0;
    }

    .solutions {
        padding: 20px 0 !important;
    }

    .children-img {
        width: 100%;
    }

    .trusted-section {
        padding: 20px 20px !important;
    }

    .trusted-section .campus {
        padding: 5px;
        width: 160px;
    }

    .trusted-section .graph {
        padding: 5px;
        width: 105px;
    }
}