.question-box{
    border-top: solid 2px #275D3D;
    border-bottom: solid 2px #275D3D;
    background-color: #f1f4f1;
    width: 100%;
    /*min-height: 20vh;*/
    align-content: center;
    @media (min-width: 992px) {
        height: 130px;
    }
}