.bubble{ background: #fff;}

.lp2-mod{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    z-index: 9;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.bubble-bg{
    background-image: url("https://22078937.fs1.hubspotusercontent-na1.net/hubfs/22078937/Marketing%20Landing%20Page%20Invite%20to%20Open%20House/bubble-bg.png");
    background-size: 100%;
    padding-bottom: 100px;
    padding-top: 210px;
    background-repeat: no-repeat;
}
.bubble-btm{
    width: 100%;
    bottom: -20px;
    position: absolute;
}
.star-cloud{
    position: absolute;
    left: 8%;
    top: auto;
}
.bird{
    position: absolute;
    right: 10%;
    top: 0;
}
.lp2-mod .info-title-sec{
   
}
.lp2-mod .info-title{
    font-size: 26px;
    color: #2d2e80;
    font-family: FuturaHeavy;
    width: 600px;
    line-height: 35px;
    text-align: center;
}
.lp2-mod .info-sub-title{
    font-size: 20px;
    color: #2d2e80;
    font-family: Futura;
    text-align: center;
    margin-top: 15px;
}
.lp2-mod .details-container{
    width: 900px;
    margin: 40px auto 0 auto;
    display: table;
    flex-wrap: wrap;
}
.lp2-mod .details-card{
    background: #4EC3E0;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    width: calc(50% - 50px);
    margin: 10px 20px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.lp2-mod .divider{
    opacity: 0.5;
    margin-right: 15px;
}
.lp2-mod .details-card .name{
    font-family: FuturaHeavy;
    font-size: 18px;
}
.lp2-mod .details-card .date{
    font-family: Futura;
    font-size: 18px;
    width: 100px;
}
.lp2-mod .card-icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 18px;
}

@media screen and (max-width:1024px) {

  .bubble-bg {
    padding-top: 150px;
        padding-bottom: 35px;
}
  
      .lp2-mod {
        background: #fff;
        flex-direction: column;
        top: 0;
        width: 100%;
                padding-bottom: 50px;
    }
  
  .lp2-mod .details-container {
      width: 100%;
  }
  
  .lp2-mod .details-card {
      margin: 10px 30px;
        width: calc(50% - 60px);
  }
  
.bubble-btm {
    bottom: 25px;
    position: absolute;
    width: 100%;
}
  
  .bird {
    position: absolute;
    right: 5%;
    top: 0;
    width: 110px;
}
  
  .star-cloud{
      width: 80px;
  
  }
  
   .lp2-mod .info-title{
     font-size: 26px;}
  
      .lp2-mod .info-sub-title{
        font-size: 14px;}

}

@media screen and (max-width: 768px) {
    .lp2-mod {
        flex-direction: column;
        width: 100%;
        top: 0;
        background: #fff;
              padding-bottom: 20px;
    }
  

  
    .bubble::after {
        border-top-left-radius: 30% 30%;
        border-top-right-radius: 30% 30%;
        height: 55px;
        top: -50px;
    }
    .bubble-bg {
              padding-bottom: 0;
        padding-top: 100px;
        background-position: center -20px;
/*         padding-top: 70px;
        padding-bottom: 0; */
    }
    .star-cloud, .bird{
        display: none;
    }
    .lp2-mod .info-title{
               font-size: 20px;
        width: 100%;
        line-height: 1.1;
    }
    .lp2-mod .info-sub-title{
        font-size: 14px;
        margin-top: 5px;
    }
    .lp2-mod .details-container{
        flex-direction: column;
        width: 100%;
              padding-bottom: 40px;
      margin-top: 20px;
    }
  

  
  .mob_ribbon{
    
      background-image: url("https://22078937.fs1.hubspotusercontent-na1.net/hubfs/22078937/Marketing%20Landing%20Page%20Invite%20to%20Open%20House/mob_ribbon.png");
           background-repeat: no-repeat;
        background-size: contain;
        display: none;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: -29px;
        z-index: 9;
  }
  
    .lp2-mod .details-card {
      margin: 10px 30px;
        width: calc(50% - 60px);
  }
  
  
   
  
  .lp2-explore{
  padding-top: 0;
  }

}

@media screen and (max-width: 600px) {
  
      .bubble-bg {
      padding-top: 70px;
        padding-bottom: 0;
                background-position: center 0;
    }
  
    .mob_ribbon{
      background-image: url("https://22078937.fs1.hubspotusercontent-na1.net/hubfs/22078937/Marketing%20Landing%20Page%20Invite%20to%20Open%20House/mob_ribbon.png");
           background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: -29px;
        z-index: 9;
  }
  
      .lp2-mod .details-container {
        flex-direction: column;
        width: 100%;
        padding-bottom: 0px;
        margin-top: 20px;
    }
  
   .lp2-mod .details-card{
     margin: 0 auto 17px auto;
        padding: 10px 25px;
        width: 85%;
        display: block;
    }
    .lp2-mod .details-card .name, .lp2-mod .details-card .date{
        font-size: 16px;
    }
  
   .lp2-mod .info-sub-title{
     font-size: 12px;}
  
      .lp2-mod .info-title{
               font-size: 20px;

}