.get-quote-section.--no-bottom-section .get-quote-section__info {
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: -50px;
}

.get-quote-section__main {
  margin: auto;
  max-width: 1050px;
  padding: 0 15px 82px;
  position: relative;
  z-index: 1;
}

.get-quote-section__img {
  max-height: 360px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

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

.get-quote-section__info {
  position: relative;
  z-index: 2;
  background-color: #d4d8ef;
  padding-bottom: 28px;
}

.get-quote-section__info-item:nth-of-type(1) {
  width: 100%;
}

.get-quote-section__info-item:nth-of-type(2) {
  width: 64%;
  padding-left: 8px;
  padding-right: 15px;
}

.get-quote-section__info-item:nth-of-type(3) {
  width: 36%;
}

.get-quote-section__info-item:nth-of-type(4) {
  width: 100%;
  text-align: center;
}

.get-quote-section__info-item .btn {
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 203px;
  margin-top: 14px;
}

.get-quote-section__info-item .btn.--full-width {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.get-quote-section__info-card {
  padding: 0 16px;
  margin: -45px auto 0;
  max-width: 698px;
  display: flex;
  flex-wrap: wrap;
}

.get-quote-section__info-card-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

.get-quote-section__info-card-text {
  font-size: 14px;
}

.get-quote-section__info-card a.get-quote-section__info-card-text {
  color: #001e62;
}

.get-quote-section__info-card a.get-quote-section__info-card-text:hover {
  color: #f76700;
}

.icon-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}

.icon-label__icon {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  width: 27px;
}

.icon-label__icon img {
  width: 20px;
}

.icon-label__label {
  font-weight: 700;
  font-size: 19px;
}

@media screen and (min-width: 575px) {
  .get-quote-section__info-item:nth-of-type(2) {
    width: 37%;
    padding-left: 29px;
    padding-right: 15px;
  }

  .get-quote-section__info-item:nth-of-type(3) {
    width: 27%;
  }

  .get-quote-section__info-item:nth-of-type(4) {
    width: 36%;
  }

  .icon-label {
    justify-content: flex-start;
    margin-bottom: 3px;
  }

  .icon-label__label {
    font-size: 14px;
    text-transform: uppercase;
  }
}

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

  .get-quote-section__img {
    margin-bottom: 0;
  }

  .get-quote-section__info {
    padding-bottom: 45px;
  }

  .get-quote-section__info-item:nth-of-type(2) {
    width: 36%;
    padding-left: 27px;
  }

  .get-quote-section__info-item:nth-of-type(3) {
    width: 33%;
    padding-right: 15px;
  }

  .get-quote-section__info-item:nth-of-type(4) {
    width: 31%;
  }
}