.twocol-section{position:relative;}
.twocol-section .content-wrapper{max-width:1470px;}
.twocol-head{max-width:720px; margin:0 auto 60px}
.two-boxes{width:49%; margin-right:2%;transition:all 0.3s ease; margin-bottom:30px;background-color:var(--primary_color2);position:relative;transition}
.two-boxes:nth-child(2n){margin-right:0;}
.two-bimgs{width:190px;border-radius:5px 0px 0px 5px;}
.two-conbs{padding:40px 40px 60px;width:calc(100% - 190px);}
.two-boxes .arrow-btn{margin:35px 0 0;}
.two-reimgs{display:none;width:100%; height:150px;border-radius: 5px 5px 0px 0px;}
.two-boxes:hover{background-color:var(--pink_color)}
.two-boxes:hover  *{color:var(--white_color);}
.two-boxes:hover  .arrow-btn a{
  color:var(--white_color);
  border-bottom-color:var(--white_color);
  background-image:url('https://23860434.fs1.hubspotusercontent-na1.net/hubfs/23860434/Reho%20Study%20Tours%20Website%202024/Images/arrow-white.svg');
}
.contents-overlay { height: 100%; left: 0; position: absolute; width: 100%; z-index: -1; bottom: 0; }
.contents-overlay img { width: 100%!important;height: 100%!important; object-fit: cover; }
@media(max-width:767px){
  .two-reimgs{display:block;}
  .two-boxes:last-child{margin-bottom:0}
  .two-bimgs{display:none}
  .two-boxes{width:100%; margin-right:0; margin-bottom:20px;}
  .two-conbs{padding:35px 25px; width:100%;}  
}