@font-face {
    font-family: 'Isomer Regular';
    src: url('../fonts/Isomer-Regular.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedBold.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedSemiBold.woff') format('woff'),
        url('../fonts/Isomer-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Isomer SemiCondensed SemiBold';
    src: url('../fonts/Isomer-SemiCondensedSemiBold.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedSemiBold.woff') format('woff');
}

html,
body {
    font-family: Isomer Regular, sans-serif;
    line-height: 1.5;
}

.about-head {
    padding: 3rem 5.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eff1f2;
}

.about-head h2 {
    text-transform: uppercase;
    line-height: 1.2;
    color: #002b45;
    font-family: Isomer Semi Condensed Bold, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
    margin-bottom: 1rem;
}

.about-head .title p {
    font-family: Isomer Regular, sans-serif;
    line-height: 1.5;
}

.about-head .email {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.about-head .email img {
    width: 24px;
    height: auto;
    margin-right: 8px;
}

.about-container {
    width: 80%;
    margin: 40px auto;
    text-align: center;
}

.about-container h1 {
    color: rgb(0, 43, 69);
    font-weight: 600;
    font-family: "Isomer SemiCondensed SemiBold", sans-serif;
}

.about-container .picture {
    margin-top: 40px;
    padding: 0 5.625rem;
}

.about-container .picture,
.about-container .picture img {
    width: 100%;
    height: auto;
}

.about-container .content {
    margin: 40px 5.625em 0;
}

.about-container .content p {
    color: rgb(49, 54, 60);
    font-family: "Isomer Regular", sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .about-head {
        padding: 10px;
    }

    .about-head .title p {
        font-size: 12px;
        line-height: 1;
    }

    .about-head .email img {
        width: 18px;
        margin-right: 4px;
    }

    .about-head .email {
        font-size: 12px;
    }

    .about-container {
        margin: 20px auto;
    }

    .about-container {
        width: 100%;
    }

    .about-container .picture {
        margin-top: 30px;
    }

    .about-container .content {
        margin: 30px 10px 0;
    }
}