.nff-about-v18 .nffa-image {
    position: relative;
}

.nff-about-v18 .nffa-content {
    text-align: center;
}

.nff-about-v18 .nffa-image-wrapper {
    padding: 0 24px;
}
.nff-about-v18 .nffa-content-wrapper {
    text-align: center;
}
.nff-about-v18 .nffa-content-wrapper .nffa-content h1 {
    color: #000;
    font-size: 44px;
    line-height: 52px;
    margin-top: 0;
}

.nff-about-v18 .nffa-content-wrapper .nffa-content p {
    font-size: 34px;
    line-height: 40px;
}

.nff-about-v18 .nffa-list ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.nff-about-v18 .nffa-list li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 12px;
}

.nff-about-v18 .nffa-list li:last-of-type {
    margin-bottom: 0;
}

.nff-about-v18 .nffa-list li i {
    margin-right: 8px;
    background-color: #EFE7DA;
    padding: 4px;
    color: #89AC92;
}

.nff-about-v18 .nffa-list-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #000;
}

.nff-about-v18 .nffa-service-list {
    background: #fff;
    margin-bottom: 12px;
    padding: 4px 8px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .09);
    transition: all 0.3s ease-in-out;
}
.nff-about-v18 .nffa-service-list a {
    font-size: 25px;
}

.nff-about-v18 .nffa-service-list:hover {
    background: #EFE7DA;
}

.nff-about-v18 .nffa-service-list i {
    margin-right: 8px;
    background-color: #EFE7DA;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    color: #89AC92;
    font-size: 16px;
    transition: all 0.7s ease-in-out;
}

.nff-about-v18 .nffa-service-list:hover i {
    background: #89AC92;
    color: #fff;
}

.nff-about-v18 .nffa-service-list .nffa-textflip-wrapper {
  position: relative;
  display: inline-block; 
  /* overflow: hidden;  */
  height: 30px; 
}

.nff-about-v18 .nffa-service-list .nffa-textflip1,
.nff-about-v18 .nffa-service-list .nffa-textflip2 {
  display: block;
  transition: all 0.3s ease-in-out;
}

.nff-about-v18 .nffa-service-list .nffa-textflip1 {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  z-index: 2;
}

.nff-about-v18 .nffa-service-list .nffa-textflip2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}

.nff-about-v18 .nffa-service-list:hover .nffa-textflip1 {
  opacity: 0;
  transform: translateY(-100%);
  z-index: 1;
}

.nff-about-v18 .nffa-service-list:hover .nffa-textflip2 {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}


@media (min-width:992px) {
    .nff-about-v18 .nffa-content-wrapper {
        margin-bottom: 0;
    }

    .nff-about-v18 .nffa-content {
        text-align: start;
    }

    .nff-about-v18 .nffa-list ul {
        text-align: start;
    }

    .nff-about-v18 .nffa-image {
        margin-right: 40px;
    }

    .nff-about-v18 .nffa-list-wrapper {
        left: -32px;
        bottom: 60px;
    }
    .nff-about-v18 .nffa-content-wrapper {
        text-align: left;
    }
}