.all-flyer-template-wrapper .templates-page-type-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 32px;
    padding-bottom: 30px;
}

.all-flyer-template-wrapper .templates-page-type-list .btn-download-template {
    cursor: pointer;
    background: #0073aa;
    border-radius: 100px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    transform: translateY(10px);
    transition: transform 0.3s ease, background 0.3s ease;
    min-width: 96px;
}

.all-flyer-template-wrapper .templates-page-type-list .template-item-wrap:hover .btn-download-template {
    transform: translateY(0);
}

.all-flyer-template-wrapper .view-more-templates-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.all-flyer-template-wrapper .view-more-templates-wrap a {
    text-decoration: underline !important;
    color: #0073aa;
}