.download-sec {
  padding-top: 30px;
  padding-bottom: 24px;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.adjustment {
  margin-top: 30px;
  padding-top: 3rem;
}
.contact-section {
  padding: 64px 0;
}
.form {
  /* border: 3px solid #eee; */
  padding: 10px;
}
.form input {
  background-color: #eee;
  border: #eee;
}
.form textarea {
  background-color: #eee;
}
.text-center button {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}
#change {
  background-color: #2d2b46;
}
.image {
  max-width: 200px;
}

.card {
  box-shadow: 0.5px 0.5px 20px #eee;
  border: none;
}
@media only screen and (max-width: 991px) {
  .view-ajdustment {
    padding-bottom: 20px;
  }
  .card {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .adjustment {
    margin-top: 0px;
    padding-top: 3px;
  }
  .footer-top {
    text-align: center;
  }
}
