.page-template-tips .page-main {
    padding-top: 170px;
}
.tt-inner {
    width: 1023px;
    margin-bottom: 45px;
}
.tt-inner:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -5.5vw;
    white-space: nowrap;
}
#tips-top h1 {
    font-size: 4em;
    line-height: 1.125;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 23px;
    color: var(--darker-blue);
    text-transform: uppercase;
}
#tips-top p {
    font-size: 1.5em;
    line-height: 1.5;
}
#tips-slider  {
    padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
    .page-template-tips .page-main {
        padding-top: 117px;
    }
    .tt-inner {
        margin-bottom: 28px;
    }
    .tt-inner:before {
        font-size: 60px;
        line-height: 1;
        top: 5px;
        white-space: normal;
    }
    #tips-top h1 {
        font-size: 2.125em;
        line-height: 1.02941176;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
    #tips-top p {
        font-size: 1.125em;
        line-height: 1.5556;
    }
    #tips-slider  {
        padding-bottom: 83px;
    }
}