.futured-case-study {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.futured-case-study > div:first-child {
  display: flex;
  align-items: center;
  padding: 40px;
  padding-right: 0px;
}

.futured-case-study-about {
  display: flex;
  flex-direction: column;
}

.futured-case-study-about > p:first-child {
  width: fit-content;
  padding: 0 4px;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
}

.futured-case-study-about > p:nth-of-type(3){
  margin-top: 24px;
  margin-bottom: 32px;
}

.futured-case-study-about > div {
  gap: 32px;
  margin-top: 8px;
}

.futured-case-study-about > div > img {
  max-height: 72px;
}

.welcome-to-bob-customize .futured-case-study-about > div > img {
  max-height: 110px;
}

.futured-case-study-about .btn-with-icon {
  width: fit-content;
  gap: 8px;
  padding: 12px 28px;
}

.futured-case-study-about .btn-with-icon:hover > img {
  filter: invert(1);
}

.futured-case-study-about > .b-black-filled {
  color: #ffffff;
}

.futured-case-study-result {
  padding: 40px 80px;
  box-sizing: border-box;
}

.futured-case-study > div:last-child {
  position: relative;
  padding: 0px 40px 40px 0;
  padding-left: 0px;
  box-sizing: border-box;
}

.futured-case-study > div:last-child > img {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  width: 60%;
  height: 110%;
  object-fit: cover;
  object-position: center;
}

.futured-case-study-result {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  margin-top: 40px;
  padding: 40px 80px;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
}

.futured-case-study-result-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 0;
  margin: 0;
}

.futured-case-study-result-list > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.futured-case-study-result-list > li > img {
  max-height: 58px;
}

.futured-case-study > div:last-child > .btn-with-icon {
  display: none;
}

/* Custom Changes */
.welcome-to-bob-customize .futured-case-study-about > div {
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .futured-case-study {
    flex-direction: column;
    gap: 24px;
  }

  .futured-case-study > div:first-child,
  .futured-case-study > div:last-child {
    padding: 24px 40px 40px 40px;
  }

  .futured-case-study > div:last-child > img {
    top: 0px;
    width: 70%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .futured-case-study > div:last-child > img {
    width: 75%;
  }
}

@media screen and (max-width: 580px) {
  .futured-case-study-about > .f18 {
    font-size: 15px;
  }

  .futured-case-study-about > .f-lh27 {
    line-height: 22.5px;
  }

  .futured-case-study-about > p:nth-of-type(2) {
    margin-top: 4px;
  }

  .futured-case-study-about > div {
    justify-content: space-between;
    margin-top: 0px;
  }

  .futured-case-study-about > div > .f65 {
    font-size: 40px;
  }

  .futured-case-study-about > div > .f-lh71-5 {
    line-height: 54px;
  }

  .futured-case-study-about > div > img {
    max-height: 48px;
  }

  .welcome-to-bob-customize .futured-case-study-about > div > img {
    max-height: 70px !important;
  }

  .futured-case-study > div:first-child {
    padding: 32px 16px 0px 16px;
  }
  
  .futured-case-study > div:last-child {
    padding: 0px 16px 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .futured-case-study-result {
    width: 100%;
    gap: 32px;
    padding: 40px 16px;
    margin: 0;
  }

  .futured-case-study-result-list {
    gap: 40px;
  }

  .futured-case-study-result > h2 {
    font-size: 40px !important;
    line-height: 54px;
  }

  .futured-case-study-result-list .f-lh54 {
    line-height: normal;
  }

  .futured-case-study-result-list .f18 {
    font-size: 15px;
  }

  .futured-case-study-result-list .f-lh27 {
    line-height: 22.5px;
  }

  .futured-case-study > div:last-child > .btn-with-icon {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 12px 28px;
    box-sizing: border-box;
  }

  .futured-case-study > div:last-child > .b-black-filled {
    color: #ffffff;
  }

  .futured-case-study > div:last-child > .b-black-filled::before {
    content: none;
  }

  .futured-case-study > div:last-child > .b-black-filled:not(.b-input):hover {
    color: #ffffff !important;
  }

  .futured-case-study-about .btn-with-icon {
    display: none;
  }

  .futured-case-study-about > p:nth-of-type(3) {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .futured-case-study > div:last-child > img {
    top: -60px;
    width: 80%;
    height: 100%;
  }
}

@media screen and (max-width: 460px) {
  .futured-case-study > div:last-child > img {
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 345px) {
  .futured-case-study-about > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .futured-case-study-result-list > li {
    flex-direction: column;
  }

  .futured-case-study-about > div > .f65 {
    font-size: 35px;
  }

  .futured-case-study-about > div > .f-lh71-5 {
    line-height: normal;
  }
}