.head-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;

    li {
        margin-right: 78px;
        margin-bottom: 3px;
    }

    .science {
        margin-right: 40px !important;
    }
}

.head-nav-science ul {
    list-style: none;
    display: flex;
    justify-content: center;

    li {
        margin-right: 40px;
        margin-bottom: 3px;
    }
}

.head-nav a {
    color: #a9a3a3;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    line-height: 28px;
    font-size: 15px;
}

#SITE_HEADERinlineContent-gridContainer {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:min-content 1fr;
    grid-template-columns:100%;

    #comp-k8rjzgyj {
        position: relative;
        margin: 4px 0px 7px calc((100% - 980px) * 0.5);
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    #comp-j88o274c {
        position: relative;
        margin: 0px 0px 0px calc((100% - 980px) * 0.5);
        left: 0px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }
}

.CJF7A2 {
    height: auto
}

.CJF7A2, .U4Bvut {
    position: relative;
    width: 100%
}

.logo {
    display: grid;
    grid-template-columns: 37.5% 62.5%;

    .logo-part-left {
        text-align: end;

        img {
            width: 30%;
        }
    }
}

.science-content {
    font-family: sans-serif;
    font-weight: normal;

    h1 {
        text-align: center;
        color: #d90d0d;
        font-size: 26px;
    }

    p {
        padding: 2px 145px;
        text-align: justify;
        font-size: 16px;
        line-height: 1.3em;
        color: rgb(var(--color_46));
    }
}


.btn-contact {
    background-color: #970623;
    color: white;
    padding: 10px 25px;
    border-radius: 2px;
}

.title-meet-team {
    color: #4B81AD;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 25px;
    line-height: normal;
    text-align: center;
    margin: 20px 0;
}

body {
    font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
}

.team-member {
    text-align: center;
    font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
    font-size: 16px;
    color: #635C5C;
    font-weight: normal;
}

header {
    width: 200px;
    height: 100px;
    background-color: lightblue;
    border-radius: 5px;
}

.video-horse {
    background: black;
}