html body .box {
  border-radius: 20px;
  min-height: 200px !important;
} 
.body_row4{
  text-align: center;
}
.hover_box > *{
  display: none; 
}
.box:hover .hover_box > *{
  display: block; 
}
.left-back{
  background-size: 50% 100% !important;
  background-position: right !important;
}
.right-back{
  background-size: 50% 100% !important;
  background-position: left !important;
}
.offering_item:hover .hover_desktop_container{
  opacity: 1;
}

.offering_item:hover .hover_information{
  width: 100%;
}

.left-align{
  left: 0px;
  padding-left: 15%;
}

.left-align:after {
  content: url(https://cdn2.hubspot.net/hubfs/79620/arrow.svg);
  width: auto;
  color: white;
  height: auto;
  place-self: center;
  position: absolute;
  left: 102%;
  font-size: 1.5em;
}

.right-align:after {
  content: url(https://cdn2.hubspot.net/hubfs/79620/arrow-izq.svg);
  width: auto;
  color: white;
  height: auto;
  place-self: center;
  position: absolute;
  right: 102%;
  font-size: 1.1em;
}

.left-align .title_text_offering{
  text-align: left !important;
  float: right;
}

.left-align .bullet_item{
  text-align: left !important;
  float: left;
}
.left-align #para{
  text-align: left !important;
}
.right-align #para{
  text-align: right !important;
}
.right-align .bullet_item{
  text-align: right !important;
  float: right;
}

.right-align{
  right: 0px;
  flex-direction: row-reverse;
  padding-right: 15%;
}

.right-align .title_text_offering{
  text-align: right !important;
  float: left;
}

/* .hover_activado */

.hover_information{
  height: 100%;
  position: absolute;
  bottom: 0px;
  transition: width .5s;
  display: flex;
  display: -webkit-flex;
  width: 35%;
}
.desktop_info_offering{
  display: table;
  width: 100%;
  height: 100%;
}
.table_cell_mid{
  display: inline-grid;
  vertical-align:middle; 
  padding: 10px 10px;
  box-sizing: border-box;
}
.rowsection#offerings{
  padding-bottom: 0;
} 
/*.rowsection#offerings, .offering_mobile{
background: #5a0771 !important;
background: -moz-linear-gradient(-45deg,#5a0771 0%,#071827 100%) !important;
background: -webkit-gradient(left top,right bottom,color-stop(0%,#5a0771),color-stop(100%,#071827)) !important;
background: -webkit-linear-gradient(-45deg,#5a0771 0%,#071827 100%) !important;
background: -o-linear-gradient(-45deg,#5a0771 0%,#071827 100%) !important;
background: -ms-linear-gradient(-45deg,#5a0771 0%,#071827 100%) !important;
background: linear-gradient(135deg,#5a0771 0%,#071827 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a0771',endColorstr='#071827',GradientType=1) !important;  
}*/
.body_row4 p{
  color: #FFF;
}
.title_text_offering{
  max-width: 500px;
  font-size: 34px;
  color: #fff;
  line-height: 36px;
  font-weight: 900;
  width: 450px;
  place-self: center;
  /*mix-blend-mode: difference;*/
}

@media (max-width: 1140px){
  .left-align{
    padding-left: 5%;
    -webkit-padding-start: 5%;
  }
  .right-align{
    padding-right: 5%;
    -webkit-padding-end: 5%;
  }
  .hover_information{
    width: 45%;
  }
}

.hover_title_offering{
  font-size: 28px;
  line-height: 30px;
  color: #FFF;

}
.hover_desktop_container{
  padding: 0% 0; 
  max-width: 500px;
  box-sizing: border-box;
  opacity: 0;
  transition: all .5s;
  place-self: center;
  display: grid;
}
}
.offering_item#offer1 .hover_desktop_container{

  margin: 0 auto;
}
.offering_item#offer2 .hover_desktop_container{
  margin: 0 auto;

}
.offering_item#offer3 .hover_desktop_container{

  margin: 0 auto;
}
.hover_desktop_container span,
.mobile_information_toggle span{
  display: block;
  margin-bottom: 10px;
}
.bullet_item{
  margin-bottom: 8px;
}

.lil-border{
  width: 30px;
  margin: 0px;
}

.left-align .lil-border{

  float: left;
}

.right-align .lil-border{

  float: right;
}




.bullet_item p, .bullet_item span{
  /*mix-blend-mode: difference;*/
  line-height: 17px;
}
.bullet_item span{
  font-weight: bold;
}

.title_offering_mobile, .mobile_information_toggle{
  max-width: 600px;
  margin: 0 auto;
}
.title_offering_mobile{
  font-size: 28px;
  line-height: 32px;
  transition: all 1s;
}
.mobile_information_toggle{
  display: none;
}
.offering_item_mobile{
  transition: all 1s;
  cursor: pointer; 
  padding: 50px;
}
.offering_item_mobile.click_activado{
  height: 100%;

}
.offering_item_mobile.click_activado .mobile_information_toggle{
  display: block;
}

.arrow{
  text-align: center;
}
.arrow img{
  transform: rotate(90deg);
  width: 20px;	
}
.offering_item_mobile.click_activado .arrow img{
  transform: rotate(-90deg);
}
#offerings .body_row4{
  margin-bottom: 40px;
}



