
.info-box-child{
    display:flex;
    flex-direction:row;
}

.info-box-child .info-box{
    margin:auto;
    text-align:center;
}

.info-box-section .intro-title{
    margin-bottom:20px;
}

.info-box-section .intro-description{
    margin-bottom:60px;
}


.info-box-child .info-box .info-title{
   margin-top:20px;
   margin-bottom:10px;
}

.info-box-child .info-box .info-image{
    height:175px;
    width:175px;
}


@media(max-width:768px){
  .info-box-child{
      display:block;
  }
  
  .info-box-child .info-box{
        margin-top:50px;
  }
  
  .info-box-section .intro-description{
        margin-bottom:10px;
  }
  
   .info-box .info-description span{
        font-size:18px !important;
        line-height: 28px; !important;
  }
  
  .info-box-section .intro-description span{
       font-size:18px !important;
       line-height: 28px; !important;
  }
  
  .info-box-section .intro-title span{
        font-size:32px !important;
        line-height:39.36px !important;
  }
  
  .info-box-section .intro-title{
        margin-bottom:25px;
  }
  
}


/* salon playdate Thank you page css */
      
    .info-box-child.salon-playdate-thank-you .info-box .info-image{
          height:100%;
          width:auto;        
    }
  
@media(min-width:1150px){
   .salon-playdate-thank-you .info-box .info-description{
        width:70%;
        margin:auto;
   }
}

@media(min-width:768px){
    .salon-playdate-thank-you{
        margin-top:50px;
    }
}

@media(max-width:768px){
  .salon-playdate-thank-you.info-box-child .info-box{
      margin-top:20px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .info-box-child.salon-playdate-thank-you .info-box .info-image{
       width:100%; 
  }
}

/* salon playdate Thank you page css end */

