@media (max-width: 425px) {
    .inner-iframe iframe {
        width: 350px;
        height: 200px;
    }
}
.component-phone__number.phone-l {
    background-color: #4E0001;
    padding: 10px;
    border-radius: 25px;
    color: #FFF !important;
}

@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}