.mobile-apps__image-container {
    width: 216px;
    height: 301px;
}

.mobile-apps__image-container svg:last-child {
    left: -70px;
}

@media screen and (min-width: 768px) {
    .mobile-apps__description {
        min-height: 421px;
    }

    .mobile-apps__image-container {
        width: 302px;
        height: 421px;
    }
}

@media screen and (min-width: 1200px) {
    .mobile-apps__image-container {
        width: 319px;
        height: 413px;
    }
}

@media screen and (min-width: 1400px) {
    .mobile-apps__image-container {
        width: 512px;
        height: 664px;
    }

    .mobile-apps__image-container svg:last-child {
        left: -140px;
    }
}