﻿@media only screen and (max-width: 967px) {
.reputation_box {
    background: #E6E6E6;
    width: 50%;
    height: fit-content;
    margin-top: 10px;
    position: absolute;  
}

.calm_box {
    width: 120%;
    margin-left: -120px;
    margin-top: 60px;

}

.support_box {
    width: 50%;
    position: absolute;
    margin-top: 30px;
}

.CTA-ArrowRoundRight {
    width: fit-content;
}

.blockquote_image_reverse {
    float: right;
}

.blockquote_content_reverse {
    float: left;
}
}