div.no_padding {
    padding-left: 0;
    padding-right: 0;
}
.container-fluid .main_banner {
	margin-bottom: 20px;
}
.container-fluid .main_banner.no_padding:last-of-type{
    padding-left: 10px;
}

.widget_container.bg_repeat{
    position: relative;
    overflow: hidden;
}
.widget_container.bg_repeat:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    transform: rotate(-41deg);
    background-size: 70px;
    background-repeat: repeat;
}
.widget_container.bg_image{
    background-position: center;
    background-size: cover;
}
.widget_container{
    width: 100%;
    margin: 0 auto;
    height: 570px;
    padding: 10px 20px;;
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: space-around;}
.widget_container .main_banner__background{width: 100%}
.widget_container .widget_text{
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
.widget_container .widget_text span {
    font-size: 30px;
    font-weight: bold;
}
.widget_container .widget_btn{
    padding: 10px 30px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width: 576px) {
    .widget_container .widget_text span{
        font-size: 18px;
    }
    .widget_container .widget_text{
        font-size: 14px;
    }
    .widget_container {
        height: 290px;
    }
}
@media screen and (max-width: 767px) {
    .container-fluid .main_banner.no_padding:first-of-type{
        padding-right: 0;
    }
    .container-fluid .main_banner.no_padding:last-of-type{
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .widget_container {
        height: 325px;
    }
}

@media screen and (max-width: 992px) {
    .widget_container {
        height: 51vw;
    }
}

@media screen and (max-width: 1218px) {
    .widget_container {
        height: 44vw;
    }
}

@media screen and (max-width: 1599px) {
    .widget_container {
        height: 395px;
    }
}