body {
  font-size: 18px;
  line-height: 24px;
}

/* Fixed Section */
.fixed-section {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  column-gap: 20px;
  padding: 72px 40px 0;
  overflow: hidden;
  background: linear-gradient(78.95deg, #FFFFFF 0%, #EFF3F6 91.83%);
}

.fixed-section .info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fixed-section .carousel-container {
  min-width: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.fixed-section .carousel-container .carousel-v {
  height: calc(100vh - 72px);
}

.fixed-section .info {
  max-width: 460px;
}

.fixed-section .info .title {
  margin-bottom: 24px;
}

.fixed-section .info .subtitle {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fixed-section .info .logo {
  max-width: 100%;
  margin-bottom: 40px;
}

.fixed-section .info .content {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}

.fixed-section .info .list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed-section .info .list li {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.fixed-section .info .actions {
  display: flex;
  column-gap: 24px;
}

.fixed-section .carousel-h {
  display: none;
}

/* Cover section */
.cover-section {
  width: 100%;
  top: 100vh;
  position: relative;
  border-radius: 40px 40px 0 0;

  align-items: center;
  display: flex;
  flex-direction: column;
  background: #edf1f6;
}

.block-1,
.block-2,
.block-3,
.block-4,
.block-5,
.block-6 {
  background: white;
}

/* Block 1: Advantages */
.block-1 {
  width: 100%;
  padding: 100px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 148px;
  border-radius: 40px 40px 0 0;
}

h2.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0;
}

.block-1 .advantages {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}

.block-1 .advantage {
  max-width: 260px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.block-1 .advantage img {
  max-width: 260px;
  margin-bottom: 24px;
}

.block-1 .advantage .title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.block-1 .advantage .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

.block-1 .advantage .title,
.block-1 .advantage .text {
  text-align: center;
  padding: 0 24px;
}

/* Block 2: Comments carousel*/
.block-2 {
  width: 100%;
  padding: 100px 16px 163px;
  display: flex;
  justify-content: center;
}

.block-2 .review-carousel {
  margin: 0 auto;
  max-width: 1161px;
  width: 100%;
}

.carousel-control-prev {
  left: 17px;
  border-radius: 40px 0 0 40px;
}

.carousel-control-next {
  right: 17px;
  border-radius: 0 40px 40px 0;
}

.block-2 .carousel-indicators {
  margin-bottom: -40px;
}

.block-2 .carousel-item {
  padding: 0 16px;
}

.block-2 .carousel-item .content-container {
  /* NOTE: set item height here if carousel height changes, height = max item height */
  height: 512px;
  width: 100%;
  background-color: #EDF3FA;
  box-shadow: 0 24px 40px rgba(25, 107, 190, 0.04);
  border-radius: 40px;
  background-image: url("../assets/img/main/intersect.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  position: relative;
}

.block-2 .carousel-item .content {
  max-width: 900px;
  position: absolute;
  padding: 40px 40px 40px 60px;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 100px;
}

.block-2 .carousel-item .user {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-2 .carousel-item .user-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin-bottom: 24px;
}

.block-2 .carousel-item .user-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.block-2 .carousel-item .user-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.block-2 .carousel-item .user-avatar img {
  height: 100%;
}

.block-2 .carousel-item .quote-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  padding: 12px 40px;
}

.block-2 .carousel-item .quote-start,
.block-2 .carousel-item .quote-end {
  display: flex;
}

.block-2 .carousel-item .quote-end {
  justify-content: flex-end;
}

.block-2 .carousel-indicators button {
  background-color: rgba(0, 69, 139, 0.24);
  transition: 0.2s;
}

.block-2 .carousel-indicators button.active {
  background-color: #00458B;
}

/* Block 3: Speech to text steps */
.block-3 {
  padding: 100px 40px;
  width: 100%;
}

.block-3 .subtitle .title {
  margin-bottom: 8px;
}

.block-3 .subtitle {
  color: #00458B;
  text-align: center;
  margin-bottom: 148px;
}

.block-3 .steps {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 240px;
  margin: 0 auto;
}

.block-3 .step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}

.block-3 .step .info-container {
  display: flex;
  align-items: center;
  min-height: 214px;
}

.block-3 .step-1 .info-container {
  background-image: url("../assets/img/main/step-1.svg");
  background-repeat: no-repeat;
  background-position-x: left;
}

.block-3 .step-2 .info-container {
  background-image: url("../assets/img/main/step-2.svg");
  background-repeat: no-repeat;
  background-position-x: left;
}

.block-3 .step-3 .info-container {
  background-image: url("../assets/img/main/step-3.svg");
  background-repeat: no-repeat;
  background-position-x: left;
}

.block-3 .step .info {
  max-width: 460px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.block-3 .step .info-title {
  font-size: 32px;
  line-height: 32px;
}

.block-3 .step .info-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}

.block-3 .step img {
  max-width: 100%;
}

/* Block 4: Industries */
.block-4 {
  width: 100%;
  padding: 100px 40px;
}

.block-4 .title {
  margin-bottom: 98px;
}

.block-4 .cards {
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
}

.block-4 .card {
  height: 360px;
  width: 40%;
  border-radius: 8px;
  border: none;
  overflow: hidden;
}

.block-4 .card .link {
  display: none;
}

.block-4 .card-fill  {
  width: calc(60% - 40px);
}

.block-4 .card .card-fade {
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(8,38,69,0) 0%, rgba(8,38,69,0) 0%, rgba(8,38,69,1) 100%);
  pointer-events: none;
  transform: scaleY(0.5);
  transform-origin: bottom center;
  transition: 0.4s;
}

.block-4 .card:hover .card-fade {
  transform: scaleY(0);
}

.block-4 .card .card-img {
  height: 100%;
  object-fit: cover;
}

.block-4 .card .card-img-overlay {
  color: white;
  top: unset;
  padding: 24px;
  transform: translateY(calc(100% - 90px));
  background: linear-gradient(180deg, rgba(8,38,69,0) 0%, rgba(8,38,69,0) 0%, rgba(8,38,69,1) 100%);
  transition: 0.4s;
}

.block-4 .card:hover .card-img-overlay {
  transform: translateY(0);
}

.block-4 .card .card-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 6px;
}

.block-4 .card .card-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 24px;
}

