/* Custom Styles */


.container-fluid .container {
    width: 80%;
    margin-right: unset;
    margin-left: unset;
}
@media (max-width: 991px){
    .container-fluid .container {
        width: 100%;
    }
}

.w-bottom-bar-lower.w-css-reset {
    display: none !important;
}

.section {
    padding: 40px 0;
}

.section h3 {
    font-size: 60px;
}
@media (max-width: 991px){
  .section h3 {
        font-size: 40px!important;
        margin-bottom: 14px!important;
    }
}
@media (max-width: 767px){
  .section h3 {
        font-size: 30px!important;
        margin-bottom: 14px!important;
    }
}
@media (max-width: 450px){
  .section h3 {
        font-size: 26px!important;
        margin-bottom: 14px!important;
    }
}
























