body {
    font-family: 'Work Sans', termina, sans-serif;
    overflow-x: hidden;
}

a {
    color: #4d4d4d;
}

a:hover {
    color: #99ffcc;
}

h1,
h2 {
    font-weight: 600;
    line-height: .8;
    color: #4d4d4d;
}

h1 {
    font-size: 18px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h2 {
        font-size: 38px;
    }
}

header {
    border-bottom: 21px solid #99ffcc;
    padding: 10px 10px;
}

header .axis-logo {
    width: auto;
    height: 110px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    header {
        padding: 20px 10px;
    }

    header .axis-logo {
        height: 170px;
    }
}

.carousel {
    border-bottom: 5px solid #e4dfd6;
    position: relative;
    min-height: 600px;
    background: url(/background.jpg) no-repeat center top;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.carousel-flag {
    margin-left: auto;
    margin-top: 30px;
    background: url(/underConstruction.svg) no-repeat center center;
    background-size: 160px 55px;
    width: 160px;
    height: 55px;
}

@media (min-width: 768px) {
    .carousel-flag {
        background-size: 320px 110px;
        width: 320px;
        height: 110px;
    }
}

.carousel-heading {
    display: block;
    margin: auto;
    background: url(/whatsYourAngle.svg) no-repeat center center;
    background-size: 276px 113px;
    width: 276px;
    height: 133px;
}

@media (min-width: 768px) {
    .carousel-heading {
        background-size: 552px 225px;
        width: 552px;
        height: 265px;
        margin-left: 10%;
    }
}

.carousel img {
    display: block;
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel-text {
    min-width: 400px;
    width: 50%;
    padding: 20px;
    margin-left: auto;
    margin-top: auto;
    padding-bottom: 50px;
    border-left: 1px solid white;
}

.carousel h2 {
    color: #99ffcc;
}

.carousel p {
    color: white;
}

.img-fill {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.image-block__header {
    height: 80%;
    width: 100%;
}

.odd .image-block__header {
    border-left: solid 40px #4d4d4d;
}

.even .image-block__header {
    border-right: solid 40px #4d4d4d;
}

.image-block__header h2 {
    position: relative;
    padding-bottom: 40px;
}

.image-block__header h2:after {
    content: '.';
    color: #99ffcc;
}

.image-block__header h2:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 10px;
    background: #99ffcc;
}

.odd .image-block__header h2:before {
    left: -2000px;
    right: 0;
}

.even .image-block__header h2:before {
    right: -2000px;
    left: 0;
}

.small-header-text {
    display: none;
}

@media (min-width: 996px) {
    .middle-line {
        position: relative;
    }

    .middle-line:after {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        top: -20%;
        left: 50%;
        bottom: 0;
        background: white;
    }

    .minus-mt-30 {
        margin-top: -30px;
    }

    .small-header-text {
        font-size: 18px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .small-header-text span {
        font-size: 24px;
        display: block;
    }
}