@media screen and (min-width: 750px) {
    .image-with-text__text-top {
        flex-direction: column-reverse;
    }
}

.image-with-text__text-top {
    flex-direction: column-reverse;
}

.laptop-mock img {
    object-fit: contain;
}

.laptop-mock.image-with-text .global-media-settings {
    overflow: hidden !important;
    border: none;
}
