#about-content {
    width: 100%;
    height: 100%;
}
#about {
    width: 100%;
    position: relative;
    padding-bottom: 110px;
}

#about-image {
    width: 100%;
    height: 600px;
    margin: auto;
    z-index: 100;
    display: flex;
}

#about-image img {
    width: 80%;
    height: 600px;
    object-fit: cover;
    margin: auto;
}

#about-text {
    width: 80%;
    margin: 0 auto;
    background-color: #AECB47;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 430px;
}

#about-text div {
    padding: 50px;
}

#about-text div h1 {
    font-family: "Sour Gummy", serif;
    font-size: 50px;
    position: absolute;
    top: -34px;
}

#about-text div p {
    margin-top: 20px;
    font-size: 16px;
}

#about-text #logo-arrow {
    width: 11%;
    position: absolute;
    bottom: -86px;
    z-index: 1;
    left: 45%;
}

#about-content #course {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 60px;
    position: relative;
}
#about-content #course h2 {
    color: #EF7D15;
    font-size: 40px;
    width: fit-content;
    margin-bottom: 80px;
}

#about-content #course-text {
    width: 60%;
    padding: 0 40px;
    border-left: 2px solid #29A048;
}

#about-content #course-text p {
    margin-bottom: 20px;
}

#about-content #numbers {
    width: 100%;
    height: 225px;
    background-color: #FBFFEB;
    background-image: url("../../../Public/Img/pattern-brocolis.png");
    background-size: 13%;
    display: flex;
    align-items: center;
}

#about-content #numbers div{
    width: 80%;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: row;
}

#about-content #numbers div section {
    width: 200px;
    padding: 20px;
}

#about-content #numbers div section .numbers {
    color: #29A048;
    font-weight: bold;
    font-size: 50px;
}

#about-content #numbers div section .text {
    font-weight: 500;
}

#jennifer-picture {
    position: absolute;
    right: 0;
    width: 30%;
}
#jennifer-insta {
    display: flex;
    flex-direction: column;
}

#jennifer-insta h2 {
    text-align: center;
    text-transform: uppercase;
    color: #EF7D15;
    font-size: 24px;
    margin-bottom: 20px;
}

#jennifer-insta-link {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: row;
}

#jennifer-insta-link-2 {
    width: 30%;
}

#jennifer-insta-link-2 img {
    width: 100%;
    height: auto;
}

#jennifer-insta-link-3 {
    width: 70%;
    margin: auto;
}

#jennifer-insta-link-3 a {
    width: fit-content;
    height: 20px;
    background-color: #EF7D15;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 30px;
    border: 1px solid #EF7D15;
    border-radius: 15px;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 20px;
}

#jennifer-insta-link-3 a:hover {
    border: 1px solid #29A048;
}

#jennifer-insta-link-3 a p {
    font-size: 18px;
    font-weight: 500;
}

#jennifer-insta-link-3 a img {
    width: 40px;
    height: auto;
    margin-left: 10px;
}

#cocon-content {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    margin-bottom: 40px;
}

#cocon-content #cocon-title {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#cocon-content #cocon-title img{
    width: 18%;
    height: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#cocon-content #cocon-title h2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #EF7D15;
    font-size: 40px;
}

#cocon-content #cocon-description {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
}

#cocon-content #cocon-description-image {
    width: 25%;
    height: auto;
    max-height: fit-content;
    padding: 30px;
    border: 1px solid #494949;
    border-radius: 20px;
    box-shadow: #dddddd 5px 5px 5px;
}

#cocon-content #cocon-description-image img {
    width: 100%;
    height: auto;
}

#cocon-content #cocon-description-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

#cocon-content #cocon-description-text h3 {
    color: #29A048;
    font-size: 30px;
    margin-bottom: 20px;
}


#cocon-members {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

#cocon-members h2 {
    color: #29A048;
    font-size: 30px;
    margin-bottom: 20px;
}

#cocon-members .grid-container figure {
    border: 2px solid #AECB47;
}

#cocon-members .grid-container figure img {
    border-radius: 18px 0 0 18px;
}

#cocon-members .grid-container figure p {
    margin-bottom: 5px;
    font-size: 14px;
}

#cocon-members a {
    color: #B75D10;
    text-decoration: underline;
    font-weight: bold;
}

#cocon-insta {
    padding-top: 40px;
}

#cocon-insta h3 {
    font-size: 30px;
    text-wrap: balance;
    text-align: center;
    color: #EF7D15;
    margin: 40px 0;
}

#cocon-insta #cocon-insta-content {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#cocon-insta-link {
    width: 50%;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    margin: auto;
    border-radius: 20px;
}

#cocon-insta-link img {
    width: 120px;
    height: 100px;
    margin: auto;
}

#cocon-insta-link div {
    padding: 20px;
}

#cocon-insta-link a {
    width: fit-content;
    height: 20px;
    background-color: #EF7D15;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 30px;
    border: 1px solid #29A048;
    border-radius: 15px;
    cursor: pointer;
    color: #FFFFFF;
    margin: auto;
    margin-top: 20px;
}
#cocon-insta-link a p {
    font-size: 12px;
    font-weight: 500;
}
#cocon-insta-link a img {
    width: 30px;
    height: auto;
    margin-left: 5px;
    margin-top: -5px;
}

