.c-growth-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-growth-section {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-growth-section {
    margin-bottom: 96px;
  }
}
.c-growth-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1023px) {
  .c-growth-section__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-growth-section__info {
  position: relative;
}
@media (min-width: 1023px) {
  .c-growth-section__info {
    width: 40%;
    max-width: 472px;
  }
}
.c-growth-section__info-label {
  width: -moz-fit-content;
  width: fit-content;
}
.c-growth-section__info-desc {
  text-align: left;
}
.c-growth-section__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  flex: 1;
  padding: 20px;
  text-decoration: none;
  min-height: 280px;
}
.c-growth-section__block:hover picture img {
  transform: scale(1.04);
  filter: brightness(80%);
}
.c-growth-section__block::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(240, 124, 33, 0.15), rgba(240, 124, 33, 0.15)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
@media (min-width: 1023px) {
  .c-growth-section__block {
    height: 420px;
  }
}
.c-growth-section__block-label, .c-growth-section__block-description {
  z-index: 9;
}
.c-growth-section__block-label {
  width: -moz-fit-content;
  width: fit-content;
}
.c-growth-section__block-section-label {
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: auto;
}
.c-growth-section__block-description {
  display: flex;
  gap: 10px;
}
.c-growth-section__block-description-text {
  padding: 15px 16px;
  line-height: 1.38em;
  text-align: left;
}
@media (min-width: 768px) {
  .c-growth-section__block-description-text {
    padding: 15px 20px;
  }
}
@media (min-width: 1023px) {
  .c-growth-section__block-description-text {
    width: 85%;
    max-width: 521px;
  }
}
.c-growth-section__block-description-arrow {
  transition: background-color 250ms ease-in-out;
  position: relative;
  display: inline-block;
  width: 72px;
  height: 100%;
  background-color: var(--color-orange);
}
.c-growth-section__block-description-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9599 8.33041V12.4904H0.879883V8.33041H19.9599ZM9.15988 20.5304L19.2799 10.4104L9.15988 0.290405H14.9999L25.1199 10.4104L14.9999 20.5304H9.15988Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
@media (min-width: 1023px) {
  .c-growth-section__block-description-arrow {
    width: 15%;
    max-width: 72px;
  }
}
.c-growth-section__block picture {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-growth-section__block picture img {
  transition: transform 400ms ease-in-out, filter 400ms ease-in-out;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1023px) {
  .c-growth-section__list {
    width: 60%;
    max-width: 712px;
  }
}