h2{
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
}
.box-20{
    padding-left: 2%;
}
.break{
    width: 2.5rem;
    height: .25rem;
    border: transparent;
    background-color: var(--color-brandLight,#dcaf0b);
    margin: 0;
}
.responsive-block{
    color: #ffffff;
    padding: 0 !important;
}
.MainDiv{
    margin-top: 36%;
    margin-left: -9%;
    width: 100vw;
    height: 100vh;
}
img.results__image--spenmo1{
    width: 92% !important;
    margin-left: 13%;
    padding-top: 5%;
}
.DescHead{
    color: #b5b5b5;
    font-weight: bolder;
}
.nextStop{
    text-align: center;
    height: 150px;
    margin-top: 27%;
}
.brand-abstract{
    margin-top: 10%;
    margin-left: 18%;
}
.nextStop__link{
    text-decoration: none;
}
.nextStop__label{
    color: #ffe02c;
    display: block;
}
.nextStop__h1 {
    margin: 1rem 0 0;
    transition: color .1s ease-in-out;
    color: #ffffff;
}
@media only screen and (min-width: 620px){
    .nextStop{
        margin-top: 7%;
    }
    .MainDiv{
        margin-top: 28%;
        margin-left: -6%;
        width: 100vw;
    }
    img.results__image--spenmo1{
        margin-left: 8.50%;
    }
}