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

section div.aboutSection div.aboutSectionDetails{
    padding: 20px;
}

section div.aboutSection div.aboutSectionDetails p.aboutSectionTitle{
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

section div.aboutSection div.aboutSectionDetails p.aboutSectionBody{
    font-size: 20px;
    color: #14213D;
    font-weight: 500;
    margin-bottom: 0px;
}

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

section div.userGuideSection{
    height: auto;
    margin-top: 50px;
    position: relative;
    overflow: visible;
}

section div.userGuideSection div.userGuideSectionDetails p.userGuideSectionTitle{
    user-select: none;
    cursor: pointer;
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

section div.userGuideSection div.userGuideSectionDetails p.userGuideSectionTitle i{
    display: block;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 25%;
    left: 25%;
}

section div.userGuideSection div.userGuideSectionDetails p.userGuideSectionTitle:hover i{
    margin-top: 3px;
    opacity: 1;
}

section div.userGuideSection div.userGuideSectionDetails p.userGuideSectionTitle:active i{
    margin-top: 100px;
    opacity: 0;
}

section div.userGuideSection div.userGuideSectionDetails p.userGuideSectionBody{
    font-size: 18px;
    display: none;
}

section div.userGuideSection div.userGuideSectionDetails hr{
    display: none;
    height: 1.5px;
    background-color: #FCA311;
    border: none;
    margin: 0;
    margin-top: 15px;
}

section div.userGuideSection div.userGuideSectionDetails ul.iconSectionList{
    list-style: none;
    opacity: 0;
    display: none;
    width: auto;
    padding: 0;
}

section div.userGuideSection div.userGuideSectionDetails ul li p i{
    color: #14213D;
}

section div.userGuideSection div.userGuideSectionDetails ul li p{
    color: #FCA311;
}

section div.userGuideSection div.userGuideSectionDetails ul li p:hover{
    color: #14213D;
}

section div.userGuideSection div.userGuideSectionDetails ul li img{
    width: 20px;

}

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

section div.goalSection div.goalSectionDetails{
    padding: 0px 20px;
}

section div.goalSection div.goalSectionDetails p.goalSectionTitle{
    font-size: 24px;
    color: #14213D;
    font-weight: 600;
}

section div.goalSection div.goalSectionDetails p.goalSectionBody{
    font-size: 18px;
    color: black;
    font-weight: 500;
}

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

section div.featuresSection div.featuresSectionDetails{
    padding: 20px;
}

section div.featuresSection div.featuresSectionDetails p.featuresSectionTitle{
    font-size: 22px;
    color: #FCA311;
    font-weight: 600;
    margin-top: 0px;
}

section div.featuresSection div.featuresSectionDetails ul.featuresSectionList{
    font-size: 16px;
    color: #f5f5f5;
    font-weight: 500;
    padding-right: 0px;
    margin-bottom: 0px;
    list-style: none;
}

section div.featuresSection div.featuresSectionDetails ul.featuresSectionList li.feature span{
    font-size: 18px;
    color: #14213D;
    font-weight: 600;
    background-color: #FCA311;
    padding: 2px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
}

section div.featuresSection div.featuresSectionDetails ul.featuresSectionList li.feature{
    margin-bottom: 20px;
}

section div.featuresSection div.featuresSectionDetails ul.featuresSectionList li.feature:last-child{
    margin-bottom: 0px;
}

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

section div.contactSection div.contactSectionDetails{
    padding: 0px 20px;
}

section div.contactSection div.contactSectionDetails p.contactSectionTitle{
    font-size: 24px;
    color: #14213D;
    font-weight: 600;
}

section div.contactSection div.contactSectionDetails p.contactSectionBody{
    font-size: 18px;
    color: black;
    font-weight: 500;
    margin-bottom: 0px;
}

section div.contactSection div.contactSectionDetails p.contactSectionBody a{
    font-weight: 600;
}

section div.contactSection div.contactSectionDetails p.contactSectionBody a:hover{
    text-decoration: underline;
}

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

section div.securitySection div.securitySectionDetails{
    padding: 20px;
}

section div.securitySection div.securitySectionDetails p.securitySectionTitle{
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

section div.securitySection div.securitySectionDetails p.securitySectionBody{
    font-size: 20px;
    color: #14213D;
    font-weight: 500;
    margin-bottom: 0px;
}

section div.securitySection div.securitySectionDetails p.securitySectionBody a{
    font-weight: 600;
}

section div.securitySection div.securitySectionDetails p.securitySectionBody a:hover{
    text-decoration: underline;
}

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

section div.supporterSection div.supporterSectionDetails{
    padding: 20px;
}

section div.supporterSection div.supporterSectionDetails p.supporterSectionBody{
    font-size: 22px;
    color: black;
    font-weight: 500;
    margin-bottom: 20px;
}

section div.supporterSection div.supporterSectionDetails p.supporterSectionBody a{
    font-weight: 600;
}

section div.supporterSection div.supporterSectionDetails p.supporterSectionBody a:hover{
    text-decoration: underline;
}

section div.supporterSection div.supporterSectionDetails a div.cityOfTechnicalExpertsContainer{
    display: inline-block;
    width: auto;
}

section div.supporterSection div.supporterSectionDetails a div.cityOfTechnicalExpertsContainer img{
    filter: grayscale(100%);
    user-select: none;
    max-width: 100%;
    max-height: 100%;
    width: 200px;
}

section div.supporterSection div.supporterSectionDetails a div.cityOfTechnicalExpertsContainer img:hover{
    filter: grayscale(0);
}

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

section div.founderSection div.founderSectionDetails{
    padding: 0px 20px;
}

section div.founderSection div.founderSectionDetails p.founderSectionBody{
    font-size: 16px;
    color: #14213D;
    font-weight: 500;
}

section div.founderSection div.founderSectionDetails p.founderSectionBody a{
    font-weight: 600;
}

section div.founderSection div.founderSectionDetails p.founderSectionBody a:hover{
    text-decoration: underline;
}


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

    section div{
        border-radius: 10px;
    }

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

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

    section div.supporterSection div.supporterSectionDetails p.supporterSectionBody{
        font-size: 18px;
    }

    section div.supporterSection div.supporterSectionDetails a div.cityOfTechnicalExpertsContainer img{
        width: 180px;
    }
}