.top-information .inner-container .header-top-text {
    font-family: LoraB, serif;
    font-size: 38px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    display: none;
}
.overlay {
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(52, 75, 76, 0.32);
}
header.home-banner, header.banner {
    width: 100%;
    z-index: 100;
    transition: all 0.3s;
    border-bottom: 0px solid #928f8e;
    position: fixed;
}
.top-information .buttons {
    width: 480px;
    margin: auto;
    margin-top: 23px;
}
@media (min-width: 1300px){
.top-information {
    padding-top: 225px;
}
}
.top-information .inner-container .header-text {
    font-family: "PT Sans", sans-serif;
    font-size: 23px;
    line-height: 33px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 0 70px;
    padding-top: 20px;
}
.top-information .inner-container {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.top-information .inner-container .white-line {
    width: 142px;
    border-top: 1px solid #ffffff;
    margin: 0 auto;
    display: none;
}