.ton-copadeclubes {
    grid-column: span 8;
    grid-row: span 2;
}
.ton-copadeclubes-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 9px;
}
.ton-copadeclubes-content figure {
    width: 282px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}
.ton-copadeclubes-content figure img{
    width: 280px;
    height: inherit;
    border-radius: 15px;
    object-fit: cover;
}
.ton-copadeclubes-content h3 {
    background-color: transparent;
    padding: 7px 0px 5px;
    font-size: 12px !important;
    color: #027E29 !important;
    
}
.ton-copadeclubes-content h2 {
    margin-top: 5px;
    font-family: "NunitoSans-Black";
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
    text-align: left;
    font-weight: bolder;
}

.copadeclubes-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap:20px;
    padding: 0 10px;
}

.copadeclubes-title h2 {
    font-size: 40px;
    line-height: 24px;
    font-family: "NunitoSans-Black";
    color: #027E29;
    white-space: nowrap;
}

.copadeclubes-header-line {
    width: 100%;
    background-color: #E5E5E5;
    height: 1px;
}

.copadeclubes-btn {
    border: 1px solid #027E29;
    border-radius: 24px;
    padding: 8px 16px;
}

.copadeclubes-btn a {
    text-decoration: none;
    font-weight: bold;
    color: #027E29;
    opacity: 0.8;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
}

@media (max-width:800px) {
    .ton-copadeclubes-content {
        display: flex;
        flex-direction: column;
    }

    .ton-copadeclubes {
        grid-column: span 2;
        grid-row: span 7;
    }

    .ton-copadeclubes-content a {
        padding-bottom: 15px;
        border-bottom: 1px solid #D6D6D6;
    }
    .ton-copadeclubes-content figure {
        width: 100%;
    }
    .ton-copadeclubes-content figure img {
        width: 100%;
    }

    .copadeclubes-title h2 {
        font-size: 26px;
    }

    .copadeclubes-btn a {
        font-size: 14px;
    }
    .copadeclubes-header-line {
        display: none;
    }
    .copadeclubes-btn {
        display: none;
    }
}

