#main-footer {
  border-radius: 20px;
}
#main-footer .footer-top {
  background-color: #7dd6f6;
}
.amaran {
  background-color: #7ddaf9;
}
.products-insto-container section.product .content {
  padding: 30px 30px 70px;
}

.insto-variant-wrapper {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;

  padding: 20px 0px 150px 0px;
}
.insto-variant-wrapper .title {
  color: #016f90;
  text-align: center;
  font-size: 20px;
  max-width: 300px;
  line-height: 1.6;
}
.insto-variant-wrapper .title.text-white {
  color: white;
}

.insto-variant-wrapper .insto-variants {
  display: flex;
  justify-content: center;
}
.insto-variant-wrapper .insto-variants img {
  width: 90px;
  margin-right: 20px;
}

.products-insto-container section.activities .content {
  padding-bottom: 20px;
}

.amaran {
  background-color: #aaf8ff;
  font-family: "FuturaBT Book" !important;
}
.amaran .amaran-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.amaran .title,
.amaran .title-number {
  text-align: left;
  margin: 0px;
  font-size: 9px;
}

.amaran-card {
  background: white;
}
.amaran-card img {
  width: 40px;
  margin: 0px;
}

.amaran-card p {
  color: black;
  font-size: 11px;
}
.amaran-card p.big {
  font-size: 11px;
}
.amaran-card p.bold {
  font-weight: bold;
}
.amaran .wrapper .group > .amaran-number {
  font-size: 11px;
}
.amaran .wrapper .group .amaran-card {
  height: 80px;
}

@media (min-width: 768px) {
  .amaran-card p {
    padding: 4px 0px;
  }
  .products-insto-container section.product .content {
    padding: 150px 30px 70px;
  }
  .insto-variant-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .insto-variant-wrapper .title {
    margin-right: 100px;
    font-size: 33px;
    max-width: 100%;
    text-align: right;
  }
  .insto-variant-wrapper .insto-variants img {
    width: 155px;
  }

  .amaran .title,
  .amaran .title-number {
    font-size: 14px;
  }

  .amaran-card p {
    font-size: 12px;
  }
  .amaran-card p.big {
    font-size: 12px;
  }
  .amaran .wrapper .group > .amaran-number {
    font-size: 14px;
  }
}
.tentang-insto-container section.product.reg .content .img-container .cap {
  max-width: 59px;
  width: 11.7vw;
}
@media (min-width: 1024px) {
  .tentang-insto-container section.product.reg .content .img-container .cap {
    top: 16.2%;
    width: 11vw;
  }
}
