* {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
}

a {
  text-decoration: none;
}
.footer-dots-container {
  max-width: 1200px;
  margin: auto;
}
.footer {
  background-color: #f2e1d9;
}
.footer-dots-1-bg {
  background-color: #fff;
}

.footer-dots-1 {
  width: 98%;
  padding-top: 100px;
  padding-bottom: 75px;
  background: #f2e1d9;
}
.footer-dots-1-cards {
  display: flex;
  justify-content: space-between;
}
/* .footer-dots-1-card {
  margin: auto;
} */
.footer-dots-1-card-img {
  margin-bottom: 22px;
}
.footer-dots-1-card-p1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
  text-transform: capitalize;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
}
.footer-dots-1-card-p2 {
  color: #57667e;
  font-size: 17px;
}
.footer-dots-2-card {
  display: flex;
  margin-right: 10px;
}
.footer-dots-2 {
  padding-top: 100px;
  padding-bottom: 50px;
  background: #1d2547;
}

.footer-dots-2-logo {
  max-width: 33.333333%;
  /* margin-right: 160px; */
}
.footer-dots-2-logo-p {
  padding-right: 93px;
  color: #c2c5db;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-dots-2-links {
  margin-left: auto;
}
.footer-dots-2-logo-i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #fff;
  transition: 0.5s;
}
.ooter-dots-2-links-h {
  color: #fff;
  font-size: 19px;
  margin-bottom: 60px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.footer-dots-2-logo-is a :hover {
  background-color: #fd8f5f;
  border: none;
}
.footer-dots-2-a {
  margin-bottom: 30px;
  display: block;
  color: #c2c5db;
  font-weight: 300;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.footer-dots-2-a:hover {
  color: #fd8f5f;
  transition: 0.5s;
  text-decoration: underline;
}
