.reservation-info {
    background: url('https://www.royalcaribbean.com/content/dam/royal/content/destinations/caribbean/image/caribbean-beach-texture-background-slant.jpg') no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
  }

  .blueWater-bg {
    background: url('https://www.royalcaribbean.com/content/dam/royal/special-mkgt/miscellaneous/clear-water-texture-slant.jpg') no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
  }

  .virginGorda-bg {
    background: url('https://www.royalcaribbean.com/content/dam/royal/special-mkgt/miscellaneous/virgin-gorda-shore-bg.jpg') no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
  }




  
  
  .info-copy {
      width: 70% !important;
      margin: 0 auto !important;
      padding-bottom: 80px;
    }
    
    .icon {
      width: 30%;
      padding-bottom: 16px;
    }
    
    .logo {
      width: 36%;
    }