.blog-section {
  padding: 60px 0;
}
.blog-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 25px;
}
.blog-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.blog-content p {
  line-height: 1.8;
  color:#000;
  /*margin-bottom: 20px;*/
  text-align: justify;
}
.form-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.form-card h4 {
  color: #d35400;
  margin-bottom: 20px;
  font-weight: 600;
}
.btn-theme {
  background-color: #d35400;
  color: #fff;
  border: none;
}
.btn-theme:hover {
  background-color: #b94200;
}

button.btn.btn-theme.w-100 {
    background-color: #d35400;
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
}