@media screen and (max-width:768px) {
    .x-tl-booking-widget-container{
        display: none !important;
        pointer-events: none;
    }
}
.download-file{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 24px;
}
.download-file svg{
    height: 48pt;

}