@media screen and (max-width: 900px) {
    .featured .image {
        margin: 20px;
        margin-top: 100px;
        margin-bottom: 100px;
        height: auto;
    }
    
    .featured .image h1 {
        margin: 30px;
    }

    .featured .image p {
        margin: 30px;
    }
    
    .featured .image .text {
        width: 100%;
        left: 0px;
        bottom: 0px;
    }

    .featured .image .text h1 span {
        display: none;
    }

    .featured .image .text {
        margin-top: 250px;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        color: rgba(255, 255, 255, 0.505);
    }
}