
.about {
    background: #002530;
    width: 100%;
    min-height: 1200px;
    border-bottom-right-radius: 400px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
    position: relative;
}

.about .cover {
    position: relative;
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 400px;
    background: url("../imagini/img8.png") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    -moz-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    top: 0%;
    right: 0%;
}

.about .content {
    width: 70%;
    min-height: 200px;
    margin-left: 15%;
    margin-right: auto;
}

.about .content h1 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding-bottom: 50px;
}

.about .content h1 span {
    font-size: 1.3em;
    color: #00A4CE;
}

.about .content p {
    font-size: 1.2em;
    line-height: 1.6;
    color: #fff;
}

.about .content p span {
    font-size: 1.1em;
    color: #00A4CE;
}

.space5 {
    height: 5vh;
}

.space10 {
    height: 10vh;
}

.psiho {
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.psiho h1 span {
    font-size: 1.1em;
    color: #00A4CE;
}

.philosophy {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
}

.philosophy .content {
    display: inline-flex;
    margin-bottom: 100px;
    width: 80%;
}

.philosophy .content .column1 {
    align-content: center;
    text-align: justify;
    padding-right: 2%;
    width: 100%;
}

.philosophy .content .column1 h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.philosophy .content .column1 h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 20px;
}

.philosophy .content .column1 p {
    line-height: 1.8;
}

.philosophy .content .column1 p a {
    text-decoration: none;
    color: #00A4CE;
    cursor: default;
}

.philosophy .content .column1 .button {
    align-content: center;
    display: flex;
    margin: 40px 0px 0px 40px;
}

.philosophy .content .column1 .button button {
    border: 2px #00A4CE;
    border-style: solid;
    border-radius: 30px;
    background: none;
    width: 200px;
    height: 60px;
    font-weight: 500;
    font-size: 1.2em;
}

.philosophy .content .column1 .button button:hover {
    background: #00A4CE;
}

.philosophy .content .column2 {
    align-content: center;
    text-align: justify;
    padding-left: 2%;
    width: 100%;
}

.icon {
    border-style: solid;
    border-color: #ebebeb;
    border-width: 15px;
    border-radius: 35px;
    width: 50%;
    background-color: #ebebeb;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

.philosophy .content .column2 p i {
    font-size: 0.8em;
    color: #00A4CE;
    padding-right: 15px;
}

.philosophy .content .column2 p {
    line-height: 1.8;
    padding-bottom: 20px;
    text-align: justify;
}

.philosophy .content .column2 p a {
    text-decoration: none;
    color: #00A4CE;
    cursor: default;
    text-align: justify;
    justify-content: left;
}


.philosophy .content .column2 .icon p {
    padding-bottom: 0;
    border-bottom: 2px solid rgba(192, 191, 191, 0.274);
    line-height: 2.8;
}

.philosophy .content .column2 .icon p:nth-child(3) {
    border: none;
}

.career {
    width: 100%;
    position: relative;
    min-height: 500px;
    background-color: #002530;
    border-top-left-radius: 400px;
}

.career .content {
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-right: auto;
    color: #fff;
}

.career .content .title {
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-size: 1.5em;
}

.career .content .title h1 {
    font-size: 2em;
}

.career .content .title h1 span {
    font-size: 1.1em;
    color: #00A4CE;
}

.career .row1 {
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-right: auto;
}

.career .content .column1 {
    align-content: center;
    text-align: justify;
    padding-right: 2%;
    width: 80%;
}

.career .content .column2 {
    align-content: center;
    text-align: justify;
    padding-left: 2%;
    width: 80%;
}

.career .row2 {
    display: grid;
    text-align: center;
    padding-bottom: 50px;
}

.career .row2 .column {
    display: flex;
    width: 100%;
    padding: 40px 0px 10px 0px;
}

.career .row2 .column .box-about {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.career .row2 .column .box-about button {
    box-shadow: 0px 0px 10px 0px #ffffff;
    border-radius: 30px;
    border: 4px #A5AFB8;
    width: 40%;
    height: 65px;
    background: #8C959C;
    color: #F8F8F86B;
    font-size: 0.8em;
   /* transition: transform 0.2s;*/
}

/*.career .row2 .column .box-about button:hover {
   background-color: #00A4CE;
    transform: scale(1.2);
    box-shadow: 0px 0px 30px 0px #00A4CE;
}
*/
.career .row3 {
    display: flex;
    text-align: center;
    padding-bottom: 50px;
    justify-content: center;
}

.career .row3 button {
    box-shadow: 0px 0px 10px 0px #ffffff;
    border-radius: 30px;
    border: 4px #A5AFB8;
    width: 30%;
    height: 65px;
    background: #8c959c;
    color: #f8f8f86b;
    font-size: 1em;
    transition: transform 0.2s;
}

.career .row3 button:hover {
    background-color: #00A4CE;
    transform: scale(1.2);
    box-shadow: 0px 0px 30px 0px #00A4CE;
}

@media(max-width: 1440px) {
    .icon {
        width: auto;
    }
}

@media(max-width: 1250px) {
    .about .content p {
        padding-bottom: 90px;
    }
    .about {
        border-bottom-right-radius: 200px;
    }
}

@media(max-width: 550px) {
    .philosophy .content {
        flex-direction: column;
    }
}

@media(max-width: 1250px) {
    .career {
        border-top-left-radius: 200px;
    }
}

@media(max-width: 800px) {
    .career .row2 {
        padding-top: 10%;
    }
    .career .row1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .career .content .column2 {
        padding-left: 0%;
    }
    .career .row2 .column {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
    }
    .career .row2 .column .box-about {
        padding-bottom: 20px;
    }
}

@media(max-width: 500px) {
    .career .row2 {
        padding-top: 10%;
    }
    .career .row1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .career .content .column2 {
        padding-left: 0%;
    }
    .career .row2 .column {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
    }
    .career .row2 .column .box-about {
        display: flex;
        flex-direction: column;
    }
    .career .row2 .column .box-about button {
        margin-bottom: 10%;
        width: 100%;
        font-size: 1em;
    }
    .career .row3 button {
        width: 80%;
    }
}