* {
    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: 376px;
    object-fit: cover;
}

.banner-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 376px;
    background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
    padding-top: 89px;
    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: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 22px;
  font-style: italic;
}
.section {
    position: relative;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #244066;
    text-align: justify;
}

.detail-media {
    /* position: absolute; */
    /* width: 100%; */
    margin: -100px 212px 0px;
    padding: 50px;
    background: white;
    z-index: 9999;
}

.detail-media-info img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /*margin: 27px 0px;*/
}

.detail-media-chage {
    display: flex;
    justify-content: space-between;
    margin: 31px 0px 8px 0px;
}

.detail-media-info {
    border-bottom: 1px solid #244066;
    padding-bottom: 29px;
}
  @media (max-width: 1300px) {
    .banner-title {
        padding-top: 86px;
        padding-left: 61px;
        height: 356px;
    }
    .banner-title h1 {
      font-size: 36px;
      color: white;
    }
    .banner-img img {
      width: 100%;
      height: 356px;
      object-fit: cover;
    }
    .section {
        position: relative;
        width: 100%;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        color: #244066;
        text-align: justify;
    }
    
    .detail-media {
        /* position: absolute; */
        width: 80%;
        margin: -100px auto 0px;
        padding: 50px;
        background: white;
        z-index: 9999;
    }
    
    .detail-media-info img {
        width: 100%;
        height: auto;
        object-fit: cover;
        /*margin: 27px 0px;*/
    }
    
    .detail-media-chage {
        display: flex;
        justify-content: space-between;
        margin: 31px 0px 66px 0px;
    }
    
    .detail-media-info {
        border-bottom: 1px solid #244066;
        padding-bottom: 29px;
    }
    }
    
    @media (max-width: 767px) {
    .banner-title {
        padding-top: 45px;
        padding-left: 25px;
        height: 356px;
    }
    .banner-title h1 {
      font-size: 20px;
      color: white;
    }
    .detail-media{
        width: 95%;
        padding: 10px;
    }
    }