#coaches {
    padding: 30px 0;
}

#players {
    padding: 30px 0;
}

.speakers-head span {
    color: #25aae1;
}

/*.speakers-head h1 {
    color: #262627;
    font-size: 50px;
}*/

.speakers-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speakers-head span i {
    font-size: 40px;
}

.speakers-block {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid transparent;
    padding: 30px;
    /*margin-right: 40px;*/
    cursor: default;
    /*height: 450px;*/
    overflow: auto;
}

.speaker p {
    font-size: 0.9em;
    margin-top: 10px;
}

.speaker p.module-text {
    height: 125px;
    width: 300px;
    overflow: hidden;
    margin: -10px;
}

.speaker:hover {
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 7px 4px #eaeaea;
    border-radius: 5px;
    transition: 1s;
    cursor: pointer;
}

.speaker img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.speaker h2 {
    color: #b31322;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 1.25em;
    font-size: 1.42em;
    font-weight: normal;
}

.speaker h3 {
    margin-top: 12px;
    line-height: 1.45em;
    font-style: 1.1em;
    width: 300px;
}

.speaker ul li i {
    color: #25aae1;
    border-radius: 30px;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    margin: auto 3px;
    width: 28px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.speaker ul li i:hover {
    background-color: #8dc63f;
    color: #fff;
}

#speakers-style-btn {
    display: flex;
    justify-content: center;
}

#speakers-style-btn button {
    color: #8dc63f;
}

#speakers-style-btn button:hover {
    color: #fff;
}

.speaker p.module-text::-webkit-scrollbar {
    /* display: none; */
    background: rgba(197, 72, 72, 0);
    width: 0px;
}


/*speaker large Block*/
.speakers-large-block {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.speaker-large {
    width: 1170px;
}

.speaker-large .content {
    display: flex;
    border: 2px solid #eaeaea;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    margin: 0px;
}

.speaker-left {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    align-items: center;
}

.speaker-left img {
    border-radius: 50%;
    height: 200px;
}

.speaker-left p {
    white-space: nowrap;
}

.speaker-right h2 {
    color: #8dc63f;
    margin: 0px;
    line-height: 100%;
    font-weight: normal;
}

.speaker-right p, .speaker-right h3 {
    margin-top: 16px;
}

.speaker-right .module-text {
    margin: 0px;
    column-count: 2;
    font-size: 0.9em;
    column-gap: 40px;
}

.clear {
    text-align: right;
    margin-top: 20px;
}

.clear .btn {
    letter-spacing: 1px;
    margin: 0px;
}

.clear .primary-btn:hover {
    background-color: #25aae1;
    border: 1px solid #25aae1;
}