.vertical-features .vertical-feature-wrap {
    position: relative;
      background-color: var(--color-light-grey);
    border-radius: var(--border-radius);
  margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.vertical-features .feature-box-teal:before{
    background-color: var(--color-teal);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  top:40px;
}

.icon-title {
    display: flex
;
    align-items: flex-start;
    gap: 10px;
}
.vertical-features .feature-box-blue:before{
  background-color: var(--color-dark-blue);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top:40px;
}
.vertical-features .feature-box-black:before{
  background-color: var(--color-black);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top:40px;
}
.vertical-features .feature-box-orange:before {
  background-color: var(--color-dark-orange);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top:40px;
}

.vertical-features .btn.line {padding-left:0;}
.vertical-features .vertical-feature-wrap-img img{margin:0 auto;}
.vertical-features .cta-wrap {
    margin-top: 10px;
  text-align:left;
}
.vertical-feature-wrap {
    display: flex;
    flex-wrap: wrap;
}
.vertical-feature-wrap > div {
    display: flex;
    flex-direction: column;
}
.vertical-feature-wrap-img {
    display: flex;
    justify-content: center;
}
.vertical-feature-wrap-img img {
    align-self: flex-end;
}
.vertical-feature-wrap-img img {
    margin-top: auto;
}
.vertical-feature-wrap {
    display: flex;
    flex-wrap: wrap;
}

.vertical-feature-wrap > .col-sm-12,
.vertical-feature-wrap > .col-md-6,
.vertical-feature-wrap > .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-feature-col-wrap {
    flex: 1; /* Ensures the column takes the full height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-feature-wrap-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.vertical-feature-wrap-img img {
    max-width: 100%;
    height: auto;
}

.small-cta-block .small-cta-block-wrap {
    border-radius: var(--border-radius);
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 40px
}

.small-cta-block .small-cta-block-wrap .cta-wrap {
    margin-top: 0
}

.small-cta-block .small-cta-block-wrap h4 {
    margin-bottom: 0
}

.shadow-orange {
    box-shadow: 0 35px 20px -20px rgba(255,172,39,.45)
}

.shadow-blue {
    box-shadow: 0 35px 20px -20px rgba(78,175,255,.45)
}

.shadow-teal {
    box-shadow: 0 35px 20px -20px rgba(142,255,236,.45)
}

@media only screen and (max-width: 834px) {
    .small-cta-block .small-cta-block-wrap {
        padding:30px
    }

    .small-cta-block .small-cta-block-wrap .cta-wrap {
        margin-top: 0
    }

    .small-cta-block h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px
    }

    .small-cta-block .small-cta-block-wrap>:first-child {
        box-sizing: border-box;
        width: 60%
    }

    .small-cta-block .small-cta-block-wrap>:nth-child(2) {
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        width: 40%
    }

    .small-cta-block .small-cta-block-wrap {
        align-items: center;
        border-radius: var(--border-radius);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 35px;
        padding: 40px
    }

    .child.newsletter-form {
        background: var(--color-white);
        border: 1px solid var(--color-dark-grey);
        border-radius: 10px;
        margin-top: 20px;
        padding: 10px;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .small-cta-block-wrap {
        flex-direction:column
    }

    .small-cta-block .small-cta-block-wrap {
        align-items: flex-start;
        padding: 30px
    }

    .small-cta-block .small-cta-block-wrap .cta-wrap {
        margin-top: 30px
    }

    .small-cta-block h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px
    }

    .small-cta-block .small-cta-block-wrap>:nth-child(2) {
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        width: 100%
    }

    .small-cta-block .small-cta-block-wrap>:first-child {
        box-sizing: border-box;
        width: 100%
    }
  .small-cta-block-wrap h4 span {
    background: linear-gradient(90deg, #ffd524 1.94%, #ffac27 47.73%, #ff8827 97.05%);
    background-clip: text;
    -webkit-background-clip: text;
    /* font-size: 24px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 48px; */
    -webkit-text-fill-color: transparent;
    display: inline;
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

}
/*--------------------------------------------------------------
## iPad Pro
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 834px) {
.vertical-feature-wrap .col-md-6, .vertical-feature-wrap .col-lg-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vertical-features .feature-box-blue:before,.vertical-features .feature-box-teal:before,.vertical-features .feature-box-black:before,.vertical-features .feature-box-orange:before{
  height:10%;
  }
  .vertical-features h4{
font-size: 18px;
font-weight: 700;
line-height: 21.78px;
margin-bottom:20px;
  }
    img.features-icon {
    padding-bottom: 20px;
}
}
/*--------------------------------------------------------------
## iPad sm
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .vertical-features h4{
font-size: 18px;
font-weight: 700;
line-height: 21.78px;
margin-bottom:20px;
  }
  img.features-icon {
    padding-bottom: 20px;
}
  .vertical-features .feature-box-blue:before,.vertical-features .feature-box-teal:before,.vertical-features .feature-box-black:before,.vertical-features .feature-box-orange:before{
  height:10%;
  }
  .vertical-features .btn.btn-line-light.line {
    padding-right: 0;
}
  .vertical-features .p-40{padding:20px;}
  .vertical-features .feature-box-teal:before{
    background-color: var(--color-teal);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  top:20px;
}
.vertical-features .feature-box-blue:before{
  background-color: var(--color-dark-blue);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top:20px;
}
.vertical-features .feature-box-black:before{
  background-color: var(--color-black);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top:20px;
}
.vertical-features .feature-box-orange:before {
  background-color: var(--color-dark-orange);
      content: "";
    width: 6px;
    position: absolute;
    left: 0;
    height: 25%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top:20px;
}
    .vertical-features .feature-box-blue:before,.vertical-features .feature-box-teal:before,.vertical-features .feature-box-black:before,.vertical-features .feature-box-orange:before{
  height:22%;
  }
}
/*--------------------------------------------------------------
## iPhone sm
--------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
  .vertical-features h4{
font-size: 18px;
font-weight: 700;
line-height: 21.78px;
margin-bottom:20px;
  }
  img.features-icon {
    padding-bottom: 20px;
}

  .vertical-features .btn.btn-line-light.line {
    padding-right: 0;
}
  .vertical-features .p-40{padding:20px;}
}