.font-12.md\:font-16.line-height-20.md\:line-height-28.mb-16 {
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

.font-12.md\:font-16.line-height-20.md\:line-height-28.mb-16:before {
    content: none !important;
    display: none !important
}

.read-games-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 8px 0 18px
}

.read-games-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    width: 100%
}

.read-games-item img {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
    object-fit: cover;
    border: 3px solid #f6b51f;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .35)
}

.read-games-item__copy {
    max-width: 520px;
    padding-top: 4px
}

.read-games-item__copy h3 {
    margin: 0 0 6px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.read-games-item__copy p {
    margin: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.read-games-item__copy a {
    display: inline-block;
    margin-top: 4px;
    color: #ffef1f;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .read-games-list {
        gap: 28px
    }

    .read-games-item {
        gap: 16px
    }

    .read-games-item img {
        width: 88px;
        height:88px;
        flex-basis: 88px;
        margin-left: 20px;
    }

    .read-games-item__copy h3 {
        font-size: 16px
    }

    .read-games-item__copy p,
    .read-games-item__copy a {
        font-size: 10px
    }
}
