.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_kht_main {
  padding: 2rem 1rem 0;
}

.m_kht_main_tit {
  padding: 1rem 0;
}

.m_kht_main_tit h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}

.m_kht_main_tit p {
  width: 2.5rem;
  height: 0.1rem;
  background-color: #107cc9;
  margin: 0 auto;
}

.m_kht_main_list {
  padding: 2rem 0;
}

.m_kht_main_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3rem;
}

.m_kht_main_list ul li {
  position: relative;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  box-shadow: 2px 2px 8px #cccccc;
}