:root {
    --mainbrown: #634F3A;
}  

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;
    margin: 0;
    background-color: #ffffff;
}

header {
    height: calc(100vh - 50vh);
}

.brandLogo {
    height: 45px;
    left: 90px;
    top: 50px;
}

.recapAgeRange {
    font-size: 19px;
    font-weight: 800;
}

.recapAgeCat {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}

.perspTop {
    position: absolute;
    top: 35%;
    left: 90px;
    text-align: left;
    color: white;
}

.title {
    display: inline-block;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.title-desc {
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
}

section.perspSection {
    text-align: center;
}

article.perspPanel {
    position: relative;
    display: inline-block;
    margin-top: -140px !important;
    width: calc(50% - 150px);
    height: 470px;
    margin: 50px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

article.perspPanel img.corner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
}

div.perspPanel-title {
    position: relative;
    width: calc(100% - 150px);
    margin: 50px 0px 20px 75px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 200;
    color: #30261D;
    text-align: left;
    text-transform: uppercase;
}

div.perspPanel-title div {
    font-weight: 600;
}

div.perspPanel-desc {
    padding-top: 30px;
    height: 80px;
    width: 80%;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    color: #2f2f2f;
}

a.black-btn {
    position: absolute;
    bottom: 55px;
    left: 75px;
    width: 50%;
    height: 40px;
    text-transform: none;
}

@media screen and (max-width: 1670px) {

    .title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    article.perspPanel {
        margin-top: -95px !important;
        width: calc(50% - 200px);
        height: 380px;
        margin: 30px;
    }

    div.perspPanel-title {
        font-size: 30px;
    }

    a.black-btn {
        bottom: 25px;
    }

}

@media screen and (max-width: 1550px) {

}