@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif;
}

.blog .head {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .blog .head {
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
}
.blog .news-card {
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.blog .news-card .card-img-top {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.blog .news-card .card-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  .blog .news-card .card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }
}
.blog .news-card .text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.blog .news-card .read-more {
  color: #F47115;
}

.form .head {
  font-size: 40px;
  font-weight: 500;
  color: #F47115;
}
@media (max-width: 575.98px) {
  .form .head {
    font-size: 22px;
    font-weight: 500;
    color: #F47115;
  }
}
.form .form-label {
  font-size: 20px;
  font-weight: 500;
  color: #7d7d7d;
}
@media (max-width: 575.98px) {
  .form .form-label {
    font-size: 18px;
    font-weight: 500;
    color: #7d7d7d;
  }
}
.form .form-control {
  border: 1px solid #858585;
  border-radius: 5px;
  padding: 10px;
}
.form .form-control:focus {
  box-shadow: none;
}
.form .submit-btn {
  background: #1A9908;
  color: #fff;
}
.form .submit-btn:hover {
  background: #1abe05;
}
.form .submit-btn:focus {
  border: none;
  color: #fff;
  background: #1abe05;
}
.form .text {
  font-size: 24px;
  font-weight: 400;
  color: #7d7d7d;
}
@media (max-width: 575.98px) {
  .form .text {
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
  }
}/*# sourceMappingURL=style.css.map */