.services {
}

.services-background-parent {
  margin-top: 114px;
  width: 100%;
  height: 300px;
  position: relative;
}

.services-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0031b280;
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  font-size: 50px;
  font-weight: 700;
  font-family: poppinSemiBold;
  color: #ffffff;
  margin-bottom: 85px;
}

.services-parent {
  margin-top: -90px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-card-row {
  padding: 20px;
}

.service-card {
  align-items: center;
  margin-right: 0px !important;
}

.card-bottom {
  border-bottom: 1px solid #e5eaf7;
}

.service-card-photo {
  width: 300px;
  height: 300px;
}

.service-card-description {
  display: flex;
  flex-direction: column;
}

.service-card-description-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.service-card-description-desc {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 24px;
}

/* footer css */

.footer {
  padding-top: 40px;
}

.footer-about {
  width: 100%;
}

.footer-about-company {
  width: 130px;
  height: 90px;
}

.footer-about-description {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin-top: 25px;
}

.footer-link {
  width: 100%;
}

.footer-links-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.links {
  /* display: flex;
    flex-direction: column;
    row-gap: 14px; */
  margin-top: 20px;
}

.links-text {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.footer-social {
  width: auto;
}

.footer-social-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.socials {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
}

.social-photo {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
