.articleContent {
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

    /* or 22px */
    text-align: justify;
}

.articleAnchor {
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: underline;
}

.articleContent p {
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* or 22px */
    text-align: justify;
}

.articleContent ul li {
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

    /* or 22px */
    text-align: justify;
}

.articleContent h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;

    /* or 29px */
}

.blue-style {
    color: #1E2E51 !important;
}

.articleContent h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;

    /* or 25px */
}

.articleContent .p-larger p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;

    /* or 25px */
    text-align: justify;
}

.btn-padding-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.btn-padding-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.articleContent .shadow-border {
    background: #FFFFFF;

    /* Drop_Shadow_DARK */
    box-shadow: -3px 6px 15px rgba(68, 68, 68, 0.15);
    border-radius: 20px;
    padding: 30px;
}

.articleContent .green-bg {
    background: #488282;

    /* Drop_Shadow_DARK */
    box-shadow: -3px 6px 15px rgba(68, 68, 68, 0.15);
    border-radius: 10px;
    padding: 20px 10px 20px 10px;
}

.articleContent .green-bg h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}
.articleContent .green-bg p {
    color: #fff;
}

.articleContent .shadow-bg {
    background: #E5E5E5;

    /* Drop_Shadow_DARK */
    box-shadow: -3px 6px 15px rgba(68, 68, 68, 0.15);
    border-radius: 20px;
    padding-bottom: 20px;
}
.articleContent .shadow-bg h3{
    color: rgba(68, 68, 68, 0.5);
}
.articleContent .shadow-bg p {
    color: rgba(68, 68, 68, 0.5);
}

.articleContent .centered-container .shadow-border {
    text-align: center;
}
.articleContent .centered-container .shadow-border p {
    text-align: center;
}
.articleContent .centered-container .shadow-border h3 {
    text-align: center;
}
.articleContent .centered-container .shadow-border.blue-style p {
    color: #1E2E51;
}


.articleContent .shadow-bg .green-bg h3 {
    color: #fff;
}
.articleContent .shadow-bg .green-bg p {
    color: #fff;
}

.grey-content p {
    color: rgba(68, 68, 68, 0.5);
}
.articleContent .grey-content h3 {
    color: rgba(68, 68, 68, 0.5);
}
.articleContent .grey-content ul li {
    color: rgba(68, 68, 68, 0.5);
}

.vali-hu-href {
    text-decoration: underline;
    color: #1E2E51;
}

/*
.rd-primary-btn {
    padding: 8px 20px;
    background-color: #1E2E51;
    border: 2px solid #1E2E51;
    border-radius: 91px;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.rd-primary-btn:hover {
    background-color: #488282;
    border-color: #488282;
    text-decoration: none;
}

.rd-primary-btn[disabled] {
    background-color: #C4C4C4;
    border-color: #C4C4C4;
    color: #444444;
}


.rd-outline-btn {
    padding: 8px 20px;
    background-color: transparent;
    border-radius: 91px;
    border: 2px solid #1E2E51;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1E2E51;
    text-decoration: none;
}

.rd-outline-btn:hover {
    background-color: #1E2E51;
    color: #fff;
    text-decoration: none;
}


.rd-secondary-outline-btn {
    padding: 8px 20px;
    background-color: transparent;
    border-radius: 91px;
    border: 2px solid #488282;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #488282;
    text-decoration: none;
}

.rd-secondary-outline-btn:hover {
    background-color: #488282;
    color: #fff;
    text-decoration: none;
}
*/
