html, body{
  color: #080808;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 300;
}


a {
  color: #ca3537;
}

a:hover {
  color: #ca3537;
}

a:active {
  color: #ca3537;
}



h1,
h2,
h3,
h4,
h5 {
    font-family: "Stapel", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

b,
strong {
    font-weight: 700;
}

h1 {
    position: relative;
}

h2 {
    font-family: "Stapel", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #292929;
    margin: 30px 0 18px;
    position: relative;
}

h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0;
    bottom: 0px;
    background: #BB433C;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 6px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

h1:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0;
    bottom: -20px;
    background: #ca3735;
}

h3 {
    font-family: "Stapel", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
}

h4 {
    color: #808080;
    font-weight: 500;
}

h5 {
    color: #808080;
    font-weight: 500;
}

h1 {
    color: #292929;
    line-height: 1;
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 40px;
    font-weight: 500;
}