@import url("unduh-apps-mobile.css");
@import url("unduh-apps-tablet.css");
@import url("unduh-apps-desktop.css");

.section-alasan-title {
  background-color: #3cc0fe;
}
.download-title {
  font-weight: 700;
}
.download-desc {
  font-weight: 500;
  color: #5b5b5b;
}
.apps-1,
.apps-2,
.apps-3,
.apps-4, 
.apps-5,
.apps-6 {
  border-radius: 20px;
}
.subtitle-1 {
  font-weight: 500;
}
.point-subtitle-1 {
  font-weight: 800;
}
.container-yellow,
.container-blue {
  position: absolute;
  z-index: -10;
  width: 100%;
  margin-top: 7.25rem;
}
.container-yellow {
  background-color: #fdd314;
}
.container-blue {
  background-color: #3cc0fe;
}