.wrapper{
    margin: 0 auto;
    padding: 0 13px;
    max-width: 1320px;
}
.black-layer{
    position: relative;
}
.black-layer:after{
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;    
    background: rgb(0 0 0 / 60%);
}
.yellow-btn a{
    color: var(--black-color);
    background: var(--secondary-color);
}
.yellow-btn a:hover{
    transform: translateY(-8px);
    color: var(--secondary-color);
    background: var(--black-color);
}
.generic-btn a{
    font-size: 14px;
    font-weight: 600;
    min-width: 150px;
    line-height: 14px;
    padding: 17px 27px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.light-orange-btn a{
    color: var(--white-color);
    background: var(--accent);
}
.red-btn a{
    color: var(--white-color);
    background: var(--light-red-color);
}
.red-btn a:hover{
    transform: translateY(-8px);
    background: transparent;
    box-shadow: inset 0 0 0px 1px var(--light-red-color);
    color: var(--light-red-color);
}
.light-orange-btn a:hover {
    transform: translateY(-8px);
    background: transparent;
    box-shadow: inset 0 0 0px 1px #ea8d43;
    color: #ea8d43;
}
.padding-top{
    padding-top: 150px;
}
.padding-bottom{
    padding-bottom: 150px;
}
.padding-top125{
    padding-top: 125px;
}
.padding-bottom125{
    padding-bottom: 125px;
}
h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    color: var(--white-color);
}
h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: var(--primary--color);
}
h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: var(--primary--color);
}
h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--primary--color);
}
h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: var(--primary--color);
}
h6{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}