.bioSection {
    position: relative;
    margin-top: 5.73vw;
    text-align: center;
    margin-bottom: 4.38vw;
}

.bio-title {
    font-size: 5.21vw;
}

div.bio-content {
    margin: 0 auto;
    margin-top: 2.60vw;
    max-width: 80.99vw;
    font-size: 1.51vw;
}

.para_two,
.para_three,
.para_four {
    margin-top: 3vw;
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
    .bioSection {
        margin-top: 4.60vw;
        margin-bottom: 17.60vw;
    }

    .bio-title {
        font-size: 9.07vw;
    }

    div.bio-content {
        margin-top: 6.93vw;
        font-size: 4.27vw;
        max-width: 89.60vw;
    }

    .para_two,
    .para_three,
    .para_four {
        margin-top: 10vw;
    }
}