/* 
-------------------------------------------------------------------------------
FEATURED SECTION
------------------------------------------------------------------------------- 
*/

@media screen and (min-width: 901px) {
    .featured-button-mobile {
        display: none;
    }

    .featured-image-mobile {
        display: none;
    }
}

@media screen and (max-width: 900px) {


    .featured-image {
        display: none;
    }

    .featured-paragraph {
        display: none;
    }

    .featured-button-mobile {
        margin-bottom: 50px;
        width: 80%;
        max-width: 400px;
    }

    .featured-text {
        justify-content: center;
        display: unset;
    }

    .featured-text p {
        display: none;
    }

    .featured-button {
        display: none;
    }

    .featured-text h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .featured-section {
        padding: 10px;
        padding-top: 40px;
    }

    .featured-image-wrapper-mobile {
        display: flex;
        justify-content: center;
    }

    .featured-image-mobile {
        margin-top: 50px;
        justify-content: center;
        text-align: center;
        background-color: #efefef;
        border-radius: 10px;
        box-shadow: 5px 5px 20px rgb(193, 193, 193);
    }

    .featured-image-mobile img {
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
    }
}
    