.c-case-study-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-case-study-section {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-case-study-section {
    margin-bottom: 96px;
  }
}
.c-case-study-section__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1023px) {
  .c-case-study-section__wrapper {
    flex-direction: row;
  }
}
.c-case-study-section__info {
  background-color: #4b4b4b;
  padding: 20px;
}
@media (min-width: 1023px) {
  .c-case-study-section__info {
    width: 34%;
    max-width: 440px;
    padding: 40px;
  }
}
.c-case-study-section__info-label {
  width: -moz-fit-content;
  width: fit-content;
}
.c-case-study-section__info-desc {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .c-case-study-section__info-desc {
    padding: 15px 16px;
  }
}
@media (min-width: 1023px) {
  .c-case-study-section__info-desc {
    margin-bottom: 30px;
  }
}
.c-case-study-section__list {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .c-case-study-section__list {
    margin-bottom: 30px;
  }
}
.c-case-study-section__list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-white);
}
.c-case-study-section__list-item img,
.c-case-study-section__list-item svg {
  width: 20px !important;
  height: 20px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .c-case-study-section__list-btn {
    text-align: center;
  }
}
.c-case-study-section__image {
  aspect-ratio: 350/280;
}
@media (min-width: 768px) {
  .c-case-study-section__image {
    aspect-ratio: unset;
  }
}
@media (min-width: 1023px) {
  .c-case-study-section__image {
    width: 66%;
    max-width: 846px;
    height: unset;
  }
}
.c-case-study-section__image picture,
.c-case-study-section__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-case-study-section__bottom {
  width: 100%;
  text-align: center;
}
.c-case-study-section__link-2 {
  margin-top: 30px;
  margin-inline: auto;
}
@media (min-width: 1023px) {
  .c-case-study-section__link-2 {
    margin-top: 50px;
  }
}