/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

.ImgTxt {
    margin: 100px 0;
}

.ImgTxt .text .title, .ImgTxt .text .subtitle {
    line-height: 100%;
    font-weight: 600;
    font-size: 50px;
}

.ImgTxt .text { margin-top: 150px !important; }

.ImgTxt .text .subtitle { font-style: italic; }


@media (max-width: 576px) {
    .ImgTxt { margin: 50px 0; }
    .ImgTxt .text .title, .ImgTxt .text .subtitle { font-size: 40px; }
    .ImgTxt .text { margin-top: .5rem!important }
}
