#thankyou_page .vergroot {
    font-size: 42px;
    color: #830051;
    line-height: 48px;
    font-family: 'Lexia-italic';
    font-style: italic;
    font-weight: 400;
    padding: 200px;
    text-align: center;
}

/*-------media query -----------*/


@media only screen and (max-width: 1367px) {
#thankyou_page .vergroot {
    padding: 150px;
}
}

@media only screen and (max-width: 1200px) {
#thankyou_page .vergroot {
    padding: 120px;
}
}

@media only screen and (max-width: 992px) {
#thankyou_page .vergroot {
    padding: 80px;
}
}

@media only screen and (max-width: 767px) {
#thankyou_page .vergroot {
    padding: 80px;
}
}

@media only screen and (max-width: 540px) {
#thankyou_page .cmp-container__backgroundImage--enabled {
    aspect-ratio: 11/4;
}
}