#capacity_profile {
  background: white;
  z-index: 15;
  position: relative;
  width: 100%;
  height: 24.62rem;
  overflow: visible !important;
  /* display: none; */
}
#capacity_profile .container {
  position: relative;
  height: 100%;
}
.environment__option {
  position: absolute;
  width: 100%;
  height: 21.8rem;
  left: 0;
  bottom: -3.38rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
}
.environment__option .environment__option__item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.625rem;
  box-shadow: 0px 4px 22.5px 0px rgba(0, 0, 0, 0.25);
}
.environment__option .environment__option__item .wrapper__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}
.environment__option__item .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
.environment__option__item .wrapper__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 2.19rem 2.5rem 0;
}
.environment__option__item .title {
  color: rgba(255, 255, 255, 0.65);
  font-family: Lexend;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9075rem;
  letter-spacing: var(--letter-spacing-0_28, 0.0175rem);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.environment__option__item .description {
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.0175rem;
  margin-top: 0.47rem;
}
.environment__option__item .download {
  display: flex;
  align-items: center;
  margin-top: 10.21rem;
}
.environment__option__item .download .title__download {
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
}
.environment__option__item .download img {
  margin-left: 0.13rem;
  width: 0.875rem;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .environment__option .environment__option__item:hover .background {
    transform: scale(1.15);
  }
}

@media screen and (max-width: 767px) {
  #capacity_profile {
    height: 15.33rem;
  }
  #capacity_profile .container {
    width: 100%;
  }
  .environment__option {
    padding: 0 0.75rem;
    height: fit-content;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 0.7rem;
    bottom: -2.38rem;
  }
  .environment__option .environment__option__item {
    height: 7.8125rem;
    padding: 0.75rem;
  }
  .environment__option__item .wrapper__content {
    padding: 0;
  }
  .environment__option__item .title {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.65);
    font-family: Lexend;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 130%;
  }
  .environment__option__item .description {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 130%;
    width: 16rem;
    position: absolute;
    bottom: 0.38rem;
    left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .environment__option__item .download {
    margin-top: 0;
    position: absolute;
    right: 0.75rem;
    bottom: 0.38rem;
    width: 2.125rem;
    height: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00802a;
  }
  .environment__option__item:first-child .download {
    background: #0099e0;
  }

  .environment__option__item .download .title__download {
    display: none;
  }
}