.block-4 .card .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 24px;
  overflow: hidden;
}

.block-4 .card button a {
  font-size: 14px;
}

/* Block 5: Features */
.block-5 {
  width: 100%;
  padding: 150px 24px;
  overflow: hidden;
}

.block-5 .carousel-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.block-5 .title-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  column-gap: 40px;
}

.block-5 .title-image .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding: 104px 0 0 100px;
  white-space: nowrap;
}

.block-5 .title-image .media-container {
  width: 70%;
  height: 100%;
  align-self: center;
  position: relative;
}

.block-5 .title-image .media-container .media {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 4px;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.block-5 .title-image .media-container .media.current-media {
  opacity: 1;
  z-index: 1;
}

.block-5 .controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  column-gap: 16px;
}

.block-5 .controls button {
  width: 40px;
  height: 40px;
  outline: none;
  background: rgba(25, 107, 190, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  transition: 0.2s;
}

.block-5 .controls button:hover {
  background: rgba(25, 107, 190, 0.12);
}

.block-5 .controls button:active {
  background: rgba(25, 107, 190, 0.16);
}

.block-5 .controls button:disabled {
  background: rgba(30, 31, 33, 0.04);
}

.block-5 .controls button:disabled svg path {
  background: rgba(30, 31, 33, 0.48);
}

.block-5 .slider {
  height: 100%;
  min-height: 200px;
  width: 100%;
  max-width: 560px;
  position: relative;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.block-5 .slider::-webkit-scrollbar {
  display: none;
}

.block-5 .frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: calc(50% - 40px);
  background: rgba(25, 107, 190, 0.08);
  border-radius: 40px;
}

.block-5 .carousel-track {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  transform: translateX(0%);
  transition: 0.8s;
  transition-timing-function: ease-in-out;
}

.block-5 .slide {
  scroll-snap-align: center;
  box-sizing: border-box;
  padding: 164px 200px 100px 100px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.block-5 .current-slide {
  opacity: 1;
}

.block-5 .slide .slide-text {
  width: 260px;
}

.block-5 .slide .slide-text .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #00458B;
  margin-bottom: 16px;
}

.block-5 .slide .slide-text .space {
  display: none;
}

.block-5 .slide .slide-text .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

/* Block 6: Feedback */
.block-6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 150px;
  padding: 100px 40px 150px;
  border-radius: 0 0 40px 40px;
}

.block-6 .protection {
  max-width: 1160px;
  width: 100%;
  background-image: url("../assets/img/main/intersect-blur.svg"), linear-gradient(0deg, #0050A2 0%, #00458B 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 40px;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.block-6 .protection-icon {
  margin-bottom: 16px;
}

.block-6 .protection-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 24px;
  max-width: 460px;
}

.block-6 .protection-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 80px;
  max-width: 760px;
}

.block-6 .feedback {
  max-width: 960px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}

.block-6 .feedback-text {
  max-width: 460px;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px
}

