h1 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

h2 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 32px;
}

section h1{
    font-size: 32px;
}

section h2{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0px 0px 10px 0px;
}

.text-bold {
    font-weight: 700;
}

.text-left {
    text-align: left;
}

.icon-large {
    font-size: 32px;
    text-align: center;
    height: 100px;
    width: 100px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    cursor: pointer;
    fill: #ff6600;
}

.yellow {
    color: #ff6600;
}

.info-content{
    font-size: 12px;
}

.ul-benefits {
    display: inline-block;
    list-style-position: outside;
    margin: 0px 50px;
    text-align: left;
    vertical-align: bottom;
}

.ul-benefits > li {
    margin: 15px 0px;
}

.checklist {
    font-size: 14px;
}

.last-news{
    font-size: 14px;
    max-height: 300px;
    overflow-y: auto;
}

.last-news::-webkit-scrollbar {
    width: 10px;
}

.last-news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.last-news::-webkit-scrollbar-thumb {
    background-color: #ff6600;
}

.special {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.players > a > img{
    max-width: 33%;
    padding: 5px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .players > a > img{
        max-width: 100%;
        padding: 5px 0px;
        box-sizing: border-box;
    }
}