.get-quote-cta {
  margin: 23px auto 67px;
  padding: 0 32px;
  max-width: 930px;
}

.get-quote-cta__content {
  background-color: #e2eefa;
  padding: 33px 25px 36px;
  box-shadow: 0 10px 14px 2px rgba(0, 0, 0, 0.1490196078);
}

.get-quote-cta__info {
  text-align: center;
}

.get-quote-cta__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 25px;
}

.get-quote-cta__image img {
  width: 100%;
}

.get-quote-cta h3.get-quote-cta__title {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 33px;
  padding: 0;
}

.get-quote-cta__block-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.get-quote-cta__block-inner.--centered {
  justify-content: center;
}

.get-quote-cta__block-inner .btn {
  min-width: 203px;
  font-size: 20px;
  line-height: 1.3;
}

.get-quote-cta__block-inner-link {
  display: inline-block;
  margin-top: 29px;
}

.get-quote-cta__block-inner-link.--block {
  margin-top: 17px;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 100%;
}

.get-quote-cta__block-inner-link.--align-left {
  text-align: left;
}

.get-quote-cta__block-inner-link a {
  color: #174078;
  font-weight: 600;
  font-size: 16px;
}

.get-quote-cta__block-form {
  width: 100%;
}

.get-quote-cta__block-form ul li {
  padding: 2px 14px !important;
}

.get-quote-cta__block-form ul li:before {
  display: none !important;
}

.get-quote-cta__block-form .field-group input[type=text],
.get-quote-cta__block-form .field-group input[type=tel],
.get-quote-cta__block-form .field-group input[type=email] {
  background-color: white;
}

.get-quote-cta__block-form-cols {
  text-align: left;
}

.get-quote-cta__block-form-col {
  margin-bottom: 15px;
}

.get-quote-cta__block-form-col:last-of-type {
  margin-bottom: 0;
}

.get-quote-cta__block-form-btn {
  margin-top: 10px;
}

.get-quote-cta__block-form-content {
  display: none;
  padding-top: 17px;
}

.get-quote-cta__block-form-input {
  width: 100%;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.get-quote-cta__block-form-input input[type=tel] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #174078;
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 575px) {
  .get-quote-cta__image {
    height: 300px;
  }

  .get-quote-cta__image img {
    height: 100%;
    object-fit: cover;
  }

  .get-quote-cta__block-inner {
    flex-direction: row;
    align-items: center;
  }

  .get-quote-cta__block-inner .btn:not(.--free-width):not(.--full-width) {
    max-width: 52%;
    min-width: unset;
  }

  .get-quote-cta__block-inner .btn.--offset-right {
    margin-right: 17px;
  }

  .get-quote-cta__block-inner-link {
    margin-top: 0;
    max-width: calc(48% - 17px);
    text-align: left;
  }

  .get-quote-cta__block-form-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .get-quote-cta__block-form-col {
    width: 48%;
  }

  .get-quote-cta__block-form-input {
    margin-bottom: 0;
    margin-right: 20px;
    max-width: calc(48% - 20px);
  }
}

@media screen and (min-width: 767px) {
  .get-quote-cta {
    padding: 0 18px;
  }

  .get-quote-cta__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 40px 25px 36px;
  }

  .get-quote-cta__info {
    text-align: left;
    width: 60%;
    padding-left: 8px;
    padding-right: 30px;
    padding-top: 14px;
  }

  .get-quote-cta__image {
    height: auto;
    width: 40%;
    margin-bottom: 0;
  }

  .get-quote-cta__image img {
    height: auto;
    object-fit: unset;
  }

  .get-quote-cta h3.get-quote-cta__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .get-quote-cta__block-inner {
    justify-content: unset;
  }

  .get-quote-cta__block-inner .btn {
    font-size: 15px;
  }

  .get-quote-cta__block-inner .btn.--offset-right {
    margin-right: 12px;
  }

  .get-quote-cta__block-inner-link a {
    font-size: 15px;
  }
}

@media screen and (min-width: 991px) {
  .get-quote-cta__info {
    padding-right: 20px;
  }

  .get-quote-cta__block-inner .btn.--offset-right {
    margin-right: 8px;
  }

  .get-quote-cta__block-inner-link a {
    font-size: 13px;
  }

  .get-quote-cta__block-form-input {
    margin-right: 15px;
    max-width: calc(48% - 15px);
  }
}

@media screen and (min-width: 1080px) {
  .get-quote-cta__block-inner .btn.--offset-right {
    margin-right: 17px;
  }

  .get-quote-cta__block-inner-link a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .get-quote-cta__content {
    padding: 54px 46px 36px;
  }

  .get-quote-cta__info {
    padding-right: 30px;
  }

  .get-quote-cta h3.get-quote-cta__title {
    margin-bottom: 47px;
    line-height: 1.3;
  }

  .get-quote-cta__block-inner .btn {
    min-width: 203px;
    font-size: 20px;
  }

  .get-quote-cta__block-form-input {
    margin-right: 20px;
    max-width: calc(48% - 20px);
  }
}