@media screen and (max-width: 900px) {
    .features-section {
        background-image: url("../images/mobile-images/features-section-mobile.png");
        padding-top: 100px;
        height: auto;
        display: block;
        padding-bottom: 10px;
    }

    .features-section .features {
        padding: 0;
        margin: 30px;
        height: auto;
    }

    .features-section .features h1 span {
        display: none;
    }

    .features-section .buttons {
        flex-direction: column;
        gap: 10px;
    }

    .features-section .features .double {
        height: 130px;
    }

    .features-section .features .double ul {
        margin-top: -20px;
    }
}

@media screen and (max-width: 380px) {
    .features-section .features .double {
        height: 150px;
    }
}