.block-call {
  position: relative;
  background-image: linear-gradient(
    180deg,
    #fff 90px,
    #f2f7fa 90px,
    #f2f7fa 100%
  );
  background-clip: content-box;
  padding-top: 40px;
  padding-bottom: 80px;
}
.bg-woman {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url(/wp-content/themes/alwind/img/woman_tiny.png);
  background-size: 50%;
}
.block-call .d-grid {
  grid-template-columns: 1fr 1fr;
  gap: 540px;
  height: 100%;
}
.block-call .col {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 460px;
}
.block-call .col:last-child {
  padding-top: 100px;
}
.block-call .col p {
  padding: 20px 0;
}
.block-call .btn {
  font-size: 16px;
  padding: 25px;
}
.block-call-flying {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 25px;
  width: 270px;
  position: absolute;
  left: calc( (100% / 2) - 270px);
  bottom: 50px;
}
/* RESPONSIVE */
@media screen and (min-width: 1300px) {

}
@media screen and (max-width: 1300px) {
  .block-call .d-grid {
    gap: 440px;
  }
  .block-call-flying {
    left: calc( (100% / 2) - 165px)
  }
}
@media screen and (max-width: 1023px) {
  .block-call .d-grid {
    gap: 360px;
  }
  .block-call .fs-32 {
    font-size: 28px;
    line-height: 36px;
  }
  .block-call .fs-18 {
    font-size: 16px;
    line-height: 24px;
  }
  .block-call .btn {
    padding: 10px 15px;
  }
  .block-call .col {
    height: 400px;
  }
  .block-call .col:last-child {
    padding-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .block-call .d-grid {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: end;
  }
  .block-call .col {
    width: 50%;
    height: fit-content;
  }
  .block-call .col {
    padding-top: 50px;
  }
  .block-call .col:last-child {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .bg-woman {
    background-position: -17% 0;
    background-size: 60%;
  }
  .block-call-flying {
    width: 220px;
    left: calc( (100% / 2) - 290px)
  }
  .block-call .col p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .block-call {
    background-image: none;
    background-color: #f2f7fa;
    padding-bottom: 40px;
  }
  .bg-woman {
    background-image: none;
  }
  .block-call-flying {
    display: none;
  }
  .block-call .col {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .block-call .col:last-child {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}