#cocon-insta-link-2 {
    width: calc(30% + 40px);
    display: flex;
    border-top: 2px solid #AECB47;
    border-left: 2px solid #AECB47;
    border-bottom: 2px solid #AECB47;
    border-radius: 20px 0 0 20px;
    box-shadow: #dddddd 5px 5px 5px;
}

#cocon-insta-link-3 {
    width: 70%;
    background-color: #23853B;
    color: #FFFFFF;
    border-top: 2px solid #AECB47;
    border-right: 2px solid #AECB47;
    border-bottom: 2px solid #AECB47;
    border-radius: 0 20px 20px 0;
    box-shadow: #dddddd 5px 5px 5px;
}

#about-content .text-content {
    margin-bottom: 40px;
}

/**************************************************************************************************************************************/
/**********************************************************    RESPONSIVE    **********************************************************/
/**************************************************************************************************************************************/
@media (max-width: 1089px) {
    #header .block2 ul a,
    #header .block2 ul li{
        font-size: 10px !important;
    }
}


@media (max-width: 1024px) {
    
    #header .block2 ul a,
    #header .block2 ul li{
        font-size: 12px !important;
    }

    #about-content #about {
        padding-bottom: 0;
    }

    #about-content #about #about-text {
        position: initial;
        width: 100%;
    }
    #about-content #about #about-text div {
        padding: 25px;
    }

    #about-content #about #about-text h1 {
        position: static;
    }

    #about-content #about #about-image {
        height: 300px;
    }

    #about-content #about #about-image img {
        height: 300px;
        width: 100%;
    }

    #about-content #about #about-text #logo-arrow {
        display: none;
    }

    #about-content #course {
        margin-top: 40px;
    }

    #about-content #course h2 {
        text-align: center;
        width: auto;
        margin-bottom: 40px;
    }

    #about-content #course #course-text {
        width: 90%;
        padding: 0;
        padding-left: 20px;
    }

    #about-content #course #jennifer-picture {
        position: static;
        margin: auto;
        width: 50%;
        margin-top: 40px;
    }

    #about-content .contact-banner-text img {
        margin: 0px !important;
        margin-left: 6px !important;
    }

    #cocon-content #cocon-title h2 {
        font-size: 30px;
    }

    #cocon-content #cocon-description {
        flex-direction: column;
        padding-top: 20px;
    }

    #cocon-content #cocon-description-image {
        margin: auto;
    }

    #cocon-content #cocon-description-text {
        padding: 20px 0;
    }

    #cocon-content #cocon-description-text h3 {
        font-size: 26px;
    }

    #cocon-members figure {
        margin: 0;
        width: 90%;
        margin: 20px auto;
    }

    #cocon-insta {
        padding-top: 0;
    }

    #cocon-insta h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    #cocon-insta #cocon-insta-content {
        flex-direction: column;
    }

    #cocon-insta #cocon-insta-block1 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #cocon-insta #cocon-insta-block1 img {
        width: 100%;
    }

    #cocon-insta #cocon-insta-block2 {
        padding: 0;
        width: 100%;
    }

    #cocon-insta #cocon-insta-block2 img{
        width: 100%;
    }

    #cocon-insta #cocon-insta-block2 a {
        width: 190px;
        margin: auto;
        margin-top: 20px;
    }

    #cocon-insta #cocon-insta-block2 a  img {
        width: 40px;
    }
}

@media (max-width: 950px) {
    
    #cocon-insta-link {
        flex-direction: column;
    }
    
    #cocon-insta-link-2 {
        width: calc(100% - 40px);
        border-bottom: none;
        border-right: 2px solid #AECB47;
        border-radius: 20px 20px 0 0;
    }
    
    #cocon-insta-link-3 {
        width: calc(100% - 40px);
        border-top: none;
        border-left: 2px solid #AECB47;
        border-radius: 0 0 20px 20px ;
    }
}

@media (max-width: 768px) {

    #jennifer-insta-link-3 {
        width: 100%;
    }
}

@media (max-width: 630px) {

    #cocon-members .grid-container figure img {
        border-radius: 18px 18px 0 0;
    }
    #cocon-insta-link {
        width: 91%;
    }
}

@media (max-width: 500px) {

    #jennifer-insta {
        width: 90%;
        margin: auto;
    }
    
    #jennifer-insta-link {
        width: 100%;
    }
    
    #jennifer-insta-link-3 a {
        padding: 16px 20px;
    }
    #about-content #course h2 {
        font-size: 28px;
    }
    #about-content .contact-banner-content .button {
        padding: 8px 24px;
        margin: auto;
    }
}

@media (max-width: 476px) {

    #about-text div h1 {
        font-size: 40px;
        top: -30px;
    }
}

@media (max-width: 350px) {

    #cocon-insta-link a {
        padding: 10px 20px;
    }
}



