/* ONLY MOBILE */
#mobileMortgageDeals {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#mobileMortgageDeals .mortgageDeal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 0 20px;
  box-sizing: border-box;
  border-radius:12px;
}

#mobileMortgageDeals .mortgageDealHeading {
  padding: 25px 0;
  padding-bottom: 30px;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #303030;
}

#mobileMortgageDeals .providerImage {
  width: 163px;
  object-fit: cover;
  background: lightgrey;
}

#mobileMortgageDeals .mortgageDealRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 0.6px #d9d9d9;
  padding: 19px 0;
}


#mobileMortgageDeals .mortgageDealRow:nth-child(2n + 0) {
  border-bottom: none;
}

#mobileMortgageDeals .mortgageDealRow p {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  color: #323234;
}

#mobileMortgageDeals .mortgageDealRowHeading {
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  color: #323234;
}

#mobileMortgageDeals .learnMore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 110px;
  background-color: #45c4d8;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: Lato;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

#mobileMortgageDeals .mortgageDealFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-top: solid 0.6px #d9d9d9;
  cursor: pointer;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  color: #323234;
}
.see_all_deals_link{
  text-decoration: none;
  color: #323234;
}

@media only screen and (min-width: 621px) {
  #mobileMortgageDeals {
    display: none;
  }
}
