.layout_logo {
    max-width: 100%;
    height: auto;
width: auto;
}
@media screen and (max-width: 768px){
.layout_logo {
    max-width: 100%;
    height: auto;
}
}
.layout_text, .question_questionTitle, .rowOption_topCaption{
    font-weight: bold;
}

.button_button_isTertiary {
    background-color: #008a00;
    color: #ffffff;
}
.button_button_isTertiary:hover {
background-color: #016e01;
}