.boxbackground {
    padding: 50px 50px;
    margin: -30px;
    background-image: url('/img/bg_1.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.boxbackground a {
    text-transform: uppercase;
}

.headingtext {
    color: black;
}

.head_cent {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 400;
}

.head_cent::before {
    content: "";
    margin: 0 auto;
    width: 80px;
    height: 2px;
    background-color: #cc1414;
    display: block;
    top: -8px;
    position: relative;
}

.head_cent_big {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 400;
}

.head_cent_big::before {
    content: "";
    margin: 0 auto;
    width: 80px;
    height: 2px;
    background-color: #cc1414;
    display: block;
    top: -14px;
    position: relative;
}

.head_centshort {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 400;
}

.head_centshort::before {
    content: "";
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background-color: #cc1414;
    display: block;
    top: -14px;
    position: relative;
}

.head_left {
    margin-top: 10px;
    display: block;
    margin-left: 0;
}

.head_left::before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #cc1414;
    display: block;
    top: -5px;
    left: 0;
    position: relative;
}

.button::after {
    content: "";
}