.dermatology-guide-page {
  margin: 0 0 64px 0;
}

.about {
  padding: 62px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: calc(50% - 20px);
}

.about__video {
  width: calc(50% - 20px);
}

.link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.case-grey {
  padding: 64px 0;
}

.case-grey .container {
  position: relative;
}

.case-grey+.case-grey {
  padding-top: 0;
}

.case-grey+.case-grey .container::before {
  content: '';
  width: 100%;
  border: 1px solid #D0D5DD;
  position: absolute;
  left: 0;
  top: -32px;
}

.case-grey.white {
  background-color: transparent;
}

.case-grey__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.case-grey__wrapper .h2 {
  position: sticky;
  top: 24px;
}

.case-grey__wrapper .h2 .title__image {
  margin-top: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.case-grey__wrapper .h2 .title__image img {
  max-width: 100%;
  margin-bottom: 8px;
  border-radius: 12px;
}

.case-grey__description {
  max-width: 696px;
}

.case-grey__description img {
  max-width: 100%;
  margin: 24px 0;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  cursor: pointer;
}

.case-grey__description p+p {
  margin-top: 24px;
}

.case-study-page a:not(.button-new) {
  color: #FF7C32;
  text-decoration: underline;
}

.case-study-page a:hover {
  text-decoration: none;
}

.case-grey__description ol li,
.case-grey__description ul li {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #41617e;
  list-style: inherit;
}

.case-grey__description ol li {
  list-style: decimal;
}

.case-grey__description ol,
.case-grey__description ul {
  list-style-type: inherit;
  margin: 24px 0 24px 20px;
}

.case-grey__description ol:last-child,
.case-grey__description ul:last-child {
  margin-bottom: 0;
}

.case-image {
  display: flex;
  gap: 32px;
  margin: 64px 0;
}

.case-image img {
  width: 488px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.case-image__description .h2 {
  margin-bottom: 24px;
}

.case-image__description p+p {
  margin-top: 24px;
}

.case-study-page .blue__section p+p,
.blue__section blockquote {
  margin-top: 12px;
}

.case-study-page .blue__section {
  max-width: 1008px;
  margin: 64px auto;
}

@media screen and (max-width: 976px) {
  .about {
    padding: 48px 0 24px;
    gap: 12px;
  }

  .about__description {
    gap: 12px;
  }

  .about__description .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .case-grey__wrapper .h2 {
    position: static;
    width: 298px;
    min-width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    flex-direction: column;
    padding-bottom: 0;
  }

  .about__description,
  .about__video {
    width: 100%;
  }

  .case-grey__wrapper,
  .case-image {
    flex-direction: column;
  }

  .case-grey__description {
    max-width: 100%;
  }

  .case-image img {
    max-width: 100%;
    object-fit: contain;
  }
}