.vt-hero-blocks-wrap .cols-wrap {
    align-items: center;
    display: flex;
    column-gap: 80px;
}
.vt-hero-blocks-wrap .inner-col{width: 50%; position: relative;}
.vt-hero-blocks-wrap .cols-wrap .main-heading{
    font-family: Inter, sans-serif;
    font-weight: 200;
    letter-spacing: -0.16px;
    font-size: 78px;
    line-height: 1;
    margin-bottom: 40px;
    color: #190F1E;
}
.vt-hero-blocks-wrap .cols-wrap .sub-heading{
    font-size: 22px;
    line-height: 1;
    font-family: Inter, sans-serif;
    letter-spacing: -0.16px;
    font-weight: 500;
    max-width: 430px;
    color: #190F1E;
    margin-bottom: 40px;
    padding-bottom;
}
.vt-hero-blocks-wrap .cols-wrap .main-desc{
    font-weight: 300;
    font-size: 18px;
    font-family: Inter, sans-serif;
    line-height: 25.2px;
    margin-bottom: 40px;
}
.vt-hero-blocks-wrap .cols-wrap .btns-wrap{
    display: flex;
    gap: 24px;
}
.vt-hero-blocks-wrap .cols-wrap .btns-wrap a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E84E0E;
    color: #fff;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    height: 62px;
    width: 195px;
    border-radius: 100px;
    text-wrap: nowrap;
    border: 1.5px;
}
.vt-hero-blocks-wrap .cols-wrap .btns-wrap a:hover{
    background:transparent;
    color: #E84E0E;
    border: 1.5px solid #E84E0E;
}
.vt-hero-blocks-wrap .cols-wrap .btns-wrap a.btn-two{
    width:259px;
}

.mobile-open .vt-hero-blocks-wrap{display:none;}

/* Blocks  */

.vt-hero-blocks-wrap .top-block-wrap .inner-block.two img,
.vt-hero-blocks-wrap .bottom-block-wrap img{
    width: 100%;
    height: inherit;
    border-radius: 20px;
    object-fit: cover;
}
.vt-hero-blocks-wrap .top-block-wrap {
    display: flex;
    flex: 1;
    gap: 20px;
    margin-bottom: 20px;
}
.vt-hero-blocks-wrap .top-block-wrap .inner-block {
    flex: 1;
}
.vt-hero-blocks-wrap .top-block-wrap .inner-block .single-box {
    height: 282px;
    border-radius: 20px;
}
.vt-hero-blocks-wrap .top-block-wrap .inner-block.one .single-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.vt-hero-blocks-wrap .top-block-wrap .inner-block.one .single-box .main-text {
    padding: 0px;
}




/* Media Queries  */

@media(max-width: 600px){

  .vt-hero-blocks-wrap .cols-wrap {
      flex-direction: column-reverse;
      gap: 40px;
  }
  .vt-hero-blocks-wrap .top-block-wrap .inner-block .single-box{height: 175px;}
  .vt-hero-blocks-wrap .top-block-wrap .inner-block.one .single-box .main-text {
      padding: 0px;
      font-size: 14px;
      line-height: 1;
      word-wrap: break-word;
      word-break: break-word;
      white-space: normal;
  }
  .vt-hero-blocks-wrap .top-block-wrap .inner-block.one .single-box img{max-width: 28px;}
  .vt-hero-blocks-wrap .inner-col {
        width: 100%;
  }  
  .vt-hero-blocks-wrap .top-block-wrap .inner-block {
      flex: 1;
      width: calc(50% - 20px);
  }
  .vt-hero-blocks-wrap .inner-col.two {
        display: flex;
        flex-direction: column-reverse;
  }  
  .vt-hero-blocks-wrap .top-block-wrap {
      margin-bottom: 0;
      margin-top: 20px;
  }
  .vt-hero-blocks-wrap .cols-wrap .main-heading{font-size: 34px;margin-bottom:30px;}
  .vt-hero-blocks-wrap .cols-wrap .sub-heading{font-size: 16px;margin-bottom: 25px;line-height: 1.2;}
  .vt-hero-blocks-wrap .cols-wrap .main-desc{font-size: 16px;line-height: 1.4;}
  .vt-hero-blocks-wrap .cols-wrap .btns-wrap a{
      font-size: 13px;
      height: 46px;
  }
  
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .vt-hero-blocks-wrap .cols-wrap .main-heading {
    font-size: 60px;
  }
}
