.coach-page{
  .coach-feature{
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  border-radius: 12px;
  background: #924BFF;
  color: #fff;
  font-size: 18px;
}
.about_bg_center{
  background-color: #111C3A;
}
.about_bg_gradient{
  background-color:  #924BFF;
}
.arrow-card{
  position: relative;
  &::after{
    content: '';
    background-image: url('../images/coach/card-arrow.svg');
    position: absolute;
    top: 0px;
    right: 16px;
    width: 66px;
    height: 76px;
    background-repeat: no-repeat;
    background-size: contain;
}
}
.gray-bg-arrow{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 0;
}
.cowu-img{
  position: absolute;
  top: 0px;
  left: 20px;
}
.z-index-1{
  z-index: 1;
  position: relative;
}
.g-7 {
    --bs-gutter-y: 5rem;
    --bs-gutter-x: 5rem
}
.fs-18{
  font-size: 18px;
}
.collabe-img{
  position: absolute;
  top: 0px;
  right: 0px;
}
.arrow-ic{
  position: absolute;
  &.right{
    top: 50%;
    right: -66px;
    transform: translateY(-50%);
  }
  &.bottom{
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
  }
  &.left{
    top: 50%;
    left: -66px;
    transform: translateY(-50%);
  }
}
.collab-sec{
  .arrow-card{
    min-height: 210px;
  }
}
.pro-state{
  .colo-c{
    min-height: 200px;
  }
}
.lh-13 {
	line-height:1.3;
}
}

@media only screen and (max-width: 1200px) {
  .coach-page{
    .arrow-card{
    .fs-22{
      font-size: 18px;
      line-height: 1.5;
    }
    .fs-34 {
      font-size: 22px;
      line-height: 1.5;
    }
  }
  .collab-sec {
    .arrow-card {
        min-height: 230px;
    }
}
 .img-right {
	 position:relative;
 }
  }
  
  
}
@media only screen and (max-width: 992px) {
  .coach-page{
    .arrow-card{
    .fs-22{
      font-size: 14px;
      line-height: 1.5;
    }
    .fs-34 {
      font-size: 20px;
      line-height: 1.5;
    }
    
  }
  .fs-18{
      font-size: 12px;
    }

    .coach-feature {
    padding: 8px 16px;
    font-size: 14px;
}
    .collab-sec {
        .arrow-card {
            min-height: 180px;
        }
    }
    .pro-state {
    .colo-c {
        min-height: 160px;
    }
}
.g-7 {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 2rem;
}
.arrow-ic{
  height: 34px;
  width: 39px;
}
.arrow-ic {
    &.right {
        right: -33px;
    }
}
.arrow-ic {
    &.bottom {
        bottom: -33px;
    }
}
.arrow-ic {
    &.left {
        left: -33px;
    }
}
.deep-img {
        max-height: 400px;
        width: 100%;
        object-fit: cover;
    }
	 .cowu-img {
        max-height: 40px;
    }
	.h-arrow {
        top: -26px;
    }
  }
  
}
@media only screen and (max-width: 767.98px) {
  .coach-page{
    .collab-sec {
        .arrow-card {
            min-height: unset;
        }
    }
        .pro-state {
        .colo-c {
            min-height: unset;
        }
    }
    .deep-img {
        max-height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .coach-feature{
      img{
        height: 24px;
        width: 24px;
      }
    }
        .g-7 {
        --bs-gutter-y: 2.5rem;
    }
    .arrow-ic {
        &.bottom, &.left, &.right {
          top: unset;
          right: unset;
            bottom: -30px;
            left: 50%;
        }
        &.left{
          transform: translateX(-50%) rotate(-90deg);
        }
        &.right{
          transform: translateX(-50%) rotate(90deg);
          
        }
    }
    
    .arrow-card {
    &::after {
        max-height: 56px;
    }
}
.gray-bg-arrow {
    max-height: 90px;
}
  }
  
}