.special_occasion-bg{
  width: 100%;
  height: 60vh;
  background-image: url(../img/special-occasion-BG.png);
  background-size: cover;
}
.info-bg{
  position: relative;
  z-index: 99;
}



.info-img{
  transition: .5s;
}

.info-img:hover{
  transform: scale(1.06);
  transition: .5s;
}

.consultation-bg{
  background-image: url(../img/consultation-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.call-btn{
  font-size: 17.11px;
  font-weight: 400;
  line-height: 21.91px;
  letter-spacing: 0.25em;
  text-align: center;
  background-color: white;
  width: fit-content;
  color: #272727;
  transition: .2s;
}
.call-btn:hover{
  background-color: #FBAB00;
  color: white;
  transition: .5s;
}

@media (min-width:1200px){
  .card-1{
    margin-top: 15%;
    margin-left: -10%;
    position: relative;
    z-index: 99;
  }
  .card-2{
    margin-top: 15%;
    margin-right: -10%;
    position: relative;
    z-index: 99;
  }

  .info-bg{
    background-image: url(../img/special-occasion-info-BG.png);
    background-size: cover;
  }
}
@media (max-width:1199px){
  .order1{
    order: 1;
  }
  .order2{
    order: 2;
  }
}
@media (max-width:768px){
  .special_occasion-bg{
    height: 30vh;
  }
  
}