.services {
  display: flex;
  justify-content: center;
  background: url(../img/services_background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.services .services-title {
  margin: 18rem auto;
}

.services .services-title h1 {
  font-size: 3.8rem;
  margin: 0 0 1.5rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
  line-height: 1.5;
}

.services .services-title h3 {
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
}

@media (max-width: 768px) {
  .services {
    background-position: left !important;
    background-attachment: unset !important;
  }

  .services .services-title h1 {
    font-size: 2.8rem !important;
    margin: 0 0 0.8rem !important;
  }

  .services .services-title h3 {
    font-size: 1rem !important;
  }
}

.service-section {
  margin: 2rem 0 3rem;
}

.service-section h2 {
  color: #ff4500;
  text-align: center;
  margin: 1rem 0;
}

.service-section p {
  text-align: center;
  width: 60%;
  margin: auto;
}

@media (max-width: 768px) {
  .service-section p {
    width: 90%;
  }
}

.type {
  display: flex;
  padding: 0 1.5rem;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  justify-content: center;
}

.type .loan {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 2rem 0;
}

.type .loan h2 {
  color: #3e467b;
  font-size: 1.2rem;
}

.type .loan button {
  width: 8rem;
  margin: auto;
  height: 2.2rem;
}

.type .loan button a {
  padding: 8px;
}

.type .loan .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.type .loan .content img {
  height: 50px;
}

.type .loan .content p {
  width: 90%;
  margin: 1.5rem auto;
  font-size: 15px;
  line-height: 1.8;
}

.service-section ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}

.service-section ul li {
  width: 30%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin: 1rem 0;
  color: #3e467b;
  font-weight: 600;
}

.service-section ul li p {
  width: 90%;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.applyBtn {
  margin: 2rem auto;
  display: flex;
}

#applyBtn {
  width: 8rem;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .type .loan,
  .service-section ul li {
    width: 45%;
  }
}

@media screen and (max-width: 500px) {
  .type .loan,
  .service-section ul li {
    width: 100%;
  }
}
