.center-vertically {
    display: flex;
    align-items: center;
}

.padding-right-0 {
    padding-right: 0px!important;
}

.padding-left-0 {
    padding-left: 0px!important;

}

.text-divide {
    margin-top: 50px;
    margin-bottom: 70px;
}

.text-divide-big-space {
    margin-top: 100px;
    margin-bottom: 70px;
}

.display-none {
    display: none;
}

.primary-btn {
    width: 200px;
    height: 60px;
    background-color: #edcd9e;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    outline: 0!important; 
}

.primary-btn:hover {
    background-color: #dfcea1;
}

.paket-heading {
    text-align: center;
    padding-bottom: 40px;
}

.legal-link {
    color: #fff;
    font-size: 14px;
    font-size: 14px;
    transition: all .2s;
    margin-right: 10px;
}

.legal-link:hover {
    color:#E8E8E8;
}

.scroll-top-button-icon {
    display: none;
}

.wh-text-wrapper {
    width: 600px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}

.wh-header {
    width: 100%;
    height: 200px;
    background-color: #dfcea1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.wh-header h1 {
    color: #fff;
    margin: 0px;
}

.padding-0 {
    padding: 0px!important;
}

.legal-body {
    padding-top: 80px;
}

.wh-subtext-wrapper {
    width: 700px;
    margin: 0 auto;
}