/* --> Responsive <-- */
/*
.landing-block__overlay{
    background: linear-gradient(270deg, #f9fcff 0%, #f9fcff 20.31%, rgba(249, 252, 255, 0.84) 48.96%, rgba(249, 252, 255, 0) 74.48%, rgba(249, 252, 255, 0) 100%), no-repeat !important;
}
*/
.landing-block__image--mobile {
  background-repeat: no-repeat; }

.landing-block__image {
  width: 100%;
  border-radius: 40px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #f9fcff; }

.landing-block__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit; }
  .landing-block__text .text-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .landing-block__text .spacing {
    -webkit-box-flex: 1.9;
    -webkit-flex: 1.9;
        -ms-flex: 1.9;
            flex: 1.9; }

@media only screen and (max-width: 1000px) {
  .landing-block__image--mobile {
    border: 4px solid #f9fcff;
    display: block !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .landing-block__image {
    border: none;
    background: none !important; }
  .landing-block__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 300px 24px 0px 24px; }
    .landing-block__text .text-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .landing-block__text .spacing {
      -webkit-box-flex: 0;
      -webkit-flex: 0;
          -ms-flex: 0;
              flex: 0; }
  .landing-block .btn-wrapp, .landing-block .text-content {
    text-align: center; } }


/*# sourceMappingURL=landing-block-script.css.map*/