#banner {
    --banner-bg-image: url(https://xliffedit.com/images/airandpen.jpg);
}

.custom_color {
    background-color: #4563c1 !important;
}

.tech_info {
    max-width: 400px;
}

.questions_pic {
    margin: 4em auto -2em auto;
    max-width: 70%;
    height: auto;
    display: block;
}

@media screen and (max-width: 780px) {
    .questions_pic {
        min-width: calc(100vw - 4em);
    }
}

@media screen and (min-width: 1306px) {
    .questions_pic {
        margin: 4em auto -4em auto;
    }
}
