.big-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 46pt;
    line-height: normal;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 28pt;
    line-height: normal;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}
.sub-heading-small {
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    line-height: normal;
    color: #fff;
    letter-spacing: 8px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .bg-img {
        display: none;
    }
}