.super-container{
    margin-top: 100px;
    color: white;
    background: #2C2C2C;
}

.line{
    width: 60%;
    height: 2px;
    background: #E8E8E8;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
    .line{
        width: 80%;
    }
}

#home{
    background: #2C2C2C;
    color: white;
    overflow-x: hidden;
}

.section-title{
    margin: 0 auto  ;
    color: white;
    text-align: center;
    max-width: 350px;
    font-size: 35px !important;
}

.section-text{
    max-width: 600px;
}

.text-yellow-color{
    color: #FFA800;
    text-decoration: none;
}
.text-yellow-color:hover{
    color: #FFA800;

}

.text-link{
    cursor: pointer;
    color: #24B4D3;
    font-weight: bold;
    text-decoration: none;
}

.align-center{
    margin: 0 auto;
    text-align: center;
}

.text-bold{
    font-weight: bold;
    font-weight: 1000;
}
.text-link-no-decoration:link
{
    text-decoration: none;
    color: inherit;
}
.text-link-no-decoration:visited
{
    text-decoration: none;
    color: inherit;
}
.text-link-no-decoration:hover
{
    text-decoration: none;
    color: inherit;
}
.text-link-no-decoration:active
{
    text-decoration: none;
}
.text-link-no-decoration{
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-underline: none;
}

.container-align-center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.element-padding{
    padding: 10px;
}

h1{
    font-family: Montserrat;
    font-size: 30px !important;
    font-weight: 700;
}

h2{
    font-family: Montserrat;
    font-size: 27px !important;
    font-weight: 700;
}

h3{
    font-family: Montserrat;
    font-size: 20px !important;
    font-weight: 700;
}



h4{
    font-family: Montserrat;
    font-size: 15px !important;
}

.person-image-container{
    border: 2px solid #FFA800;
    border-radius: 50%;
    min-width: 220px;
    min-height: 220px;
    max-width: 260px;
    max-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-image-container{
    border: 2px solid #FFA800;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-image{
    width: 95%;
    height: 95%;
}

.partner-image{
    width: 95%;
    height: 95%;
}

.person-vertical-element{
    gap: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


@media screen and (max-width: 600px) {
    h1{
        font-family: Montserrat;
        font-size: 25px !important;
        font-weight: 700;
    }

    h2{
        font-family: Montserrat;
        font-size: 23px !important;
        font-weight: 700;
    }

    h3{
        font-family: Montserrat;
        font-size: 17px !important;
        font-weight: 700;
    }

    .section-text{
        max-width: 400px;
    }

    h4{
        font-family: Montserrat;
        font-size: 13px !important;
    }

}


.container-elements{
    max-width: 1600px;
    display: flex;
    gap: 120px;
    justify-content: center;
    flex-wrap: wrap;;
}

@media screen and (max-width: 1000px) {
    .container-elements{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
    }
}

@media screen and (max-width: 700px) {
    .container-elements{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
    }

}