.block-6 .feedback-logo-action {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.block-6 .feedback-logo-action .logo-container {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.block-6 .feedback-logo-action .logo {
  max-width: 205px;
}

.block-6 .feedback-logo-action .action {
  font-size: 20px;
  line-height: 30px;
  width: fit-content;
}

.block-6 .action-s {
  display: none;
}

/* Block 7: Blog */
.block-7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 40px;
}

.block-7 .title {
  margin-bottom: 48px;
}

.block-7 .blog-cards {
  max-width: 960px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}

.block-7 .blog-card {
  position: relative;
  height: 475px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 16px;
  overflow: hidden;
}

.block-7 .blog-card img {
  height: 222px;
  object-fit: cover;
}

.block-7 .info {
  display: flex;
  flex-direction: column;
  height: calc(100% - 222px);
  padding: 20px;
}

.block-7 .blog-card .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
}

.block-7 .info-date {
  font-size: 14px;
  line-height: 21px;
  color: rgba(30, 31, 33, 0.48);
  margin-bottom: 6px;
}

.block-7 .info-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 12px;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.block-7 .info-text {
  font-size: 16px;
  line-height: 24px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.block-7 .blog-card-main {
  grid-column-start: 1;
  grid-column-end: 4;
  flex-direction: row;
  height: 350px;
}

.block-7 .blog-card-main img {
  width: 540px;
  height: 100%;
}

.block-7 .blog-card-main .info {
  height: 100%;
}

.block-7 .blog-card-main .info-title {
  font-size: 24px;
  line-height: 32px;
}

.block-7 .blog-card-main .info-text {
  -webkit-line-clamp: 8;
  font-size: 20px;
  line-height: 30px;
}

.block-7 .more-link {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: #00458B;
  margin-top: 48px;
}

@media (max-width: 1200px) {
  .fixed-section .info .actions {
    flex-direction: column;
    row-gap: 40px;
  }

  .block-5 .slide {
    padding: 164px 246px 100px 54px;
  }

  .block-5 .title-image .title {
    padding: 104px 0 0 54px;
  }
}

@media (max-width: 1024px) {
  .fixed-section {
    height: unset;
    position: unset;
    flex-direction: column-reverse;
    padding: 0;
    background: #F5F7F9;
  }

  .cover-section {
    top: unset;
    border-radius: unset;
    background: #F5F7F9;
  }

  .fixed-section .carousel-container {
    width: 100%;
    padding: 100px 0 40px 0;
  }

  .fixed-section .info-container {
    width: 100%;
    padding: 0 16px 100px;
  }

  .fixed-section .carousel-v {
    display: none;
  }

  .fixed-section .carousel-h {
    display: unset;
    width: 100%;
  }

  .fixed-section .info {
    max-width: 780px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fixed-section .info .content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 24px;
  }

  .block-5 .carousel-wrapper {
    max-width: 780px;
    transform: unset;
  }

  .block-5 .frame {
    height: 68%;
  }

  .block-5 .title-image {
    flex-direction: column;
  }

  .block-5 .title-image .title {
    padding: 80px 0 0 80px;
  }

  .block-5 .title-image .media-container {
    width: calc(100% - 160px);
  }

  .block-5 .title-image .media-container .media {
    top: 230px;
  }

  .block-5 .slider {
    width: 100%;
    max-width: unset;
  }

  .block-5 .carousel-track {
    max-width: unset;
    align-items: unset;
  }

  .block-5 .slide {
    min-width: 100%;
    padding: 176px 80px 24px;
  }

  .block-5 .slide .slide-text {
    width: unset;
  }

  .block-5 .slide .slide-text .space {
    width: 100%;
    visibility: hidden;
    margin: 0 0 24px 0;
    display: unset;
  }

  .block-5 .frame {
    max-width: unset;
  }

  .block-5 .title-image .media-container .media {
    top: 104px;
    transform: unset;
  }

  .block-5 .controls {
    transform: translateY(100%);
    left: 80px;
  }

  .block-7 .blog-card-main img {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .fixed-section .info .content {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }

  .fixed-section .info .actions {
    flex-direction: row;
    column-gap: 40px;
  }

  .block-1 .advantages {
    flex-direction: column;
    align-items: center;
    row-gap: 80px;
  }

  .block-1 .advantage {
    max-width: 460px;
  }

  .block-2 .carousel-item .content-container {
    height: 550px;
  }

  .block-2 .carousel-item .content {
    flex-direction: column;
    row-gap: 32px;
    padding: 40px;
  }

  .block-2 .carousel-item .quote-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    padding: 12px 32px;
  }

  .block-3 .steps {
    row-gap: 82px;
  }

  .block-3 .step-1 {
    flex-direction: column-reverse;
  }

  .block-3 .step-2 {
    flex-direction: column;
  }

  .block-3 .step-3 {
    flex-direction: column-reverse;
  }

  .block-3 .step {
    row-gap: 16px;
  }

  .block-4 .title {
    margin-bottom: 50px;
  }

  .block-4 .cards {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }

  .block-4 .card {
    width: 100%;
    max-width: 460px;
    max-height: 300px;
  }

  .block-6 .protection-text {
    margin-bottom: 40px;
  }

  .block-6 .feedback {
    max-width: 460px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
  }

  .block-6 .feedback-logo-action .action-lg {
    display: none;
  }

  .block-6 .action-s {
    display: unset;
  }

  .block-7 .blog-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .block-7 .blog-card-main {
    grid-column-start: unset;
    grid-column-end: unset;
    flex-direction: column;
    height: 475px;
  }

  .block-7 .blog-card-main .info {
    height: calc(100% - 222px);
  }

  .block-7 .blog-card-main img {
    width: 100%;
    height: 222px;
  }

  .block-7 .blog-card-main .info-title {
    font-size: 18px;
    line-height: 150%;
  }

  .block-7 .blog-card-main .info-text {
    -webkit-line-clamp: 6;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 720px) {
  .block-2 {
    padding: 100px 16px 163px;
  }

  .block-2 .carousel-item .content-container {
    height: 658px;
  }

  .block-2 .carousel-item .content {
    padding: 40px 24px;
  }
}

@media (max-width: 640px) {
  .fixed-section .carousel-container {
    padding: 50px 0;
  }

  .block-4 .card .card-img-overlay {
    padding: 24px 16px;
  }

  .block-4 .card .card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .block-4 .card .card-subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .block-5 {
    padding: 100px 0 124px;
  }

  .block-5 .slide {
    padding: 176px 40px 24px;
  }

  .block-5 .frame {
    transform: scaleX(2);
    height: 56%;
  }

  .block-5 .title-image .title {
    padding: 80px 0 0 40px;
  }

  .block-5 .title-image .media-container {
    width: calc(100% - 80px);
  }

  .block-5 .controls {
    left: 40px;
  }

  .block-6 {
    padding: 50px 40px 150px;
  }

  .block-7 .blog-cards {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
}

@media (max-width: 480px) {
  h2.title {
    font-size: 28px;
    line-height: 48px;
  }

  .fixed-section .info .actions {
    flex-direction: column;
    row-gap: 24px;
  }

  .fixed-section .info-container {
    width: 100%;
    padding: 0 16px 50px;
  }

  .block-1 {
    row-gap: 98px;
    padding: 100px 16px 50px;
  }

  .block-2 {
    padding: 50px 0 113px;
  }

  .block-2 .carousel-item .content-container {
    height: 552px;
  }

  .block-2 .carousel-item .content {
    padding: 32px 24px;
  }

  .block-2 .carousel-item .user-avatar {
    width: 110px;
    height: 110px;
  }

  .block-2 .carousel-item .quote-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
  }

  .block-3 {
    padding: 50px 24px 100px;
  }

  .block-4 {
    padding: 50px 16px 60px;
  }

  .block-4 .card {
    max-height: 200px;
  }

  .block-5 .slide {
    padding: 176px 16px 24px;
  }

  .block-5 .frame {
    transform: scaleX(2);
  }

  .block-5 .title-image .title {
    padding: 80px 0 0 16px;
  }

  .block-5 .title-image .media-container {
    width: calc(100% - 32px);
  }

  .block-5 .controls {
    left: 16px;
  }

  .block-6 {
    padding: 50px 24px 100px;
  }

  .block-6 {
    row-gap: 100px;
  }

  .block-7 {
    padding: 100px 16px 58px;
  }
}

@media (max-width: 390px) {
  .block-2 .carousel-item .content-container {
    height: 580px;
  }

  .block-2 .carousel-item .content {
    row-gap: 12px;
    padding: 24px;
  }

  .block-2 .carousel-item .user-avatar {
    width: 90px;
    height: 90px;
  }

  .block-3,
  .block-6 {
    padding: 50px 16px 100px;
  }

  .block-5 .frame {
    height: 54%;
  }

  .block-6 .protection {
    padding: 40px 32px;
  }

  .block-6 .feedback-logo-action .logo {
    max-width: 160px;
  }

  .block-6 .feedback-logo-action .journey {
    max-width: 72px;
  }
}

@media (hover: none) {
  .block-4 .card .link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 1;
  }

  .block-4 .card .card-img-overlay {
    transform: unset;
  }

  .block-4 .card .card-subtitle {
    margin: 0;
  }

  .block-4 .card .card-text {
    display: none;
  }

  .block-4 .card button {
    display: none;
  }

  .block-4 .card:hover .card-fade {
    transform: scaleY(0.5);
  }
}


