iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .header .p-5 br {
        display: none !important;
    }

    .header-carousel .owl-nav {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        padding: 0 10px;
    }

    .hero-title,
    .display-4 {
        font-size: 2.5rem !important;
    }

    .header .p-5 {
        padding: 1rem !important;
    }
}
