.thrive-two-col-header{
  display: flex;
  margin: auto;
  gap: 30px;
  top: 100px;
  position: relative
}
.thrive-two-col-header:after{
    background-color: #E9F0E8;
    content: "";
    height: 500px;
    position: absolute;
    top: -100px;
    width: 400px;
    right: -60px;
    z-index: -2;
  display: none;
}
.container{
  padding: 0 20px;
}
.thrive-two-col-header .left, .thrive-two-col-header .right{
  width: 50%;
}
.thrive-two-col-header .left{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.thrive-two-col-header .right{
  display: flex;
    align-items: center;
}
.thrive-two-col-header button{
  margin-top: 20px;
}
@media(max-width: 1300px){
.thrive-two-col-header .left:after, .thrive-two-col-header:after{
  display: none;
}
  @media(max-width: 800px){
  .thrive-two-col-header{
  display: flex;
    flex-direction: column !important;
    }
    .thrive-two-col-header .left, .thrive-two-col-header .right{
  width: 100%;
    }
}
  }
}