.bannerSectionV2 {
    /* background-image: url(https://2561625.fs1.hubspotusercontent-na1.net/hubfs/2561625/Asset%201@2x.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  
    position: relative;
}


.bannerSectionV2 .content-wrapper {
    height: 100%;
   
}
.bannerSectionV2 .shap {
  
    width: 100%;
    height: 100%;
}

.bannerSectionV2 .shap img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    vertical-align: top;
}

.bannerWpV2 {
    position: absolute;
    bottom: 4%;
    z-index: 2;
    /* height: 100%; */
    width: 100%;
    left: 0;
    
}

.bannerWpV2 .buttons .animated-button {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    flex: 1;
    max-width: 370px;
    text-align: center;
}
.bannerWpV2 .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media(max-width:991px){ 
.bannerWpV2 .buttons .animated-button {
    width: auto;
    max-width: unset;
}

.bannerWpV2 .buttons {
    display: block;
    text-align: center;
}

}
@media(max-width:600px){
.bannerWpV2 .buttons .animated-button {
    font-size: 11px !important;!i;!;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 15px;
}

.bannerWpV2 .buttons .animated-button .chevron {
    width: 5px;
    height: 5px;
}

.bannerSectionV2 {
    height: 330px;
}


}

