.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-image {
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mail-link {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.red-section {
  margin-top: -16px;
  margin-bottom: 13px;
}

.call, .email {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

.call-link {
  width: 100%;
  height: 100%;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.red-call {
  width: 100%;
  height: 10vh;
  background-color: #03045e;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container {
  margin-top: -274px;
  margin-bottom: 198px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
}

.div-block {
  color: #0096c7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -505px auto 47px;
  display: flex;
  overflow: hidden;
}

.text-block {
  color: #03045e;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 49px;
  padding-right: 49px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.text-block.tt {
  color: #007ca5;
  padding-top: 37px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .background-image {
    width: auto;
    height: auto;
    min-height: 0;
  }

  .image {
    width: auto;
    height: 100vh;
    max-height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .background-image {
    display: block;
    position: relative;
  }

  .image {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: -27%;
    right: 0%;
  }

  .mail-link, .call-link {
    display: block;
  }

  .button-text {
    font-size: 15px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .background-image {
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    object-fit: fill;
    flex-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .image {
    width: 320vw;
    height: 90vh;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    object-fit: fill;
    left: -111%;
    overflow: hidden;
  }

  .mail-link {
    display: block;
  }

  .red-section {
    overflow: visible;
  }

  .call-link {
    display: block;
  }

  .button-text {
    text-align: center;
    object-fit: fill;
    flex-wrap: wrap;
    flex: 1;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    overflow: hidden;
  }

  .div-block {
    margin-top: -471px;
    margin-bottom: 29px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block.tt {
    font-size: 12px;
    line-height: 15px;
  }
}

#w-node-bac73d10-4f1e-c7d7-dda5-c2606c84ebed-7dfe1013 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bac73d10-4f1e-c7d7-dda5-c2606c84ebee-7dfe1013, #w-node-bac73d10-4f1e-c7d7-dda5-c2606c84ebf3-7dfe1013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


