.inner-box{max-width:370px;margin-left:auto;margin-right:114px;}
.global-half-left{background-size:cover;background-repeat:no-repeat;background-position:center center;align-self: flex-start;    min-height: 484px;padding:70px 0;}
.inner-box h3, .inner-box p{
  color:#fff;
}
.global-half-left:nth-child(even) .inner-box{margin-right:auto;margin-left:114px;}
.inner-box .cta-btn a {
    color:#ff7f41 !important;
}
.inner-box .cta-btn a:hover { color:#fff;}
.inner-box .cta-btn a {
    color:#ff7f41 !important;
}

@media (max-width: 1440px){
.global-half-left, .global-half-left {
    padding: 50px 0;
  min-height: 497px;
}

}

@media (max-width: 992px){

.inner-box {
    margin-left: 20px;
  margin-right: 50px;
}
  .global-half-left:nth-child(even) .inner-box {
    margin-right: 20px;
    margin-left: 50px;
}

  @media (max-width: 767px){
 .global-half-left {
    padding: 30px 0 30px;
    text-align: center;
       min-height: 350px;
}
    .global-half-left:last-child{padding-bottom:  30px; }
    .inner-box {

margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
}
    .global-half-left:nth-child(even) .inner-box {
    margin-right: 20px;
    margin-left: 20px;
}
  }
