.packages-module {
    //top: -115px;
    position: relative;
    //padding: 80px 0px;
}
.packages-module .col-lg-12 {
    padding: 0px 30px;
}
.packages-module .main-heading {
font-weight: 700;
font-size: 40px;
line-height: 30px;
color: #231F20;
}
.packages-module .main-description{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #231F20;
}
.packages-module .box-row{
  margin:30px 0 0;
}
.pk-box{
    background: #FFFFFF;
    border: 1px solid #CCD9DE;
    border-radius: 20px;
    padding: 35px 15px 25px;
    text-align: center;
    transition:all .3s ease;
    position:relative;
  height:100%;
}
 span.popular-box{ font-weight: 700;
   font-size: 14px;
   line-height: 17px;
   text-align: center;
   text-transform: uppercase;
   color: #F7931E;
   position: absolute;
   top: 15px;
   left: 50%;
   transform: translate(-50%);
}
.pk-box h2{
    font-weight: 700;
font-size: 20px;
line-height: 27px;
/* identical to box height */

text-align: center;
text-transform: uppercase;

color: #253858;
}
.pk-box .img-container{
    max-width:35px;
    margin:auto;
}
.pk-box img{
    max-width:100%;
   
    object-fit:cover;
}
.pk-box p{
    margin:15px 0px;
    font-weight: 400;
font-size: 14px;
line-height: 200%;
      display: flex;
    color: #231f20;
    min-height: 110px;
    align-items: center;
/* or 28px */

text-align: center;

color: #231F20;

}
.pk-box a{
    border: 1px solid #017092;
    border-radius: 40px;
    font-weight: 700;
font-size: 12px;
line-height: 20px;
    transition:all .3s ease;
/* identical to box height, or 167% */

text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;

color: #026D8E;
    padding:18px 50px;
    display:inline-block;

}
.pk-box a:hover{
  background-color:#09A3D3;
  border-color::#09A3D3;
}

@media (min-width:300px) and (max-width:767px) {
.dnd_area-row-3-force-full-width-section .cell_16576106350242-padding {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
  .packages-module {
    top: 0;
    position: relative;
    padding: 0;
}
}