a{
    text-decoration:none;
}
h1{
    padding:2rem;
    margin:0;
}
.pageSectionIntro{
    padding: 0 2rem;
}
    #section_guides {
        margin-bottom: 30px !important;
        background: linear-gradient(to top right, #009b8c 0%, #006380 100%);
        padding: 0;
        border-radius:1.5rem;
    }

    @media screen and (max-width:1250px) {
        .contentSectionsContainer {
            width: 92%;
            margin-left: auto !important;
            margin-right: auto !important;

        }
    }


    #section_guides p {
        margin-bottom: 0;
    }

    .no-margin {
        margin-left: 0px;
    }

    #learningHub-faqs a,
    #learningHub--guides a {
        display: block;
        background: rgba(26, 42, 65, .5);
        border-radius: 4rem;
        margin-bottom: 1rem;
        padding: .8rem;
        color: #fff;
        font-family: Gotham, sans-serif;
        font-family: 900;
        transition: all .2s ease;
        font-size: 1.2em;
        backdrop-filter: blur(8px);
    }

    @media screen and (max-width:1040px) {

        #learningHub-faqs a,
        #learningHub--guides a {
            font-size: .9em;
            line-height: auto;
            padding-left: 50px;
            position: relative;
            border-radius: .5rem;
            margin-bottom: .5rem;
        }
    }

    #learningHub--guides a {
        background-color: rgba(0, 0, 0, .1);
    }

    #learningHub-faqs a:hover {
        background: rgba(26, 42, 65, .5);
    }

    #learningHub-faqs i,
    #learningHub--guides i {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50%;
        color: white;
        background-color: #009b8c;
        text-align: center;
        font-size: 1.2em;
        margin-right: 15px;
        transition: all .2s ease;
        transform: scale(1);

    }

    @media screen and (max-width:1040px) {

        #learningHub-faqs i,
        #learningHub--guides i {
            height: 30px;
            width: 30px;
            line-height: 30px;
            font-size: 1em;
            position: absolute;
            left: .8rem;
            top: .5rem;
        }
    }

    #learningHub-faqs a:hover i,
    #learningHub--guides a:hover i {
        margin-right: 20px;
        transition: all .2s ease;
        transform: scale(1.1);

    }

    #learningHub--guides {
        border-radius: 1.5rem !important;
        padding-right: 1rem;
   
        border-top-right-radius: 0;
        border-top-left-radius: 0;

    }

    #learningHub--guides .pad {
  
 
        padding: 2rem;

    }

    @media screen and (max-width:1040px) {

        #learningHub--guides .pad {

            padding: .5rem;

        }
    }

    #learningHub--guides .pad::-webkit-scrollbar-track {
        background-color: transparent !important;
        box-shadow: none !important;
        margin: 1.5rem;
    }

    #learningHub--guides .pad::-webkit-scrollbar-thumb {
        background: linear-gradient(to bottom, #009b8c 0%, #006380 100%);
        border-radius: 6px !important;
        box-shadow: none !important;
    }

    .flex-group {
        display: flex;
        gap: 30px;
    }

    @media screen and (max-width:1040px) {
        .flex-group {
            display: block;
        }
    }

    .flex-group>div:first-child {
        min-width: 60%;
        gap: 30px;
    }

    .cta-flex {
        display: flex;
        gap: 30px;
        align-items: stretch;
        flex-direction: column;

        min-width: calc(35% - 30px);
    }

    @media screen and (max-width:1040px) {
        .cta-flex {
            font-display: block;
            height: auto;
            gap: 0;

        }
    }

    .cta-flex .pageSection {
        margin-bottom: 0;
        box-sizing: border-box;
        min-width: calc(100% - 30px);
        background: linear-gradient(to bottom right, #1b2b41 50%, rgba(27, 43, 65, .85) 60%, rgba(62, 85, 171, .4) 100%);
        min-height: 43.5%;
        transform: translateY(0px);
        background-size: 200% 200%;
        transition: all .2s ease;
border-radius:1.5rem !important;
    }

    @media screen and (max-width:1040px) {
        .cta-flex .pageSection {
            min-width: calc(49% - 30px);
            min-height: unset;
            height: auto;
            box-sizing: initial;
            padding-bottom: 1.5rem;
            margin-bottom: 30px !important;
        }
    }

    @media screen and (max-width: 880px) {
        .contentSectionsContainer .pageSection:first-of-type {
            margin-top: 0;
            margin-bottom: 30px !important;
        }
    }

    .cta-flex .pageSection:hover {
        transform: translateY(-5px);
        transition: all .2s ease;
        background-size: 100% 115%;

    }

    .cta-flex .pageSectionIntro {
        padding: 0 1.5rem;
        
    }
#section_intro{
    border-radius:1.5rem;
    padding:2rem;
}
h2{
    padding-left:1.5rem;
}
    .cta-flex .pageSection a {
        display: block;
        border: 2px solid #009b8c;
        padding: 0 30px;
        text-align: left;
        line-height: 50px;
        height: 50px;
        border-radius: 28px;
        margin-top: 25px;
        font-weight: bold;
        font-size: 1.1em;
        color:#009b8c;
    }

    .cta-flex .pageSection a:hover {
        color: #1b2b41;
        background-color: #009b8c;
    }

    .cta-flex .pageSection a i {
        float: right;
        line-height: 50px;
    }