.get-inspired-wrapper {
  position: absolute;
  width: 800px;
  height: 750px;
  right: -240px;
  top: -770px;
  z-index: 0;
}

.get-inspired-wrapper .get-inspired-cover-img {
  width: 290px;
  position: relative;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.get-inspired-wrapper img.get-inspired-blob-img {
  position: absolute;
  top: 0;
  width: 760px;
  z-index: -1;
}
.get-inspired-box-content {
  display: flex;
  align-items: center;
  flex-flow: column;
  row-gap: 20px;
  position: relative;
  left: 25px;
}
.get-inspired-inner {
  position: absolute;
  z-index: 10;
  translate: 50%;
  top: 210px;
  left: 50px;
}

.get-inspired-inner h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0.628px 2.512px #66d1cb;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 46.936px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.838px;
}
.get-inspired-inner p {
  color: #fff;
  text-align: center;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 18.439px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.173px; /* 163.636% */
  letter-spacing: -0.419px;
}
.get-inspired-inner .btn {
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  left: 0;
}
.get-inspired-inner .btn img {
  width: 90px;
  height: 90px;
}
.get-inspired-wrapper:hover .get-inspired-inner .btn {
  left: 20px;
}
.get-inspired-wrapper:hover .get-inspired-cover-img {
  top: -10px;
}

@media screen and (max-width: 768px) {
  .get-inspired-wrapper {
    display: none !important;
  }
}
