.card_bullets .card .blue_btn,
.custom_bullets.card .blue_btn {
    width: 100%;
    background-color: #18327B;
}

.card_bullets .card .blue_btn:hover,
.custom_bullets.card blue_btn:hover {
    background-color: rgba(24, 50, 123, 0.7803921569);
}

.card_bullets .card h6,
.custom_bullets.card h6 {
    text-transform: uppercase;
    color: #142a6e;
    letter-spacing: 0.025em;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 500;
    margin-bottom: 24px;
}

.card_bullets .card ul,
.custom_bullets.card ul {
    list-style: none;
    margin-bottom: 8px;
}

.card_bullets .card ul li,
.custom_bullets.card ul li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #0D3380;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.card_bullets .card ul li a,
.custom_bullets.card ul li a {
    color: #6B7280;
    font-weight: 700;
    text-decoration: underline;
}

.card_bullets .card ul li img,
.custom_bullets.card ul li img {
    margin-right: 16px;
    width: auto;
    max-width: 30px;
    border: none !important;
    box-shadow: none !important;
}

.rtl .card_bullets .card ul li img,
.rtl .custom_bullets.card ul li img {
    margin-right: unset;
    margin-left: 16px;
}

.card_bullets {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card_bullets .card {
    background: #DEE9FF;
    border-radius: 5px;
    padding: 24px 20px 32px;
    max-width: 350px;
    margin-left: auto;
}

.rtl .card_bullets .card {
    margin-left: unset;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .card_bullets .card {
        margin-right: auto;
    }

    .rtl .card_bullets .card {
        margin-right: unset;
        margin-left: auto;
    }
}

.card_bullets .card .blue_btn {
    width: 100%;
    background-color: #18327B;
}

.card_bullets .card .blue_btn:hover {
    background-color: rgba(24, 50, 123, 0.7803921569);
}

.card_bullets .card h6 {
    text-transform: uppercase;
    color: #111827;
    letter-spacing: 0.025em;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 500;
    margin-bottom: 24px;
}

.card_bullets .card ul {
    list-style: none;
    margin-bottom: 8px;
}

.card_bullets .card ul li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
    color: #6B7280;
    position: relative;
    display: flex;
    align-items: flex-start;
	    margin: 10px !important;
}

.card_bullets .card ul li a {
    color: #6B7280;
    font-weight: 700;
    text-decoration: underline;
}

.card_bullets .card ul li img {
    margin-right: 16px;
}

.rtl .card_bullets .card ul li img {
    margin-right: unset;
    margin-left: 16px;
}

.card_bullets .wp-block-column:first-child p,
.card_bullets .wp-block-column:first-child ul,
.card_bullets .wp-block-column:first-child a,
.card_bullets .wp-block-column:first-child ol {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0D3380;
}

.card_bullets .wp-block-column:first-child ul,
.card_bullets .wp-block-column:first-child ol {
    padding-left: 35px;
}