.mission {
  margin-bottom: 60px;
}
.mission h1 {
  margin-bottom: 12px;
}
.mission h3 {
  margin-bottom: 24px;
}

.spice-excellence {
  background-color: #f1f1f1;
  padding: 36px 0;
}
.spice-excellence h2 {
  margin-bottom: 24px;
}

.minimize-risk {
  padding: 36px 0 60px 0;
}
.minimize-risk h2 {
  margin-bottom: 24px;
}

.sun-kissed {
  padding: 36px 0;
  background-color: #f1f1f1;
}
.sun-kissed .carousel {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sun-kissed .content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); /* For Safari */
  max-width: 364px;
}
.sun-kissed .content h2 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023.98px) {
  .mission .content {
    margin-bottom: 20px;
  }
  .spice-excellence .tabs-content .nav-link {
    text-align: center;
  }
  .spice-excellence .tabs-content .tab-pane > .row {
    gap: 20px;
  }
  .spice-excellence .tabs-content .tab-pane > .row > .col-6 {
    width: 100%;
  }
  .minimize-risk .img {
    margin-bottom: 20px;
  }
  .sun-kissed .content {
    width: 50%;
    padding: 0 7px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 767.98px) {
  .sun-kissed h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mission {
    margin-bottom: 30px;
  }
  .spice-excellence {
    padding: 30px 0;
  }
  .spice-excellence .container-1152 {
    padding: 0;
  }
  .spice-excellence h2 {
    margin-bottom: 20px;
  }
  .spice-excellence h4 {
    font-size: 12px;
  }
  .spice-excellence .tabs-content .tab-content {
    padding: 12px 0;
  }
  .spice-excellence .tabs-content .tab-content .row > .col-6:first-child {
    padding-right: 15px;
  }
  .spice-excellence .tabs-content .tab-content .row > .col-6:last-child {
    padding-left: 15px;
  }
  .minimize-risk {
    padding: 30px 0;
  }
  .minimize-risk h2 {
    margin-bottom: 20px;
  }
  .sun-kissed {
    padding: 30px 0;
  }
  .sun-kissed .content {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent !important;
    padding: 0;
  }
}