.textbox{display:flex;flex-direction:column;justify-content:center;border:1px solid #bfbfbf;padding:48px 0 30px;max-height:200px;color:#222}
.textbox__title{font-size:138%;font-weight:700}
.textbox__text{font-size:100%;font-weight:700}
.textbox__textBold{margin-top:-8px!important;font-size:300%;font-weight:700;color:#c00}
.title-center-bold{text-align:center;font-size:115%;margin-top:54px;margin-bottom:24px}
@media print,screen and (max-width:767px){
.textbox{max-height:133px;padding:20px 0 10px}
.textbox__title{font-size:130%}
.textbox__textBold{margin-top:2px!important;font-size:250%}
.title-center-bold{font-size:120%;margin-top:42px;margin-bottom:20px}
.mgtb{margin-top:-5px!important; margin-bottom:10px!important;}
}
@media print,screen and (min-width:768px){
.mgtb{margin-top:-15px!important; margin-bottom:20px!important;}
}