@media only screen and (min-width: 1000px) {
    .players-also-like__section {
        max-width: 790px;
        width: 100%;
        box-sizing: border-box;
        margin: auto;
        margin-bottom: 50px;
    }

    .players-also-like__section .players-also-like__title {
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
        margin-bottom: 35px;
        padding: 0;
    }

    .players-also-like__section .players-also-like-tags {
        background-color: #F5F5F5;
        padding: 20px 13px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .players-also-like__section .players-also-like-tags a {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        color: #4A4B54;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #D3D3D3;
        text-align: center;
        margin: 5px;
        transition: .3s;
    }

    .players-also-like__section .players-also-like-tags a:hover {
        border-color: black;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .players-also-like__section {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: auto;
    }

    .players-also-like__section .players-also-like__title {
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
        margin-bottom: 35px;
        padding: 0;
    }

    .players-also-like__section .players-also-like-tags {
        background-color: #F5F5F5;
        padding: 20px 13px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .players-also-like__section .players-also-like-tags a {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        color: #4A4B54;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #D3D3D3;
        margin: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .players-also-like__section {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: auto;
    }

    .players-also-like__section .players-also-like__title {
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
        margin-bottom: 35px;
        padding: 0;
    }

    .players-also-like__section .players-also-like-tags {
        background-color: #F5F5F5;
        padding: 20px 13px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .players-also-like__section .players-also-like-tags a {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 10px 20px;
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        color: #4A4B54;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #D3D3D3;
        margin: 5px;
        text-align: center;
    }
}
