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