#latestMortgageDeals {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#latestMortgageDeals .backgroundImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background-image: url(/i/latest_mortgage_deals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#latestMortgageDeals .latestMortgageDealsHeading {
  margin-bottom: 11px;
  display: flex;
  align-items: flex-start;
  opacity: 0.9;
  font-size: 28px;
  color: #ffffff;
  padding: 0 30px;
}

#latestMortgageDeals .houseIcon {
  width: 33px;
  height: 31px;
  object-fit: contain;
  margin-right: 10px;
  margin-top: 3px;
}

#latestMortgageDeals .latestMortgageDealsDescription {
  margin-bottom: 54px;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.colorMortgageDeals {
  color: #323234 !important;
}

.mortgageDealsButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 110px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 16.5px;
  color: #ffffff;
  cursor: pointer;
  padding: 0.85rem 1.4rem;
  text-decoration: none;
}

.mortgageDealsButton:hover {
  background: #ffffff;
  color: #38accd;
}

.see_all_deals_link {
  color: #38accd !important;
  text-decoration: underline !important;
}

/* ONLY DESKTOP */
@media only screen and (min-width: 620px) {

  #latestMortgageDeals .latestMortgageDealsDescription {
    font-size: 20px;
  }
}
