@media(max-width: 768px) {
    body {
        padding: .7rem;
        background-color: #e6e6e6;
    }

    .logo {
        width: 75% !important;
    }

    .h6-sm {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        color: var(--bs-heading-color);
    }

    .rounded-pill-sm {
        border-radius: 2rem !important;
    }

    .w-100-sm {
        width: 100% !important;
    }

    .w-75-sm {
        width: 75% !important;
    }

    .w-50-sm {
        width: 50% !important;
    }

    .w-25-sm {
        width: 25% !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .mx-auto-sm {
        margin-left: auto;
        margin-right: auto;
    }

    iframe {
        width: 107% !important;
        height: 300px !important;
        /* max-height: 543px; */
        aspect-ratio: 16/9;
        margin-left: -.8rem !important;
        /* padding-right: -1rem !important; */
    }

    .p-3-sm {
        padding: 0.75rem;
    }

    .fs-sm-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .border-sm-0 {
        border: 0 !important;
    }

    .ms-n1,
    .ms-n2,
    .ms-n3,
    .ms-n4,
    .ms-n5 {
        margin-left: 0 !important;
    }
}