.text-col .subhead {
    font-weight: 400;
    letter-spacing: 3px;
}

.text-col h3 {
    font-weight: 700;
    font-size: 33px;
    line-height: 45px;
    text-transform: none;
}


.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width:1199px) {
    .text-col h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width:991px) {
    .img-col {
        text-align: center;
    }

    .img-col img {
        height: 500px;
        object-fit: cover;
    }

    .pt-100 {
        padding-top: 60px;
    }
}

@media only screen and (max-width:767px) {
    .text-col h3 {
        font-size: 24px;
    }
}