.call-back {
  max-width: 800px;
  margin: auto; }

@media (max-width: 991px) {
  .machine-learning-1 .col-md-12:nth-child(2), .machine-learning-2 .col-md-12:nth-child(2) {
    margin-top: 60px; } }

@media (max-width: 991px) {
  .ml-estrategy .col-md-6:nth-child(2) {
    margin-top: 60px; } }

.ecc-functional-comp {
  background-color: var(--grey-light); }
  .ecc-functional-comp .functional-components {
    position: relative; }
    .ecc-functional-comp .functional-components .dot-pattern {
      background-image: url(./../images/pattern-05.png);
      position: absolute;
      width: 330px;
      height: 400px;
      left: -90px;
      bottom: -60px;
      background-repeat: no-repeat;
      z-index: -1; }
    .ecc-functional-comp .functional-components .comp-box {
      background-color: #fff;
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important;
      box-shadow: 0 0 3px #3c485826 !important;
      border-radius: 5px;
      padding: 1.5rem !important;
      cursor: pointer;
      margin-bottom: 30px;
      width: 100%;
      min-height: 320px; }
      .ecc-functional-comp .functional-components .comp-box .short {
        height: 65px;
        width: 65px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem !important;
        border: 1px solid #424242;
        border-radius: 5px; }
      .ecc-functional-comp .functional-components .comp-box h3 {
        font-size: 18px;
        margin-bottom: 1rem !important; }
      .ecc-functional-comp .functional-components .comp-box p {
        margin-bottom: 0px;
        color: #898989 !important;
        font-size: var(--paragraph-font-16); }
      .ecc-functional-comp .functional-components .comp-box:hover {
        box-shadow: 0 5px 13px #3c48584f !important;
        transform: translateY(-10px); }
      @media (max-width: 768px) {
        .ecc-functional-comp .functional-components .comp-box {
          min-height: 260px; } }
      @media (max-width: 575px) {
        .ecc-functional-comp .functional-components .comp-box {
          min-height: auto; } }
    @media (max-width: 991px) {
      .ecc-functional-comp .functional-components {
        column-gap: 15px; } }

.ai-learning-services .ai-services {
  padding: 0 0.5rem;
  margin-bottom: 50px; }

/*# sourceMappingURL=machine-learning-ai.css.map */
