body{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 1.7;
    background: #f1f1f1 url("../img/bg-texture-1.png") repeat scroll 0 0;
}
.container {
    margin-top: 30px;
}
.mt-150 {
    margin-top: 150px;
}
img {
    background: transparent;
}
.text-left {
    text-align: left;
}
a {
    color: #DC0E15;
    text-decoration: none;
}
.semibold {
    font-weight: 400;
}
.bold {
    font-weight: 600;
}
.main-title {
    max-width: 820px;
    text-align: center;
    margin: auto;
}

/* BREAKPOINTS
https://getbootstrap.com/docs/4.4/layout/overview/#responsive-breakpoints
*****************************************************************************************/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1,.h1 {
        font-size: calc(2rem + 1.9vw);
    }
    h2,.h2 {
        font-size: calc(1.7rem + 1.8vw);
    }
    body {
        font-size: calc(1.45rem + 1.8vw);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1,.h1 {
        font-size: calc(1.6rem + 1.8vw);
    }
    h2,.h2 {
        font-size: calc(1.5rem + 1.8vw);
    }
    body {
        font-size: calc(1.35rem + 1.8vw);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1,.h1 {
        font-size: calc(1.1rem + 0.2vw);
    }
    h2,.h2 {
        font-size: calc(1rem + 0.2vw);
    }
    body {
        font-size: calc(0.9rem + 0.1vw);
    }
}

h1, .h1 {
    line-height: 1.6;
}
h2, .h2 {
    line-height: 1.6;
}







