/* --- Section: why-us --- */
.section-mengapa-harus-ss {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5fafc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}
.section-mengapa-harus-ss--section-name {
  color: var(--00afaa);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.section-mengapa-harus-ss--title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.section-mengapa-harus-ss--header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}
.section-mengapa-harus-ss--title-wrapper {
  flex-flow: column;
  max-width: 288px;
  display: flex;
}
.section-mengapa-harus-ss--desc {
  text-align: left;
  width: auto;
  max-width: 655px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  display: block;
}
.section-mengapa-harus-ss--content-1 {
  border-radius: 16px;
  align-items: flex-end;
  width: 100%;
  max-width: 529px;
  height: 550px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section-mengapa-harus-ss--content-number {
  color: var(--00afaa);
  height: auto;
  font-size: 2.25rem;
  font-weight: 700;
}
.section-mengapa-harus-ss--content-title {
  color: var(--10405a);
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 700;
}
.section-mengapa-harus-ss--content-desc {
  z-index: 1;
  color: var(--10405a);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  display: block;
}
.section-mengapa-harus-ss--content-2,
.section-mengapa-harus-ss--content-3 {
  border-radius: 16px;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section-mengapa-harus-ss--content-4,
.section-mengapa-harus-ss--content-5 {
  border-radius: 16px;
  align-items: flex-end;
  width: 100%;
  height: 380px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section-mengapa-harus-ss--content-bg-1,
.section-mengapa-harus-ss--content-bg-2,
.section-mengapa-harus-ss--content-bg-3 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-mengapa-harus-ss--content-bg-3 {
  box-sizing: border-box;
  border-radius: 16px;
  top: 0;
  right: 0;
}
.section-mengapa-harus-ss--content-bg-4,
.section-mengapa-harus-ss--content-bg-5 {
  z-index: 0;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-mengapa-harus-ss--grid {
  width: 100%;
}
.section-mengapa-harus-ss--grid-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}
.section-mengapa-harus-ss--grid-item-3,
.section-mengapa-harus-ss--grid-item-4 {
  overflow: hidden;
}
.section-mengapa-harus-ss--content-container {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.section-mengapa-harus-ss--content-wrapper {
  padding: 20px;
  transition: transform 0.4s;
  position: relative;
  overflow: hidden;
}
.section-mengapa-harus-ss--content-wrapper {
  background: linear-gradient(#fff0 0%, #ffffffbf 45%, #fff 60%);
}
@media screen and (width>=1280px) {
  .section-mengapa-harus-ss--content-1 {
    max-width: none;
  }
  .section-mengapa-harus-ss--grid {
    width: 100%;
  }
}
@media screen and (width>=1440px) {
  .section-mengapa-harus-ss--header {
    max-width: 1140px;
  }
  .section-mengapa-harus-ss--content-1 {
    width: 100%;
    max-width: none;
  }
  .section-mengapa-harus-ss--content-2,
  .section-mengapa-harus-ss--content-3,
  .section-mengapa-harus-ss--content-4,
  .section-mengapa-harus-ss--content-5 {
    width: 100%;
  }
  .section-mengapa-harus-ss--grid {
    width: 100%;
    max-width: 1140px;
  }
  .section-mengapa-harus-ss--grid-item-1 {
    width: auto;
  }
  .section-mengapa-harus-ss--grid-item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    display: flex;
  }
}
@media screen and (width>=1920px) {
  .section-mengapa-harus-ss--header {
    max-width: 1140px;
  }
  .section-mengapa-harus-ss--desc {
    font-size: 1.4rem;
  }
}
@media screen and (width<=991px) {
  .section-mengapa-harus-ss {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 60px;
  }
  .section-mengapa-harus-ss--title {
    font-size: 1.7rem;
  }
  .section-mengapa-harus-ss--header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
  .section-mengapa-harus-ss--title-wrapper {
    max-width: 100%;
  }
  .section-mengapa-harus-ss--desc {
    font-size: 16px;
  }
  .section-mengapa-harus-ss--content-1 {
    max-width: 100%;
  }
  .section-mengapa-harus-ss--grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (width<=767px) {
  .section-mengapa-harus-ss {
    padding: 40px;
  }
  .section-mengapa-harus-ss--title {
    font-size: 1.5rem;
  }
  .section-mengapa-harus-ss--header {
    flex-flow: column;
    align-items: flex-start;
  }
  .section-mengapa-harus-ss--content-1,
  .section-mengapa-harus-ss--content-2,
  .section-mengapa-harus-ss--content-3 {
    height: 529px;
    max-height: none;
  }
  .section-mengapa-harus-ss--content-4,
  .section-mengapa-harus-ss--content-5 {
    height: 529px;
  }
  .section-mengapa-harus-ss--grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .section-mengapa-harus-ss--grid-item-2 {
    flex-flow: column;
  }
}
@media screen and (width<=479px) {
  .section-mengapa-harus-ss {
    padding: 30px;
  }
  .section-mengapa-harus-ss--grid-item-1,
  .section-mengapa-harus-ss--grid-item-2,
  .section-mengapa-harus-ss--grid-item-3,
  .section-mengapa-harus-ss--grid-item-4 {
    overflow: hidden;
  }
}
