@media screen and (min-width: 1025px){
.mt-addons-empty-spacer-mobile,
.mt-addons-empty-spacer-tablet {
display: none;
}
}
@media screen and (max-width: 599px){
.mt-addons-empty-spacer-desktop,
.mt-addons-empty-spacer-tablet {
display: none;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px){
.mt-addons-empty-spacer-desktop,
.mt-addons-empty-spacer-mobile{
display: none;
}
}.mt-addons-absolute-image img {
position: absolute;
right: auto;
top: 0;
width:100px;
}
.mt-addons-title-image-box {
display: inline-flex;
box-sizing: border-box;
font-weight: 700;
font-size: 32px;
text-align: center;
}