section div.welcomeSection{
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
}

section div.welcomeSection div.welcomeDetails{
    padding: 30px 30px 40px;
}

section div.welcomeSection div.welcomeDetails p.welcomeTitle{
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

section div.welcomeSection div.welcomeDetails p.welcomeBody{
    font-size: 20px;
    color: #14213D;
    font-weight: 500;
    margin-bottom: 30px;
}

section div.welcomeSection div.welcomeDetails hr{
    height: 1.5px;
    background-color: #FCA311;
    border: none;
    margin: 0;
}

section div.welcomeSection div.welcomeDetails a button.followUp{
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #14213D;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    user-select: none;
    touch-action: manipulation;
}

section div.welcomeSection div.welcomeDetails a button.followUp:hover{
    box-shadow: #14213D 0 0 0 3px, transparent 0 0 0 0;
    padding-left: 33px;
}

section div.welcomeSection div.welcomeDetails a button.followUp span{
    position: absolute;
    opacity: 0;
}

section div.welcomeSection div.welcomeDetails a button.followUp:hover span{
    opacity: 1;
    margin-right: 85px;
}

section div.welcomeSection div.welcomeDetails a button.followUp:active span{
    margin-top: 80px;
    opacity: 0;
}

section div.benefitSection{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}

section div.benefitSection div.benefitSectionDetails{
    padding: 0px 20px;
}

section div.benefitSection div.benefitSectionDetails p.benefitSectionBody{
    font-size: 18px;
    color: black;
    font-weight: 500;
}

section div.benefitSection div.benefitSectionDetails p.benefitSectionBody span{
    padding: 2px;
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    border-radius: 5px;
}

section div.benefitSection div.benefitSectionDetails p.benefitSectionBody span span{
    background-color: #FCA311;
}

section div.mindsyncBrandSection{
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #14213D;
    width: 100%;
    height: 120px;
    position: relative;
    margin: 0;
    margin-bottom: 50px;
}

section div.mindsyncBrandSection img.mindsyncLogo{
    position: absolute;
    width: 90px;
    opacity: 0;
}

section div.mindsyncBrandSection p{
    direction: ltr;
    font-size: 40px;
    letter-spacing: 20px;
    opacity: 1;
}

section div.mindsyncBrandSection p span.lastWord{
    color: #14213D;
    background-color: #FCA311;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: 600;
}

section div.mindsyncBrandSection p span.lastWord span.lastLetter{
    letter-spacing: 0px;
    font-weight: 600;
}

section div.mindsyncBrandSection p span.firstWord{
    direction: ltr;
    color: #FCA311;
}

section div.selfDevelopmentSection, section div.academicEducationSection, section div.servicesToolsSection, section div.mindsyncsSummariesSection{
    display: inline-block;
    width: 100%;
    height: auto;
    align-items: center;
    border-radius: 0px;
    background-color: #f5f5f5;
    position: relative;
    overflow: visible;
}

section div.selfDevelopmentSection div.subSectionDetails, section div.academicEducationSection div.subSectionDetails, section div.servicesToolsSection div.subSectionDetails, section div.mindsyncsSummariesSection div.subSectionDetails{
    gap: 0.5em;
    display: grid; 
    place-content: center;
    padding: 20px;
}

section div.selfDevelopmentSection div.subSectionDetails p.subSectionTitle a, section div.academicEducationSection div.subSectionDetails p.subSectionTitle a, section div.servicesToolsSection div.subSectionDetails p.subSectionTitle a, section div.mindsyncsSummariesSection div.subSectionDetails p.subSectionTitle a{
    font-size: 1.4em;
    font-weight: bold;
    color: black;
}

section div.selfDevelopmentSection:hover div.subSectionDetails p.subSectionTitle a, section div.academicEducationSection:hover div.subSectionDetails p.subSectionTitle a, section div.servicesToolsSection:hover div.subSectionDetails p.subSectionTitle a, section div.mindsyncsSummariesSection div.subSectionDetails p.subSectionTitle a{
    color: #14213D;
}

section div.selfDevelopmentSection div.subSectionDetails p.subSectionTitle a:hover, section div.academicEducationSection div.subSectionDetails p.subSectionTitle a:hover, section div.servicesToolsSection div.subSectionDetails p.subSectionTitle a:hover, section div.mindsyncsSummariesSection div.subSectionDetails p.subSectionTitle a:hover{
    color: #FCA311;
    text-decoration: underline;
}

section div.selfDevelopmentSection div.subSectionDetails p.subSectionTitle:hover, section div.academicEducationSection div.subSectionDetails p.subSectionTitle:hover, section div.servicesToolsSection div.subSectionDetails p.subSectionTitle:hover, section div.mindsyncsSummariesSection div.subSectionDetails p.subSectionTitle:hover{
    transform: scale(1.04);
}

section div.horizontal-line{
    width: 100%;
    height: 2px;
    background-color: #FCA311;
    position: relative;
    margin: 0;
}

section div.purposeSection{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

section div.purposeSection div.purposeSectionDetails{
    padding: 0px 20px;
}

section div.purposeSection div.purposeSectionDetails p.purposeSectionBody{
    font-size: 18px;
    color: black;
    font-weight: 500;
}

section div.moreSection{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCA311;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}

section div.moreSection div.moreSectionDetails{
    padding: 30px 30px 40px;
}

section div.moreSection div.moreSectionDetails p.moreSectionTitle{
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

section div.moreSection div.moreSectionDetails hr{
    height: 1.5px;
    background-color: #14213D;
    border: none;
    margin: 0;
}

section div.moreSection div.moreSectionDetails p.moreSectionBody{
    font-size: 20px;
    color: #14213D;
    font-weight: 500;
    margin-bottom: 30px;
}

section div.moreSection div.moreSectionDetails a button.aboutSiteLink{
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #14213D;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    user-select: none;
    touch-action: manipulation;
}

section div.moreSection div.moreSectionDetails a button.aboutSiteLink:hover{
    box-shadow: #14213D 0 0 0 3px, transparent 0 0 0 0;
    padding-left: 40px;
}

section div.moreSection div.moreSectionDetails a button.aboutSiteLink span{
    position: absolute;
    opacity: 0;
}

section div.moreSection div.moreSectionDetails a button.aboutSiteLink:hover span{
    opacity: 1;
    margin-right: 85px;
}

section div.moreSection div.moreSectionDetails a button.aboutSiteLink:active span{
    margin-right: 130px;
    opacity: 0;
}

section div.opinionSection{
    direction: rtl;
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
}

section div.opinionSection div.opinionSectionDetails{
    padding: 0px 20px;
}

section div.opinionSection div.opinionSectionDetails p.opinionSectionQuote{
    font-size: 22px;
    color: #14213D;
    font-weight: 500;
    margin-bottom: 10px;
}

section div.opinionSection div.opinionSectionDetails p.opinionSectionQuote span.quoteSymbol{
    font-size: 22px;
    color: #FCA311;
    font-weight: 600;
}

section div.opinionSection div.opinionSectionDetails p.opinionSectionAuthor{
    font-size: 18px;
    color: #868686;
    font-style: italic;
    font-weight: 500;
    margin-top: 10px;
}


@media screen and (min-width: 1025px){

    section div{
        border-radius: 10px;
    }

    section div.mindsyncsSummariesSection{
        border-radius: 10px 10px 0px 0px;
    }

    section div.servicesToolsSection{
        border-radius: 0px 0px 10px 10px;
    }

    section div.opinionSection{
        margin-bottom: 0px;
    }
}

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

    section div.welcomeSection p.welcomeTitle{
        font-size: 1.2em;
    }

    section div.welcomeSection p.welcomeBody{
        font-size: 1.1em;
    }

    section div.mindsyncBrandSection p.mindsyncDevWord{
        letter-spacing: 10px;
        font-size: 40px;
    }
    
    section div.mindsyncBrandSection p.minsyncWord{
        font-size: 30px;
    }
    
    section div.selfDevelopmentSection:hover div.subSectionDetails p.subSectionTitle, section div.academicEducationSection:hover div.subSectionDetails p.subSectionTitle, section div.servicesToolsSection:hover div.subSectionDetails p.subSectionTitle, section div.mindsyncsSummariesSection:hover div.subSectionDetails p.subSectionTitle{
        margin-bottom: 0;
    }
}