.features-switcher3 .arrow {
  opacity: 0; }

.features-switcher3__item {
  background: #fff; }
  .features-switcher3__item p.fs-h1 {
    font-size: 16px;
    font-weight: 600; }
  .features-switcher3__item p.fs-body {
    font-size: 16px; }
  .features-switcher3__item.active {
    border: 1px solid #009f6f; }
    .features-switcher3__item.active .arrow {
      width: 50px;
      height: 25px;
      position: absolute;
      top: 100%;
      opacity: 1;
      left: 50%;
      transform: translateX(-50%);
      overflow: hidden; }
      .features-switcher3__item.active .arrow::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 0;
        left: 50%;
        border: 1px solid #009f6f; }
