body {
    color: #212529;
    overflow-x: hidden
}
.mast-head-wrapper {
    background: linear-gradient(165deg, #FFF8ED 50%, #fff 50%);
    padding-top: 70px;
}
.mast-head a.btn {
    padding: .8rem 2rem;
    font-weight: 600;
}
.mast-head h1 {
    font-size: min(4rem, calc(1.525rem + 3.3vw));
    line-height: 1;
}
.mast-head .lead {
    font-size: min(1.5rem, calc(1rem + 1vw));
    font-weight: normal;
    color: #495057;
}
.body-content-item {
    margin-top: 80px;
}
.rounded-6 {
    border-radius: 1rem !important;
}
