.contact-form {
  /* background-color: #2d3e50; */
  border: 1px solid #2d3e50;
  padding: 30px;
  border-radius: 10px;
  width: 600px;
}
.contact-form-btn {
  background-color: #2d3e50;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
}
.services {
  padding-top: 0;
}
.sec-2 img {
  height: 60px;
  width: auto;
}
.logo-text h3 {
  color: white;
}
.box {
  padding-top: 150px;
  padding-bottom: 30px;
}
.pricing-box {
  background-color: #2d3e50;
  padding: 40px;
  margin: 40px 0;
}
.product-card {
  background-color: white;
  width: 350px;
  border-radius: 10px;
  padding: 20px;
}
.product-btn {
  background-color: #39d196;
  padding: 10px 20px;
  outline: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  display: block;
  color: white;
  border-radius: 10px;
}
.modal-form {
  padding: 30px;
}
.product-heading h3 {
  color: #2d3e50;
}
.product-heading h3 {
  color: #2d3e50;
}
.product-price h2 {
  color: #39d196;
}
.bookkeeping-services {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  /* border: 1px solid #2d3e50; */
}
.product-btn:hover {
  color: #fff !important;
}
.beekeeping-service-box {
  /* background-color: #2d3e50; */
  padding: 30px;
  padding-bottom: 60px;
}
.bookkeeping-contact {
  background-color: #f3f8ff;
}
@media (max-width: 575px) {
  .services .content-boxx {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 !important;
  }
  .allservices .all-services-second {
    margin-top: 20px;
  }
  .product-card {
    margin-top: 20px;
  }
}
.allservices h2 {
  text-align: center;
}
.allservices {
  padding-bottom: 100px;
}
.allservices ul li {
  margin-top: 5px;
}
.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid red;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 40px;
  height: 350px;
}
.product-card ul li {
  list-style: disc;
}
.product-card button {
  margin-top: 15px;
}
