/* -------------- */
.section-body {
  flex: 1;
  background: #fff;
  overflow-y: auto;
}

.fist-section {
  height: 14.02rem;
  padding-left: 1.3rem;
  padding-top: 2.1rem;
  background: url('../images/index/Hero-Section.png') no-repeat center;
  background-size: 100%;
}

.masa {
  font-weight: bold;
  font-size: 1.1rem;
  color: #FFFFFF;
  line-height: 1.51rem;
  margin-bottom: .64rem;
  width: 13.6rem;
}

.masa-sub {
  font-size: 0.6rem;
  color: #FFFFFF;
  line-height: 0.72rem;
  margin-bottom: .58rem;
  width: 13.6rem;
}

.hubungl-btn {
  width: 4.68rem;
  height: 0.96rem;
  background: #14C58F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
}

.second-section {
  padding: 1.8rem 3.4rem;

}

.second-title {
  font-weight: 900;
  font-size: 0.8rem;
  color: #0C2F58;
  text-align: center;
  margin-bottom: 1.38rem;
}

.second-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 0;
}

.second-section ul image {
  width: 4.3rem;
  height: 7.82rem;
}

.second-section ul li {
  flex: 1;
  text-align: center
}

.second-section ul li:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.third-section {
  height: 13.26rem;
  background: url('../images/index/Group 10.png') no-repeat center;
  background-size: 100%;
  padding: 1.8rem 3.7rem;
  display: flex;
  flex-direction: column;
}

.third-section img {
  height: 7.3rem;
  margin-bottom: 1.4rem;
}

.lihat-btn {
  width: 4.68rem;
  height: 0.96rem;
  background: #14C58F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin: 0 auto;
}

.fouth-section {
  display: flex;
  gap: 0 2rem;
  padding: 1.8rem 1.32rem;
  flex-wrap: wrap;
}

.fouth-section .text-box {
  flex: 1;
}

.fouth-section .title {
  font-weight: bold;
  font-size: 0.8rem;
  color: #0C2F58;
  line-height: 0.96rem;
  margin-bottom: .6rem;
}

.fouth-section .sub-title {
  font-weight: 400;
  font-size: 0.46rem;
  color: #6D7680;
  line-height: 0.55rem;
  margin-bottom: 1.4rem;
}

.fouth-section .bergabunglah-btn {
  width: 5.46rem;
  height: 0.96rem;
  background: #14C58F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  cursor: pointer;
}

.fouth-section img {
  max-width: 100%;
}
