.sports{
  .contents-block{
    padding-bottom: 80px;
    @media screen and (max-width: 767px){
      padding-bottom: 20px;
    }
  }
  h4{
    font-size: 20px;
    margin-bottom: 12px;
    @media screen and (max-width: 767px){
      line-height: 1.5;
      margin-bottom: 8px;
    }
  }
  p{
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  figure{
    img{
      vertical-align: bottom;
    }
  }
}

.sports-sponsor{
  gap: 40px;
  margin-bottom: 40px;
  @media screen and (max-width: 767px){
    gap: 8px;
  }
  .col-item{
    width: calc(100% - 400px - 40px);
    @media screen and (max-width: 767px){
      width: 100%;
    }
    &:first-child{
      max-width: 400px;
    }
    &:last-child{
      figure{
        max-width: 150px;
      }
    }
  }
}
.sports-projects{
  gap: 40px;
  margin-bottom: 40px;
  @media screen and (max-width: 767px){
    gap: 8px;
  }
  .col-item{
    width: calc(100% - 200px - 40px);
    @media screen and (max-width: 767px){
      width: 100%;
    }
    &:first-child{
      max-width: 200px;
      @media screen and (max-width: 767px){
        max-width: 100%;
      }
    }
  }
  .btn-revers{
    transition: all .4s;
    &:hover{
      color: #fff;
      &::after{
        background: url(/_assets/common/images/icon-blank.svg) no-repeat;
      }
    }
  }
}

