.about-area {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #EEF5F6;  
}

.about-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.about-logo img {
  width: 100%;
  border-radius: 20px;
}

.about-contents h5,
.socialbtns h5 {
  font-weight: 600;
  color: #009cdf;
  text-align: center;
  font-size: 25px;
}

.contact-body p {
  font-size: 14px;
  margin: 0;
  color: #4b4b4b;
}

.footer-address {
  text-align: center;
  color: #4b4b4b;
}

.socialbtns,
.socialbtns ul,
.socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
  list-style: none outside none;
  display: inline-block;
}

.socialbtns a i {
  width: 40px;
  height: 40px;
  color: #009cdf;
  background-color: #fff;
  border: 1px solid #009cdf;
  padding-top: 12px;
  border-radius: 50px;
  font-size: 22px;
  line-height: 16px;
}

.socialbtns ul li a {
  text-decoration: none;
}

.socialbtns h5 {
  color: #009cdf;
  font-weight: 600;
}

.footer {
  background-color: var(--primary-color);
  padding: 1.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.footer-l p {
  margin: 0;
}

.footer-r p {
  margin: 0;
  float: right;
}

.footer-r p a,
.footer-l p a {
  color: #fff;
  text-decoration: none;
}

.footer-media img {
  width: 10%;
  margin-top: 0.3rem;
}

.footer-media {
  font-size: 14px;
  font-weight: 500;
  margin: .5rem;
  margin-left: 5rem;
  display: flex;
  gap: 5px;
  align-items: center;
}

.footer-address {
  font-size: 14px;
  text-align: center !important;
  width: 90%;
  margin: 0 auto;
}

.map {
  border: 1px solid #009CDF;
  border-radius: 5px;
}

.about-logo {
  padding: 3rem 0;
}

.about-contents p {
  text-align: justify;
}
