﻿body {
}



    body#about > footer {
        margin-top: 0;
        padding-top: 5em;
    }



#about main {
    position: relative;
}

    #about main:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../img/pages/about/camera.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.3;
        z-index: 1;
    }

.about-detail {
}

    .about-detail .about-content {
    }

        .about-detail .about-content h1 {
            color: #355B29;
            font-weight: 700;
            font-size: 4em;
            margin-bottom: 0.9em;
            margin-top: 0.1em;
            text-align: center;
        }

        .about-detail .about-content p {
            font-size: 1em;
            font-weight: 400;
            color: #41414A;
            margin-bottom: 3.5em;
            text-align: center;
        }

            .about-detail .about-content p.en {
                direction: ltr;
            }


.contact-detail {
    background-color: #B9E6B8;
    position: relative;
    z-index: 0;
}

    .contact-detail .container {
        position: relative;
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }

    .contact-detail .contact-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .contact-detail .contact-content > div {
            position: relative;
            margin: 1.2em 0;
        }

            .contact-detail .contact-content > div:after {
                position: absolute;
                content: "";
                left: 0;
                top: 20%;
                height: 70%;
                width: 1px;
                background-color: #707070;
                opacity: 0.6;
                display: none;
            }

        .contact-detail .contact-content h2 {
            font-weight: 500;
            font-size: 1.06em;
            color: #141414;
            width: 100%;
            margin-bottom: 1.1em;
            text-align: center;
        }

        .contact-detail .contact-content a {
            font-size: 1.06em;
            font-weight: 400;
            color: #424242;
            display: block;
            text-align: center;
        }

    .contact-detail .contact-img {
        position: absolute;
        left: -6%;
        bottom: -8px;
        width: calc(41.66% + 6%);
        max-width: calc(41.66% + 6%);
        z-index: -1;
        opacity: 1;
        display: none;
    }

        .contact-detail .contact-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center bottom;
        }





#mentorship {
}

    #mentorship main {
        padding-top: 0;
    }

    #mentorship section.banner {
        padding: 0;
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 2em;
    }

        #mentorship section.banner > img {
            object-fit: contain;
            object-position: center;
            width: 100%;
            left: 0;
            top: 0;
            height: 100%;
        }

    #mentorship section.style1,
    #mentorship section.style2 {
        padding: 2em 0;
    }

        #mentorship section.style1 > div > div,
        #mentorship section.style2 > div > div {
            display: flex;
            flex-wrap:wrap;
        }

    #mentorship section .mentorship-content,
    #mentorship section .mentorship-image {
        width: 100%;
        padding: 1em;
    }

    #mentorship section.style2 > div > div {
        flex-direction: row-reverse;
    }

    #mentorship section .mentorship-content h2 {
        color: rgb(46,128,59);
        font-weight: 600;
        font-size: 1.7em;
        margin-bottom: 0.9em;
    }

    #mentorship section .mentorship-content {
        justify-content: center;
        text-align:center;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

        #mentorship section .mentorship-content p {
            font-weight: 400;
            font-size: 1em;
            color: #777;
            width: 100%;
            line-height: 1.7;
        }

        #mentorship section .mentorship-content a {
            padding-top: 0.3em;
            padding-bottom: 0.3em;
            margin-top: 1.5em;
            font-size: 0.9em;
        }

    #mentorship section .mentorship-image {
        padding-left: 2em;
        padding-right: 2em;
        max-height: 25em;
        text-align: left;
    }

    #mentorship section .mentorship-image {
        text-align: center;
    }


    #mentorship section .mentorship-image img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        object-position: center;
    }


    #mentorship section.mentors {
        padding: 2em;
    }

        #mentorship section.mentors h2 {
            margin: 1em 0;
            color: rgb(46,128,59);
            font-weight: 600;
            font-size: 1.7em;
        }

    #mentorship section .courses {
        display: flex;
        justify-content: center;
        flex-wrap:wrap;
    }


#mentorship_inner main{
/*    padding-top:3em;
    padding-bottom:3em;*/
}
#mentorship_inner h2 {
    /*margin: 2em 0 0.6em;*/
    margin: 1em 0;
    color: rgb(46,128,59);
    font-weight: 600;
    font-size: 1.7em;
    text-align:center;
}
#mentorship_inner p {
    font-weight: 400;
    font-size: 1em;
    color: #777;
    width: 100%;
    line-height: 1.7;
    margin: 0.8em 0;
    text-align: center;
}
#mentorship_inner ul {
    padding-right:1em;
}
    #mentorship_inner ul li {
        font-weight: 400;
        font-size: 1em;
        text-align: center;
        color: #777;
        width: 100%;
        line-height: 1.6;
        margin: 0.3em 0;
    }

#mentorship_inner .courses {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin:2em 0;
}
    #mentorship_inner .courses .box__header{
        width:100%;
    }
#mentorship_inner .courses .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#mentorship_inner a.btn.content-link {
    margin: 2em auto 3em;
    font-size: 0.9em;
    padding: 0.7em 1.5em;
}








@media(min-width:576px) {
    .about-detail .about-content h1 {
        font-size: 4.1em;
    }

    .contact-detail .contact-content > div:first-of-type:after {
        display: block;
    }
}

@media (min-width:768px) {
    .about-detail .about-content h1 {
        font-size: 4.2em;
    }

    .about-detail .about-content h1 {
        text-align: right;
    }

    .about-detail .about-content p {
        text-align: right;
    }

        .about-detail .about-content p.en {
            text-align: left;
        }

    .contact-detail .contact-content > div:nth-last-of-type(2):after {
        display: block;
    }
    #mentorship section .mentorship-content,
    #mentorship section .mentorship-image {
        width: 50% !important;
    }
    #mentorship section.style1 .mentorship-image {
        text-align: left;
    }

    #mentorship section.style2 .mentorship-image {
        text-align: right;
    }
    #mentorship section .mentorship-content{
        text-align:right;
        justify-content:right;
    }
    #mentorship section.style1, 
    #mentorship section.style2,
    #mentorship section.mentors{
        padding-top:3em;
        padding-bottom:3em;
    }
    #mentorship_inner main ul {
        list-style: disc;
    }

        #mentorship_inner h2,
        #mentorship_inner p,
        #mentorship_inner ul li {
            text-align: right;
        }

}

@media (min-width:1024px) {
    .about-detail .about-content h1 {
        font-size: 4.3em;
    }

    .contact-detail .contact-img {
        display: block;
    }

    #about main:before {
        display: none;
    }

    .contact-detail .contact-content h2 {
        text-align: right;
    }

    .contact-detail .contact-content a {
        text-align: right;
    }

    .contact-detail .contact-content > div:after {
        left: 20%;
    }
}
