.cta-block .inner-wrapper {
  margin-top: 48px;
  margin-bottom: 0px;
}
.cta-block .inner-wrapper .line {
  display: none;
}
.cta-block .inner-wrapper .cta-title i,
.cta-block .inner-wrapper .cta-title em {
  --tw-text-opacity: 1;
  color: rgb(139 79 243 / var(--tw-text-opacity, 1));
}
.thumbnail picture {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 300px;
  min-height: 300px;
}
@media (min-width: 1024px) {
  .thumbnail picture {
    height: 350px;
    min-height: 350px;
  }
}
.thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
