.case-study-section {
  background: #ffffff;
  position: relative;
  padding: 5rem 0;
}
@media only screen and (max-width: 575px) {
  .case-study-section {
    padding: 3rem 0;
  }
}
.case-study-section .is-orb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
}
.case-study-section .main-heading {
  color: #000000;
  margin-bottom: 1.5rem;
}
.case-study-section .main-text {
  margin-bottom: 3.25rem;
  color: #000000;
}
.case-study-section .case-study-card {
  border-radius: 1rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-study-section .case-study-card .case-study-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-study-section .case-study-card img {
  max-height: 12.5rem;
  border-radius: 0.75rem;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.25rem;
}
.case-study-section .case-study-card a h5 {
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.case-study-section .case-study-card .case-study-link {
  margin-top: 1.25rem;
}
.case-study-section .case-study-card .case-study-link a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #000000;
  border: 1px solid #000000;
  width: fit-content;
  padding: 0.75rem 1rem;
  border-radius: 3rem;
  line-height: 1.1;
}
.case-study-section .case-study-card .case-study-link a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000E03' d='m11.35 8.35-5 5a.5.5 0 1 1-.7-.7L10.29 8 5.65 3.35a.5.5 0 1 1 .7-.7l5 5a.5.5 0 0 1 0 .7Z'/%3E%3C/svg%3E");
  height: 1rem;
}
.case-study-section .case-study-card .case-study-link a:hover {
  background: #000000;
  color: #ffffff;
}
.case-study-section .case-study-card .case-study-link a:hover:after {
  filter: invert(1) brightness(10);
}

/*# sourceMappingURL=s-case_study_section.css.map */
