body {
    background-color: white;
    font-family: Akzidenk, sans-serif;
    margin: 0;
}

.row {
    display: flex;
}


/*smartphone*/
@media screen and (max-width: 1080px) {
    .row {
        flex-direction: column;
        margin: 25px;
    }

    address {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        min-width: 80%;
    }
}

/*medium*/
@media screen and (min-width: 1081px) /*and (max-width: 1199px)*/ {
    .my {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 25px;
    }

    .cares {
        flex: 1;
        margin: 25px;
    }

    address {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        min-width: 80%;
    }
}

/*!*big*!
@media screen and (min-width: 1200px) {
    .my {
       display: flex;
       flex-direction: row;
       flex: 2;
       margin: 0;
   }
   .cares{
       flex: 1;
   }

   .row section{
       margin: 25px;
   }

   .row {
       !*max-width: 60%;*!
   }
}*/

h3 {
    font-family: AkzidenkMedium, sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 1em;
    text-transform: uppercase;
    margin-bottom: 1.8em;
    font-size: 1.5em;

    font-weight: normal;
}

.career h3 {
    background-color: #2bb780;
    color: white;
}

.values h3 {
    background-color: #2bb780;
    color: white;
}

.cares h3 {
    background-color: #00abca;
    color: white;

}

@font-face {
    font-family: 'Akzidenk';
    src: url('fonts/AkzidenkGrotesk_Regular.otf');
}

@font-face {
    font-family: 'AkzidenkMedium';
    src: url('fonts/AkzidenkGrotesk_Medium.otf');
}

@font-face {
    font-family: 'AkzidenkIta';
    src: url('fonts/AkzidenkGrotesk_Ita.otf');
}

section p, section li {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-left: 1em;
    margin-right: 1.2em;
}

.cares li {
    padding-block-end: 1.7em;
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    color: #2bb780;
    font-style: normal;
    margin-bottom: 20px;
}


address span, address span a {
    display: flex;
    align-items: center;
    margin-left: 1em;
    font-style: normal;
}

address a {
    font-size: 1.3em;
}


header {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 30px 0 40px 0;
    color: #00abca;
}

header h1 {
    font-family: AkzidenkMedium, sans-serif;
    font-size: 2.3em;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: normal;
}

header h2 {
    font-family: Akzidenk, sans-serif;
    margin: -5px 0 0 0;
    font-weight: normal;
}