@media only screen and (max-width: 600px) {
    nav .wrapper {
        width: 100vw;
        height: 8vh;
    }
    .text.media-css-text {
        left: 0 !important;
    }
    .media-join-team p {
        margin-top: 20px;
    }
    .media-bg.custom-row {
        background-image: none !important;
        background-color: #d15c71 !important;
    }
    .main-content {
        margin-bottom: 0;
    }
    .example p {
        font-size: 2.2vw !important;
        font-weight: 600;
        text-align: center;
    }
    .custom-row.our-mission {
        height: 50vw;
    }
    .custom-row.our-mission .text {
        padding: 34px !important;
        position: relative;
        padding-top: 75px !important;
    }
    img.about-us-image {
        width: 25% !important;
    }
    .custom-row.our-mission p {
        font-size: 1.5vw !important;
    }
    /* .media-founder {
        flex-direction: column !important;
    } */
    .text.media-css-text {
        left: 0 !important;
        position: relative !important;
    }
    .ns-sect-media {
        padding-top: 90px;
    }
    .ns-sect-media .carousel-inner .carousel-caption-custom {
        padding: 15px;
    }
    .ns-sect-media .carousel-inner .carousel-caption-custom {
        top: 15vw;
    }
    .text.our-mission.founder-image {
        position: relative;
    }
    .media-row-height.custom-row {
        height: 55vh;
    }
    .margin-adj {
        margin-top: 0 !important;
    }
    .media-founder img {
        height: 20vh !important;
    }
}