.featured_players_profile {
    padding-top: 80px;
    background-color: #F7F7F7;
}

.featured_players_profile_content {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.featured_players_profile_stats,
.featured_players_profile_info {
    display: flex;
}

.featured_players_profile_info_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}

.featured_players_profile_stats,
.featured_players_profile_rank {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured_players_profile_info_img {
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px;
}

.featured_players_profile_info h4 {
    color: #039;
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}

.featured_players_profile_info p {
    color: #02388F;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}

.featured_players_profile_info ul {
    display: flex;
    gap: 20px;
}

.featured_players_profile_info_text img {
    width: 13px;
    height: 13px;
}

.featured_players_profile_rank .blue_button_style {
    background-color: #305CDE;
}

.featured_players_profile_stats div:first-child {
    border-right: 1px solid #02388F;
    padding-right: 40px;
}

.featured_players_profile_stats div:last-child {
    padding-left: 40px;
}

.featured_players_profile_stats h3 {
    color: #02388F;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.featured_players_profile_stats p {
    color: #02388F;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}

body {
    margin: 0;
    font-family: sans-serif;
    background-color: #F7F7F7;
  }
  
  .section_featured_players_tab {
    background: #E9E9E9;
    padding: 60px 0 80px;
  }
  
  .featured_players_line {
    width: 100%;
    height: 8px;
    background-color: #CFD6DC;
    margin-bottom: 40px;
    border-radius: 5px;
  }
  
  .featured_players_profile_tabs_title {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
    position: relative;
  }
  
  .featured_players_profile_tabs_title p {
    color: #02388F;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 15px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #CFD6DC;
    cursor: pointer;
  }
  
  .featured_players_profile_tabs_title p.active {
    color: white;
    background-color: #02388F;
  }
  
  .tab-indicator-line {
    position: absolute;
    top: -48px;
    width: 300px;
    height: 8px;
    background-color: #02388F;
    border-radius: 5px;
    width: 300px;
  }
  .featured_players_profile_tabs_content_item {
    border-radius: 20px;
    background: #F7F7F7;
    box-shadow: 14px 20px 50px 0 rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-top: 40px;
    position: relative;
    display: none;
  }
  
  .featured_players_profile_tabs_form{
    display: flex;
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    background: #039;
    padding: 20px 40px;

  }
  .featured_players_profile_tabs_form_right{
    display: flex;
    gap: 77px;
  }
  .featured_players_profile_tabs_content_item.no_padding{
    padding: 0px;
  }
  .featured_players_profile_tabs_form p{
    color: white;
  }
  .list_of_tournaments_item{
    display: flex;
     justify-content: space-between;
   padding: 20px 40px;
   border-bottom: 1px solid #E9E9E9;

   
    
  }
  .list_of_tournaments_item_right{
    display: flex;
    gap: 96px;
  }
  .news-content{
    padding: 40px 0px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; 
    
  }
  .gallery-grid{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 0px 40px;
    flex-wrap: wrap;
  }
  .gallery-grid img{
    width: 228px;
    height: 188px;
  }
  
  @media screen and (max-width: 991px){
    .list_of_tournaments_item_left p{
        width: 200px;
      }
      .list_of_tournaments_item{
        overflow: auto;
    }
   .featured_players_profile_tabs_form{
  
    overflow-x: auto;
   }
   .featured_players_profile_tabs_form_right p{
    width: 100px;
    text-align: right;
   }
   .featured_players_profile_tabs_form_right{
    margin-left: 100px;
   }
   .list_of_tournaments_item_left{
    margin-right: 70px;
   }
   .gallery-grid img{
    width: 47%;
    height: auto;
  }
  .gallery-grid{
    padding: 20px ;
  }
  .featured_players_profile_tabs_content_item.gallery{
    padding: 0px;
  }

  .featured_players_profile_info_img img{
    width: 100px;
  }
  .featured_players_profile_stats h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .featured_players_profile_stats p{
    font-size: 14px;
  }
  .featured_players_profile_stats div:first-child{
    padding-right: 20px;
  }
  .featured_players_profile_stats div:last-child{
    padding-left: 20px;
  }
  
  }
@media screen and (max-width: 768px){
    .gallery-grid img {
        width: 46%;
    }
    .featured_players_line,
    .tab-indicator-line{
        display: none;
    }
    .featured_players_profile_tabs_title{
        flex-wrap: wrap;
        padding: 0px;
    }
    .featured_players_profile_tabs_title div{
        width:48%;
    }
}
@media screen and (max-width: 576px){
    .featured_players_profile_tabs_title div{
        width:45%;
    }
    .featured_players_profile_content{
        flex-direction: column;
    }
    .featured_players_profile_info{
        flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .featured_players_profile_info_text{
        margin-left: 0px;
    }
    .featured_players_profile_info_text{
        text-align: center;
    }
    .featured_players_profile_info_img{
        margin-bottom: 10px;
    }
    .featured_players_profile_rank{
        margin: 20px 0px;
    }
    .featured_players_profile_tabs_title p{
        font-size: 16px;
    }
    .gallery-grid {
        padding: 20px;
        justify-content: space-between;
    }
    .gallery-grid img {
        width: 44%;
    }
    .featured_players_profile_info_img img{
        width: 80px;
      }
      .featured_players_profile_info{
        font-size: 22px;
      }
      .featured_players_profile_stats h3{
        font-size: 22px;
      }
      .featured_players_profile_stats p{
        font-size: 18px;
      }
     .featured_players_profile_stats{
        margin-top: 10px;
     }
     .featured_players_profile_tabs_content_item.biography{
        padding: 40px 20px;
     }
     .featured_players_profile_tabs_form,
     .list_of_tournaments_item{
        padding: 20px;
     }
}