
.package-container{

}
.package-header{
  text-align: center;
}
.package-container .package-header .package-header-title{
    // font-family: fantasy;
    font-family: Blustrue;
    font-size: 80px;
    color: #000;
    max-width: 600px;
    margin: auto;
    line-height: 85px;
    letter-spacing: 10px;
    text-align: center;
}
.package-container .package-header .package-header-description{
      font-family: Blustrue !important;
    font-size: 25px !important;
    font-weight: bold;
}
.package-content{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.package-content-item{
 flex: 1 1 30%;
    max-width: 30%;
    border: 4px solid #000;
    border-radius: 10px;
        margin: 20px 10px;

}
.package-content-item-title{
      color: yellow;
  background: #000;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #000;
    font-family: Blustrue !important;
    font-size: 42px !important;
    letter-spacing: 5px;
}
.package-content-item-description{
         padding: 10px 35px;
    // font-weight: bold;
    font-family: Blustrue !important;
}
.package-content-item-description ul li{
  list-style-position: initial !important;
}
.package-footer{
  text-align: center;
    margin-top: 50px;
}
.package-footer p{
  font-size: 20px;
    font-weight: bold;
    max-width: 435px;
    margin: auto;
    font-family: Blustrue !important;
}
.package-button{
    display: block;
    border: 1px solid #000;
    border-radius: 10px;
    max-width: 200px;
    padding: 10px;
    text-decoration: initial !important;
    background: #000;
    font-family: Blustrue !important;
    color: #FFF !important;
    font-weight: bold !important;
    margin: 20px auto;
}
@media(max-width:749px){
  .package-container .package-header .package-header-title{
    font-size: 45px;
    line-height: 50px;
  }
  .package-content-item{
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.page-13374981 ._4ORMAT_content_page_row{
  padding: 0px !important;
}