.main-banner .banner-content.full-width img {
    position: absolute;
    right: 0;
    margin-right: 0;
    max-height: 400px;
    z-index: 0;
}
.main-banner .banner-content.full-width img {
    top: 0;
    }

.main-banner .banner-content {
    padding: 48px 36px;
    height: 304px;
    width: auto;
    float: none;
    }

.main-banner .banner-content.full-width {
    width: auto;
    }

.main-banner .banner-content.full-width img {
    max-height: 400px;
    }
.main-banner {
    height: 400px;
    }
.banner-content .label{
    background-color: #ffffff;
    color: #919BA8;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
    }
.banner-content .title{
    font-size: 40px;
    color: #12151A;
    line-height: 1;
    margin-bottom: 8px;
    }
.banner-content .subtitle{
    font-size: 20px;
    color: #5E6875;
    }
.banner-content .content{
    width: 50%;
    position: relative;
    display: block;
    height: 100%;
    }
.banner-content .button{
    position: absolute;
    bottom: 0;
    }


@media (max-width: 768px){
.main-banner .banner-content {
    padding: 40px 36px;
    height: 320px;
    }
.main-banner .banner-content.full-width img {
    max-height: 400px;
    }
.main-banner {
    height: 400px;
    }
.banner-content .label{
    margin-bottom: 16px;
    }
.banner-content .title{
    font-size: 38px;
    }
.banner-content .subtitle{
    font-size: 18px;
    color: #5E6875;
    }
 }
@media (max-width: 992px){
    .banner-content .title {
     font-size: 32px;
     }

      .banner-content .content {
          width: 31%;
       }
}