.tourism-tip {
    padding: 80px 0;
}

.tourism-tip h6,
.tourism-tip h1 {
    font-weight: 700;
    line-height: 1.2;
}

.tourism-tip h1 {
    font-size: 54px;
}

.tourism-tip h6 {
    letter-spacing: .2em;
    font-size: 16px;
}

.tourism-tip .title {
    font-size: 42px;
    font-weight: 550;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 42px !important;
    }
}