.case_inner {
  padding: 50px 0 30px 0;
}

.cs1,
.case_inner {
  background: #f2f6ff;
}

.cs2 {
  background: #f6f2ff;
}

.cs3 {
  background: #fff2f2;
}

.cs4 {
  background: #fff9f2;
}

.cs5 {
  background: #eafff5;
}

.cs6 {
  background: #eafbff;
}

.cs7 {
  background: #eafeff;
}

.cs1 .case_card {
  background-color: #c9d9ff;
}

.cs2 .case_card {
  background-color: #e5d9ff;
}

.cs3 .case_card {
  background-color: #ffe3e3;
}

.cs4 .case_card {
  background-color: #ffeedb;
}

.cs5 .case_card {
  background-color: #ceffe8;
}

.cs1 .case_wrap,
.cs1 .case_cat {
  background-color: #a0bdfd;
}

.cs2 .case_wrap,
.cs2 .case_cat {
  background-color: #cfb9ff;
}

.cs3 .case_wrap,
.cs3 .case_cat {
  background-color: #ffc6c6;
}

.cs4 .case_wrap,
.cs4 .case_cat {
  background-color: #ffdaae;
}

.cs5 .case_wrap,
.cs5 .case_cat {
  background-color: #91ffcb;
}

.case_card {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 18px;
}

.pro_img {
  width: 47px;
  height: 47px;
  flex: none;
}

.ap_process-content .ap_main-btn-primary {
  position: absolute;
  bottom: 40px;
}

.case_wrap > label {
  color: #f7645a;
}

.case_wrap h1 {
  font-size: 38px;
}

.row_profile {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.row_profile label {
  color: #f7645a;
}

.case_img {
  padding-right: 15px;
}

.case_img img {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  object-fit: cover;

  &.is-fallback-thumbnail {
    object-fit: contain;
  }
}

label.case_cat {
  position: absolute;
  left: 0;
  width: fit-content;
  right: 0;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: 500;
  padding: 0 20px;
  min-width: 150px;
  line-height: 40px;
  top: -20px;
  text-align: center;
}

.case_tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 15px;
}

.case_tags a {
  font-weight: 500;
  text-decoration: none;
  color: #f7645a;
  line-height: 37px;
  border: 1px solid #f7645a;
  display: block;
  padding: 0 18px;
  border-radius: 50px;
  transition-duration: 0.2s;
}

.case_tags .active a,
.case_tags a:hover {
  background: #f7645a;
  color: #fff;
}

.view_more_link a {
  color: #f7645a;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .case_inner {
    padding-bottom: 0;
  }

  .case_row {
    padding: 30px 0 !important;
  }

  .case_card > div {
    padding: 0;
  }

  .case_tags {
    justify-content: center;
  }
}
