.light-blue {
    color: #20c6b2;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
}

.header-container {
    margin-top: 15vw;
    width: 43.2vw;
    z-index: 1;
    display: flex;
    align-items: center;
}

.corner-border-and-titles {
    border-top: 1vw solid #20c6b2;
    border-left: 1vw solid #20c6b2;
    height: 3vw;
    width: 3vw;
    padding: 1vw 0 0 1vw;
    position: relative;
    left: 7.11vw;
    bottom: 6vw;
}

.small-header {
    font-size: 2.26vw;
    font-family: 'Avenir', sans-serif;
    margin: 0;
}

.big-header {
    font-size: 4vw;
    font-family: 'Avenir', sans-serif;
    font-weight: 700;
    margin: 0;
}

.header-bg {
    width: 80vw;
}

.twoButtons {
    position: absolute;
    right: 0.25vw;
    top: 0.25vw;
    z-index: 4;
}

.header-bg-image {
    width: 100%;
    height: auto;
}


.tetula-logo-1 {
    padding-left: 2vw;
    padding-top: 2vw;
    position: absolute;
    top: 0;
}