@include potrait-tablet {
    .info-image-box {
        margin-bottom: 30px;
        img {
            width: 100%;
        }
    }
}

@include tiny-device {
    .info-image-box,
    .parallax-card .back  {
        .box-body {
            padding: 30px;
        }
    }
}