
    * {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
    }
    body {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      color: #244066;
    }
    section {
      padding-top: 80px;
    }
    .banner-img img {
      width: 100%;
      height: 579px;
      object-fit: cover;
  }
  
  .banner-title {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 579px;
      background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
      padding-top: 191px;
      padding-left: 212px;
      font-family: Old Standard TT;
  }
  
  .banner-title ul li {
      padding-right: 10px;
      border-bottom: 2px solid #FCBB49;
      padding-bottom: 42px;
  }
  .banner-title ul li a{
    color: white;
    text-decoration: none;
}
  
  .banner-title i {
      width: 800px;
      margin-top: 38px;
  }
  .banner {
    width: 100%;
    position: relative;
}

.banner-title h1 {
    font-size: 52px;
    color: white;
}

.banner-title ul {
    display: flex;
    list-style: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 22px;
    font-style: italic;
}
.banner-intro {
    max-width: 891px;
    margin-top: 38px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.logo-about {
  position: absolute;
  top: 74px;
  left: 125px;
  opacity: 0.1;
}

.section-plan {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  /* justify-content: space-between; */
}
.section-plan a{
  height: 350px;
  position: relative;
  border: 1px solid white;
  width: calc(100% /3 - 16px);
  margin: 8px;
  overflow: hidden;
}

.section-item {
  height: 350px;
  position: relative;
  border: 1px solid white;
  margin: 8px;
  overflow: hidden;
}
.section-title {
  position: absolute;
  color: white;
  height: 42px;
  width: 100%;
  cursor: pointer;
  background: #000000CC;
  bottom: 0;
  transition: 0.5s;
  z-index: 99;
}

.section-title h3 {
  text-shadow: 0px 4px 4px #00000080;
  transition: 0.3s;
  margin-top: 9px;
  text-transform: uppercase;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.section-title .plan-info {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  line-height: 20px;
  margin: auto;
  width: 80%;
}

.section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s
 
}

.section-item:hover .section-title {
  background-color: #02132B;
  opacity: 0.8;
  transition: 0.5s;
  height: 100%;
}

.section-item:hover .section-title h3 {
  margin: 113px 0px 22px 0px;
  transition: 0.5s;
  color: #FCBB49;
}

.section-item:hover .section-title .plan-info {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.section-item:hover img {
  transform: scale(1.1); 
}


.section h2 {
    text-align: center;
    margin: 71px 0px 20px 0px;
    text-transform: uppercase;
    font-family: Old Standard TT;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.section-title .plan-info-item {
    display: flex;
    margin-bottom: 14px;
}

.section-title .plan-info-item b {
    min-width: 35px;
    margin-right: 10px;
}

@media (max-width: 1300px) {
  .banner-title {
    padding-top: 157px;
    padding-left: 61px;
    height: 550px;
}
.banner-title h1 {
  font-size: 36px;
  color: white;
}
.logo-about {
  top: 95px;
  left: 18px;
}
.logo-about img {
  width: 80%;
}
.banner-intro {
  max-width: 70%;
  font-size: 16px;
}
.banner-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.section h2 {
  margin: 31px 0px 10px 0px;
}
.section-item {
  height: 250px;
  margin: 0px 0px 8px 0px;
}
.section-plan a{
  height: 250px;
  width: 49%;
  margin: 0px 0px 8px 0px;
}
.section-title {
  height: 36px;
}
.section-title h3 {
  font-size: 13px;
}
.section-plan {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.section-item:hover .section-title h3 {
  margin: 30px 0px 8px 0px;
}
.section-title .plan-info-item {
  margin-bottom: 4px;
}
}