.ai-agents-banner-section {
  padding-bottom: 3rem;
}
.ai-agents-banner-section .right-banner-div {
  width: 38%;
  padding-top: 5rem;
}
.ai-agents-banner-section .right-banner-div img {
  max-width: unset;
}
.ai-agents-banner-section .banner-services-div {
  border: 0.92px solid #cfc7bb;
}
.ai-agents-build-section .service-grid {
  flex-wrap: wrap;
  border-left: 1px solid #d8cfc0;
}
.ai-agents-build-section .service-card {
  border-right: 1px solid #d8cfc0;
  border-bottom: 1px solid #d8cfc0;
  flex: 1 1 calc(27.333% - 1px);
}
.ai-agents-build-section .service-card:nth-child(n + 4) {
  border-bottom: unset;
}
.ai-agents-build-section .service-card h3 {
  margin: 1.625rem 0 1.375rem;
}
.ai-agents-build-section .service-card > a {
  margin-top: 7rem;
  padding-top: unset;
}
.ai-agents-built-around-section .heading-generic-div {
  justify-content: space-between;
}
.ai-agents-built-around-section .heading-eyebrow-div {
  width: 52%;
}
.ai-agents-built-around-section .content-work-card {
  gap: 3rem;
}
.ai-agents-built-around-section .content-work-card h4 {
  font-size: 2rem;
  margin: 1rem 0;
}
.ai-agents-built-around-section .work-card .content-work-card {
  width: 90%;
}
.ai-agents-built-around-section .work-health .service-number {
  color: #f3eee4;
}
.core-capablities-main-div {
  margin-top: 4.8125rem;
  display: flex;
  justify-content: space-between;
}
.core-capabilities-left-div {
  width: 43%;
}
.core-capabilities-left-div .eyebrow {
  color: #f0441e;
}
.core-capabilities-right-div {
  width: 50%;
}
.core-capabilities-right-div ul {
  display: flex;
  flex-direction: column;
}
.core-capabilities-right-div ul li {
  padding: 1rem 0.25rem;
  color: #181714;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 600;
  border-top: 0.92px solid #cfc7bb;
  transition: 0.3s ease-in-out;
}
.core-capabilities-right-div ul:last-child {
  border-bottom: 0.92px solid #cfc7bb;
}
.core-capabilities-right-div ul li:hover {
  color: #f0441e;
  transition: 0.3s ease-in-out;
}
.ai-agents-clarity-section {
  background-color: #1d1d19;
}
.ai-agents-clarity-section .work-card .content-work-card {
  padding: unset;
}
.ai-agents-clarity-section .work-card {
  width: 47%;
  padding: 1.6875rem 1.6875rem;
  justify-content: space-between;
}
.ai-agents-clarity-section .work-card img {
  border: 1px solid #d0c7ba;
  width: 47%;
}
.ai-agents-clarity-section .work-card h4 {
  text-transform: capitalize;
}
.ai-agents-clarity-section .work-health span,
.ai-agents-clarity-section .work-health h4,
.ai-agents-clarity-section .work-health a {
  color: #181714;
}
.ai-agents-clarity-section .work-health h4 {
  margin-top: 1rem;
}
.ai-agents-clarity-section .work-health .content-work-card {
  width: 80%;
}
.tools-section {
  padding: 8rem 0;
  background-color: #f3eee4;
}
.tools-section .heading-generic-div {
  display: flex;
  gap: 8rem;
  align-items: end;
}
.tools-section .heading-generic-div h2 {
  color: #181714;
}
.tools-section .heading-generic-div .hero-description {
  color: #666159;
}
.tools-main-div {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #cfc7bb;
}
.tools-single-service {
  border-right: 1px solid #cfc7bb;
  border-bottom: 1px solid #cfc7bb;
  width: 16.6%;
  padding: 4.0625rem 1.4375rem 1.4375rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.tools-single-service:nth-child(-n + 5) {
  border-top: 1px solid #cfc7bb;
}
.tools-single-service p {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3213rem;
  letter-spacing: 0%;
  color: #181714;
}
.tools-single-service:hover {
  background-color: #fffdf8;
}
/* .ai-chatbot-main-banner-div {
  align-items: center;
} */
@media (max-width: 768px) {
  .core-capablities-main-div {
    flex-direction: column;
    gap: 3rem;
  }
  .core-capabilities-left-div,
  .core-capabilities-right-div {
    width: 100%;
  }
  .ai-agents-clarity-section .work-card {
    width: 62%;
  }
  .tools-single-service {
    width: 27%;
  }
  .tools-main-div {
    margin-top: 3rem;
  }
  .tools-single-service:nth-child(-n + 5) {
    border-top: unset;
  }
  .tools-single-service:nth-child(-n + 3) {
    border-top: 1px solid #cfc7bb;
  }
  .tools-section .heading-generic-div {
    flex-direction: column;
    align-items: unset;
    gap: 2rem;
  }
  .ai-agents-build-section .service-card:nth-child(4) {
    border-bottom: 1px solid #d8cfc0;
  }
  .ai-agents-banner-section .left-banner-div {
    width: 79%;
  }
  .ai-agents-banner-section .right-banner-div {
    width: 42%;
    display: flex;
    align-items: center;
    padding-top: unset;
    position: relative;
  }
  .ai-agents-built-around-section .heading-eyebrow-div {
    width: 92%;
  }
  .content-work-card p {
    margin-bottom: 0.45rem;
  }
}
@media (max-width: 580px) {
  .tools-single-service:nth-child(-n + 3) {
    border-top: unset;
  }
  .tools-single-service:nth-child(-n + 2) {
    border-top: 1px solid #cfc7bb;
  }
  .tools-single-service {
    width: 38%;
  }
  .ai-agents-clarity-section .work-card {
    width: 82%;
  }
  .ai-agents-banner-section .left-banner-div {
    width: 100%;
    max-width: 85%;
  }
  .ai-agents-banner-section .right-banner-div {
    display: none;
  }
  /* .ai-agents-banner-section .right-banner-div img {
    position: absolute;
    top: 23%;
  } */
  .ai-chatbot-main-banner-div {
    align-items: unset;
  }
  .service-banner-section .main-banner-div {
    gap: 1rem;
  }
}
@media (max-width: 415px) {
  .ai-agents-banner-section .left-banner-div {
    width: 100%;
  }
  .ai-agents-banner-section .right-banner-div img {
    display: none;
  }
  .ai-agents-banner-section .right-banner-div {
    width: 0%;
  }
}
