@media only screen and (max-width: 768px) {
    header .navbar-brand {
        padding-left: 1rem;
    }

    .section-1 .row .col-md-6 .panel {
        position: initial;
        width: initial;
        height: initial;
    }

    .section-2 .cover {
        background-position: -25vmin -10vmin;
    }

    .numbers .rect {
        width: 10rem;
        height: 8rem;
    }

    .number .rect h1 {
        font-size: 2rem;
    }

    .section-4 .team {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
}

@media only screen and (max-width: 320px) {
    .section-4 .card {
        width: 18rem;
        text-align: center;
    }

}