.sections-cards-container .card-wrapper:hover {
  scale: 1.04;
  background-color: #263b7b !important;
}
.sections-cards-container .card-wrapper:hover .card-heading, .sections-cards-container .card-wrapper:hover .main-description, .sections-cards-container .card-wrapper:hover li {
  color: #fff !important;
}

.btns a {
  display: flex;
  height: 2.5rem !important;
  text-decoration: none;
  font-family: "Satoshi-Bold";
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 0 1rem !important;
  /* background: red; */
}
.btns .primaryBtn {
  color: #fff;
  background-color: #263b7b;
}
.btns .secondaryBtn {
  border: 1.2px solid #263b7b;
  color: #263b7b;
  transition: all 0.3s ease-in-out;
}
.btns .primaryBtn:hover {
  background-color: #007BFF;
}
.btns .secondaryBtn:hover {
  background-color: #0d1a43;
  color: #fff;
}

.applyMortgageBtn {
  display: flex;
  background-color: #26387b;
  color: #fff !important;
  height: 2.4rem !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.2rem;
  font-family: "Satoshi-Bold";
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 4px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.applyMortgageBtn:hover {
  border-radius: 10rem;
}

.applyMortgageBtnSecondary {
  display: flex;
  height: 2.4rem !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.2rem;
  font-family: "Satoshi-Bold";
  text-transform: capitalize;
  background-color: #26387b;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 4px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.applyMortgageBtnSecondary .iconContainer {
  display: flex;
  height: 1.2rem;
  width: 1.2rem;
  align-items: center;
  justify-content: center;
}

.applyMortgageBtnSecondary:hover {
  border-radius: 10rem;
}/*# sourceMappingURL=btnStateHandler.css.map */