.info-block-wrapper{
display:flex;
justify-content:space-between;
flex-direction:row; 
 gap:4rem;
 margin-bottom:2rem;
}


.btn-link-cta-wrapper{
display:flex;
justify-content:center;
 gap:1rem;
align-items:center;
}


.image-link-btn-link {
  text-align:center;
  text-decoration:none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #F05822;
  color: #fff;
  border: 1px solid #F05822;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width:250px;
  font-weight:900; 
}

.image-link-btn-link-two {
  text-align:center;
  text-decoration:none;
  display: inline-block;
  padding: 10px 10px;
  background-color: #fff;
  color: #F05822;
  border: 1px solid #F05822;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width:250px;
  font-weight:900; 
}

.hide-btn{
display:none;
}

{#
.image-link-btn-link:hover {
  background-color: #F05822;
  border-color: #F05822;
  padding:10px 30px;;
  color: #fff;
}
#}

.info-block-text-wrapper{

}