a.question__boxwrapper {
    display: flex;
    height: 214px;
    margin: 30px 0;
}

.question__boxarrow {
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 66px solid #fff;
    position: absolute;
    right: -66px;
    bottom: 33px;
    z-index: 6;
}


.question__boxleft {
    width: 60%;
    background: #002858;
    border-right: 4px solid white;
    position: relative;
    padding: 20px 40px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.question__boxright {
    width: 40%;
    z-index: 0;
}

.question__boxright img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.question__title {
    color: white;
    font-size: 2em
}

.question__link {
    color: white;
    font-size: 0.9em;
}

.question__arrowborder {
    position: relative;
    top: -38px;
    left: -66px;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 58px solid #002858;
    z-index: 50;
}

.question_section {
    background-size: 90% auto;
    background-position: 35px 0px;
    background-repeat: repeat-y;
}

.question_section .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.question_content_section1 {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .question__title {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 990px) {
    .question__title {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 990px) {
    .question__title {
        font-size: 1.4em;
    }

    .question_section .container {
        padding: 22px;
        margin: 0;
        max-width: 100%;
    }


    .question__link {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 768px) {
    .question__title {
        font-size: 1.0em;
    }
}

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

    .question__boxleft {
        width: 100%;
    }

    a.question__boxwrapper {
        height: 200px;
    }

    .question__boxarrow {
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 40px solid #fff;
        right: -43px;
    }

    .question__arrowborder {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 55px solid #002858;
        top: -30px;
    }

}

@media only screen and (max-width: 410px) {
    .question__boxleft {
        font-size: 0.8em;
        padding: 10px 20px 10px 20px
    }

    a.question__boxwrapper {
        height: 140px;
        margin: 10px 0;
    }

}