/* service-page */
.service-container-wrapper {
  width: 924px;
  margin: 0px auto;
}

.service-heading h2 {
  color: #146467;
  font-family: "Poppins";
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.73px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}

.service-desc p {
  color: rgb(51, 51, 51, 0.8);
  font-family: "Poppins";
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  padding-bottom: 10px;
}

.service-desc p code {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 33px;
  border: none;
  background: none;
  padding: 0px !important;
}

.text-center {
  padding: 0px 15px;
}

.text-center h1 {
  text-align: left !important;
}

.text-center p {
  text-align: center !important;
}

.service-desc h3 {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 33px;
  border: none;
  background: none;
}

.service-desc ul {
  padding-left: 50px;
  padding-top: 30px;
}

.service-desc ul li {
  list-style: disc;
}

.situation-sec {
  background-color: #e9e9e9;
  padding: 80px 0px;
}

.situation-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

/* service-crope */

.service-card-desc {
  text-align: center;
  margin-bottom: 59px;
}

.service-card-img img {
  height: 53px;
}

.service-card-img {
  padding-bottom: 17px;
}

.service-card-detial h2 {
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.14px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.service-card-detial p {
  opacity: 0.5;
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.service-card {
  margin: 0px;
  padding-top: 59px !important;
}

.card-align-rigth {
  float: right;
  width: 100%;
  padding-left: 20px;
}

.content-tittle {
  color: #000000;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  padding-bottom: 30px;
}

.content-tittle label {
  /* text-underline-position: below; */
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  border-bottom: 2px solid #000000;
  /* padding: 14px 25px; */
}

/* farmer */

.farmer-profile {
  padding-top: 75px;
}

.farmer-profile img {
  width: 100%;
}

.text-highlight {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8) !important;
}


ul.press-list{
  margin:0;
  padding:0 0 0 15px;
}

ul.press-list li{
  font-family: "Poppins";
font-size: 16px;
line-height: 33px;
text-align: left;
padding-bottom: 10px;
}

/* mobile reponsive */
@media screen and (max-width: 767px) {
  .service-desc p {
    font-size: 14px;
    line-height: 28px;
  }

  .service-container-wrapper {
    margin: 0px auto;
    width: 100%;
  }

  .service-heading h2 {
    font-size: 32px;
  }

  .situation-desc {
    flex-direction: column;
  }

  .situation-desc-btn {
    text-align: center;
    align-self: center;
    align-items: center;
    align-content: center;
  }

  .text-center p {
    text-align: justify !important;
  }
}

@media screen and (max-width: 991px) {
  .service-container-wrapper {
    margin: 0px auto;
    width: 100%;
  }
}

@media only screen and (max-width: 555px) and (min-width: 100px) {
  body div.zsiq-mobhgt[embedtheme].siqembed {
    height: 75% !important;
  }
}

.pl-space{
  padding-left: 40px;
  padding-right: 40px;
}

@media(max-width:767px){
  .pl-space{
  padding-left: 15px;
  padding-right: 15px;
}

}