.main--header {
    height: 100vh;
    padding-bottom: 110px;
    /* margin-bottom: 80px; */
}

.general--section {
    height: 100vh;
}

/* TITLES TABS */

.section--title-first {
    width: 33.33%;
    height: 22px
}
.section--title-middle {
    width: 33.33%;
    margin-left: 33.33%;
    height: 22px
}
.section--title-last {
    width: 33.33%;
    margin-left: 66.66%;
    height: 22px
}

.sticky--bottom-top {
    position: -webkit-sticky;
    position: sticky;
    bottom: 44px;
    background-color: #BC00EC;
    z-index: 99;
}
.sticky--bottom-middle {
    position: -webkit-sticky;
    position: sticky;
    bottom: 22px;
    background-color: #0059FF;
    z-index: 99;
}
.sticky--bottom_bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #11AD87;
    z-index: 99;
}

.sticky--top-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.sticky--top-middle {
    position: -webkit-sticky;
    position: sticky;
    top: 22px;
}
.sticky--top-bottom {
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
}

/* CONTENT CONTAINERTS */

.box {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }

/* CONTENT */

.bios {
    width: 33.33%;
    margin-top: 55px;
    margin-bottom: 100px;
    font-family: "Courier";
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.bios.end {
    margin-top: 100px;
    margin-bottom: 0px;
}
.bios.ft {
    margin-bottom: 0px;
}

.bios.temp {
    margin-top: 40px;
    margin-bottom: 35px;
}