.escape-container {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: calc(-50vw + 16px);
margin-right: calc(-50vw + 16px);
}

.my-title{
    font-size:55px;
}

.swiper-slider-corporate h6{
    color: #fff !important;
}

@media(min-width:767px ){

h1{
    font-size: 38px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h2{
    font-size: 36px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h3, h4, h5, h6{
    font-size: 24px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
}

@media(max-width:767px ){
h1{
    font-size: 30px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
h2{
    font-size: 20px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h3, h4, h5, h6{
    font-size: 18px !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
}

.button-primary, .btn-primary{
background:#867541 ;
border-color:#867541;
}

#content a, #content a:focus, #content a:active{
color:#867541 !important;
}

p.rights, a.rights {
color:#fff !important;
}

a h4, a h5 {
color:#867541 !important;
}

#content .breadcrumbs-custom-path a, #content .breadcrumbs-custom-path a:active{
color:#dec684 !important;
}
