.breadcrumbs, .cta {
    padding: 80px 40px;
    font-size: 36px;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
 
.breadcrumbs-wrapper, .cta-wrapper{
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumbs-header{
    background-color: #4b0e2e;
    color: #ffffff;
    padding: 12px 12px 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.breadcrumbs-links{
    font-size: 16px;
    display: flex;
}
.breadcrumbs-links a {
    color: #222;
    text-decoration: none;
}
.breadcrumbs-links a:hover {
    color: #222;
    text-decoration: underline;
}
.breadcrumbs-links strong{
    color: #222;
}
.breadcrumbs-links-inner{
    display: flex;
    background-color: #ffb228;
    padding: 12px 12px 12px;
    gap: 4px;
}
.cta{
    gap: 0;
}
.cta-h1{
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(2, 0, 2, 0.93), 0 0 1em rgba(255, 245, 0, 0.32);
    color: #ffb228;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cta-h3{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(2, 0, 2, 0.93), 0 0 1em rgba(255, 245, 0, 0.32);
    margin-bottom: 4px;
}
.cta-sub{
    color: #fff;
    /* background-color: #ffb228; */
    font-size: 14px;
    padding: 4px 0px;
    text-shadow: 1px 1px 2px rgba(2, 0, 2, 0.93), 0 0 1em rgba(255, 245, 0, 0.32);

}
.cta-btn{
    background-color: #ef5127;
    color: #fff;
    width: 240px;
    text-align: center;
    height: 70px;
    line-height: 60px;
    font-weight: 300;
    text-decoration: none;
}
.cta-btn:hover{
    background-color: #d44922;
    color: #fff;
    box-shadow: 1px 1px 2px rgba(2, 0, 2, 0.93), 0 0 1em rgba(29, 28, 4, 0.32);
}
.footer-bar{
    display: flex;
    width: 100%;
    gap: 24px;
}
.footer-bar-1 h4,.footer-bar-2 h4, .footer-bar-3 h4 {
    color: #fff;
}
.footer-bar-2 .menu-item a, .footer-bar-1 .menu-item a{
    text-decoration: none;
}
.footer-bar-2 .menu-item a:hover, .footer-bar-1 .menu-item a:hover, 
.footer-bar-1 .menu-item a:active,.footer-bar-2 .menu-item a:active{
    color: #ffb228;
}
.footer-bar-2 ul, .footer-bar-1 ul{
    list-style: none;
    margin-left: 12px;
}
@media (min-width: 320px){
    .footer-bar-1, .footer-bar-2, .footer-bar-3{
        text-align: left;
    }
    .footer-bar-1 h4 {
        border-left: 3px solid #ef5127;
    }
    .footer-bar-1 h4,.footer-bar-2 h4, .footer-bar-3 h4{
        padding-left: 8px;
    }
    .footer-bar-1 p,.footer-bar-2 p, .footer-bar-3 p{
        padding-left: 12px;

    }
    .footer-bar-2 h4, .footer-bar-3 h4 {
        border-left: 3px solid #ffb228;
    }
    .cta-h1{
        font-size: 36px;
    }
    .cta-h3{
        letter-spacing: 5px;
    }
    .cta-sub{
        width: 100%;
    }
    .site-description{
        display: none;
    }
    .main-title{
        display: none;
    }
    .footer-bar{
        flex-direction: column;
    }
}
@media (min-width: 480px){
    .footer-bar{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer-bar-1{
        flex-grow: 1;
        width: 100%;
    }
    .footer-bar-2, .footer-bar-3{
        flex-grow: 0.5;
    }
   
}
@media (min-width: 520px) {
    .site-description{
        display: none;
    }
    .main-title{
        display: block;
    }
    .cta-sub{
        width: 50%;
    }
}
@media (min-width: 620px) {
    .site-description{
        display: block;
    }
    .main-title{
        display: block;
    }
}
@media (min-width: 768px){
    .footer-bar-1{
        width: unset;
    }
    .cta-h1{
        font-size: 54px;
    }
    .cta-h3{
        letter-spacing: 15px;
    }

    .site-description{
        display: none;
    }
}
@media (min-width: 900px){
    .site-description{
        display: block;
    }
}