.farmi-about-work-with-us-block .faq-area {
  z-index: inherit;
  position: relative;
  background-color: var(--bg-color);
  padding-top: 120px !important;
}
.farmi-about-work-with-us-block .faq-area .faq-items .items-center {
  align-items: center;
}
.farmi-about-work-with-us-block .faq-area .faq-items .thumb {
  position: relative;
  margin-top: -50px;
  z-index: 9;
}
@media (max-width: 991px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .thumb {
    display: block;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .thumb .thumb-img {
  position: relative;
  bottom: -50px;
  z-index: 9;
  height: 667px;
  width: 350px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .thumb .thumb-img {
    height: 627px;
    width: 310px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .thumb .thumb-img {
    height: 587px;
    width: 270px;
  }
}
@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .thumb .thumb-img {
    height: 547px;
    width: 230px;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view {
  margin-top: 6px;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .heading {
  margin-bottom: 30px;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .heading h2 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .heading h2 {
    margin-top: 60px;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .heading p {
  color: var(--text-color);
  text-transform: none;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .heading p {
    line-height: 1.4;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content {
  margin-top: 25px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content {
    padding-bottom: 30px;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card {
  border: none;
  margin-bottom: 31px;
  overflow: inherit;
  background: transparent;
  border-radius: 5px;
  padding: 0;
}
@media (max-width: 991px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card {
    margin-bottom: 21px;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-header h4 {
  color: var(--title-text-color);
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-header h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #086ad8;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-header h4 strong::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086ad8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-header h4 .iconfont {
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: 600;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-header .collapsed .iconfont {
  transform: rotate(-90deg);
  color: #999999;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-body {
  padding-left: 30px;
  padding: 0;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-body p {
  line-height: 1.9;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-body p {
    line-height: 1.4;
  }
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card .card-body p:last-child {
  margin-bottom: 0;
}
.farmi-about-work-with-us-block .faq-area .faq-items .bottom-view .faq-content .card:last-child {
  margin-bottom: 0;
}
