
.top_img_text
{
    position: relative;
    width: 100%;
}

.top_img_text img {
    width: 100%;
}

.top_img_text span
{
    position: absolute;
    bottom: 11%;
    font-family: 'AktivGrotesk Bold';
    color: #FFFFFF;
    
    line-height: 54px;
    font-weight: 400;
    font-size: 3rem;

}

.top_img_text h2
{
    position: absolute;
    bottom: 11%;
    font-family: 'AktivGrotesk Bold';
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 400;
    font-size: 3rem;

}

.desktop-break {
    display: block;
}

.mobile-break {
    display: none !important;
}

.normal-accordion {
    padding: 0 1.1rem;
}

@media(max-width: 992px)
{
    .mobile-break {
        display: block !important;
    }

    .desktop-break {
        display: none !important;
    }

    .top_img_text span {
        font-size: 3.5rem;
        line-height: 1.3;
    }

    .top_img_text h2 {
        font-size: 3.5rem;
        line-height: 1.3;
    }
}

.content_body
{
    background: #FAFAFA;
}

.content_body .content_1
{
    margin-top: 8rem;
}

.content_body .content_1 .content_top
{
    width: 100%;
    display: flex;
}

.content_body .content_1 .content_top .upper_text
{
    width: 50%;
}

.content_body .content_1 .content_top .upper_text .big-text
{
    font-family: 'AktivGrotesk Bold';
    color: #0A4769;

    line-height: 1.2;
    font-weight: 400;
}

.content_body .content_1 .content_top .upper_text .small-text
{
    font-family: 'AktivGrotesk Regular';
    color: #1D1D1D;

    line-height: 1.4;
    font-weight: 400;
}

.content_body .content_1 .content_bottom .bottom_text
{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-right: 7rem;

    width: 50%;
}

.content_body .content_1 .content_bottom .bottom_text .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    line-height: 1.2;
}

.content_body .content_1 .content_bottom .bottom_text .small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';
    font-weight: 400;
    line-height: 1.4;
}

.content_body .content_1 .content_bottom .bottom_text .small-text ul
{
    padding-left: 2rem;
}

.content_body .content_1 .content_bottom .bottom_text .small-text strong
{
    font-family: 'AktivGrotesk Bold';
    font-weight: 400;
}

.content_body .content_1 .toggle-link span {
}

.content_body .content_1 .content_bottom
{
    width: 100%;
    display: flex;
}

.content_body .content_1 .content_top .content_img
{
    width: 50%;
    
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.content_body .content_1 .content_top .content_img img {

    display: block;
    max-width: 100%;
    height: auto;
}

.content_body .content_1 .content_bottom .white_box
{
    background: #FFFFFF;
    box-shadow: #7B7B7B40 0px 0px 50px 3px;
    border-radius: 1.1rem;

    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 2.5rem;
    gap: 0.5rem;

    width: 50%;
}

.content_body .content_1 .content_bottom .white_box .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    line-height: 1.2;
}

.content_body .content_1 .content_bottom .white_box .small-text
{
    color: #1D1D1D;

    font-family: 'AktivGrotesk Regular';
    font-weight: 400;
    line-height: 1.4;
}

.content_body .content_1 .content_bottom .white_box .tick-text-part
{
    padding-top: 1.5rem;
}

.content_body .tick-text-part
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/*card related CSS*/
.content_body .card {
    border-left: none !important;
    border-right: none !important;
    border: 2px solid rgba(0, 0, 0, .125);
}

.content_body .card-header {
    border-bottom: none;
    padding-bottom: 0;
}

.content_body .card-header>h5>div>.btn, .content_body .card-header>h2>div>.btn, .content_body .card-header>h1>div>.btn {
    border-bottom: #BBBBBB;
    align-items: center;
}

.content_body .card-header>h5>div>.btn.collapsed, .content_body .card-header>h2>div>.btn.collapsed, .content_body .card-header>h1>div>.btn.collapsed {
    line-height: 33.6px;
    font-weight: 400;
    color: #1d1d1d;
}

.content_body .card-header>h5>div>.btn.collapsed>p, .content_body .card-header>h2>div>.btn.collapsed>p, .content_body .card-header>h1>div>.btn.collapsed>p {
    color: #1d1d1d;
    font-family: HelveticaNeue;
    margin-left: 0;
}

.content_body .card-header>h5>div>.btn>p, .content_body .card-header>h2>div>.btn>p, .content_body .card-header>h1>div>.btn>p {
    color: #1d1d1d;
    font-family: 'HelveticaNeue Bold';
    min-width: 235px;
    width: 100%;
    text-align: left;
    text-wrap: wrap;
    font-size: 1.125rem;
}

.content_body .card-header>h3>div>.btn {
    border-bottom: #BBBBBB;
    align-items: center;
}

.content_body .card-header>h3>div>.btn.collapsed {
    line-height: 33.6px;
    font-weight: 400;
    color: #1d1d1d;
}

.content_body .card-header>h3>div>.btn.collapsed>p {
    color: #1d1d1d;
    font-family: HelveticaNeue;
    margin-left: 0;
}

.content_body .card-header>h3>div>.btn>p {
    color: #1d1d1d;
    font-family: 'HelveticaNeue Bold';
    min-width: 235px;
    width: 100%;
    text-align: left;
    text-wrap: wrap;
}

.content_body .card-header .btn.collapsed .fa-angle-down {
    color: #1d1d1d;
    width: 1.3rem;

}

.content_body .card-header .btn:not(.collapsed) .fa-angle-down {
    color: #1d1d1d;
    width: 1.3rem;
}

.blue_background .card-header .btn.collapsed .fa-angle-down {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);

}

.blue_background .card-header .btn:not(.collapsed) .fa-angle-down {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.content_body .card-header>h5>div>.btn>.fa.fa-angle-down, .content_body .card-header>h2>div>.btn>.fa.fa-angle-down, .content_body .card-header>h1>div>.btn>.fa.fa-angle-down {
    transition: transform 0.3s ease-in-out;
    transform: rotate(180deg);
}

.content_body .card-header>h5>div>.btn.collapsed>.fa.fa-angle-down, .content_body .card-header>h2>div>.btn.collapsed>.fa.fa-angle-down, .content_body .card-header>h1>div>.btn.collapsed>.fa.fa-angle-down {
    transform: rotate(0deg);
}

.content_body .card-header>h3>div>.btn>.fa.fa-angle-down {
    transition: transform 0.3s ease-in-out;
    transform: rotate(180deg);
}

.content_body .card-header>h3>div>.btn.collapsed>.fa.fa-angle-down {
    transform: rotate(0deg);
}

.card-body div span a {
    color: #ED1A78;
    text-decoration: underline;
}

.content_body .card-body {
    background-color: #FAFAFA;
    font-family: HelveticaNeue;
    line-height: 1.4;
}

.content_body .card-body strong {
    color: #ed1a78;
    line-height: 1.4;
}

.content_body .card-body ul li::marker {
    color: #ed1a78;
}

.content_body .card-body ul li p {
    margin: 0;
}

.content_body .card-body .bold {
    font-family: 'HelveticaNeue Bold';
}

.content_body .card-body.expanded {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.small-text a {
    color: #ED1A78;
    text-decoration: underline;
}

.blue_background .small-text a, .small_blue_background .small-text a {
    font-weight: 600;
}

.toggle-link {
    text-decoration: none!important;
}

.toggle-link span {
    text-decoration: underline;
}

.small-text span a {
    color: #ED1A78;
    text-decoration: underline;
}

.content_body .tick-text-div
{
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.4;

    display: flex;
    gap: 1.5rem;
}

.content_body .tick-text-div .title
{
    font-family: 'HelveticaNeue Bold';
    font-weight: 400;
}

/*.tick-icon::after 
{
    content: '\2713';
    border-radius: 50%;
    background-color: #ED1A78;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}*/

.content_body .tick-icon img {
    max-width: 24px;
}

.content_body .blue_background
{
    background: #0A4769;
    margin-top: 6rem;
}

.content_body .content_2
{
    display: flex;
    padding: 2rem 0;
}

.content_body .content_2 .content_text
{
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 7rem 1.5rem 0;
}

.content_body .content_2 .content_text .big-text
{
    font-family: 'AktivGrotesk Bold';
    color: #FFFFFF;

    line-height: 1.2;
    font-weight: 400;
}

.content_body .content_2 .content_text .big-text b
{
    color: #ED1A78;
}

.content_body .content_2 .content_text .small-text
{
    font-family: 'AktivGrotesk Regular';
    color: #FFFFFF;

    line-height: 1.4;
    font-weight: 400;
}

.content_body .content_2 .content_img
{
    width: 50%;
    padding-top: 1.5rem;
    margin-bottom: -6rem;
    height: 100%;

    display: flex;
    justify-content: center;
}

.content_body .content_2 .content_img img
{
    width: auto;
    max-width: 100%;
    height: auto;
}

.content_body .content_3
{
    display: flex;
    padding: 2rem 0;
}

.content_body .content_3 .content_text
{
    width: 50%;
    padding: 1.5rem 7rem 1.5rem 2rem;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content_body .content_3 .content_text .title-big-text
{
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    line-height: 1.4;
    color: #ED1A78;

    white-space: nowrap;
}

.content_body .content_3 .content_text .title-small-text
{
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.6;
    color: #1D1D1D;

}

.content_body .content_3 .content_img
{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.content_body .content_3 .content_img img
{

}

.content_body .content_4
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 6rem;
}

.content_body .content_4 .content_title .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.content_body .content_4 .content_title .small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.content_body .content_4 .white_box
{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.content_body .content_4 .white_box .white_box_div
{
    background: #FFFFFF;
    border-radius: 1.1rem;
    display: flex;
    align-items: center;
    padding: 1.5rem 15% 1.5rem 20%;
    gap: 1rem;
}

.content_body .content_4 .white_box .white_box_div img
{
    width: 6rem;
}

.content_body .content_4 .white_box .white_box_div span
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.4;
}

.content_body .content_4 .white_box .white_box_div span b
{
    font-family: 'HelveticaNeue Medium';
    font-weight: 700;
}

.content_body .content_5
{
    display: flex;
    padding-top: 2.5rem;
}

.content_body .content_5 .content_text
{
    width: 50%;
}

.content_body .content_5 .content_text .big-text
{
    font-family: 'AktivGrotesk Bold';
    color: #ED1A78;
    
    font-weight: 400;
    line-height: 1.2;
}

.content_body .content_5 .content_text .small-text
{
    font-family: 'AktivGrotesk Regular';
    color: #1D1D1D;

    line-height: 1.4;
    font-weight: 400;
}

.content_body .content_5 .content_img
{
    width: 50%;
    display: flex;
    justify-content: center;
}

.content_body .content_5 .content_img img
{
}

.content_body .small_blue_background
{
    background: #0A4769;
    border-radius: 18px;
}

.blue_background .content_5 .content_text .big-text {
    display: flex;
    align-items: flex-start;
}

.blue_background .content_5 .content_text .big-text .bell-icon {
    padding-right: 1rem;
    width: 7%;
}

.blue_background .content_text .small-text {
    font-family: HelveticaNeue Light !important;
}

.small_blue_background .content_text .big-text {
    font-family: 'AktivGrotesk Bold';
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}

.small_blue_background .content_text .big-text .question-icon {
    padding-right: 0.5rem;
    width: 7.3%;
    padding-top: 0.2rem;
}

.small_blue_background .content_text .small-text {
    font-family: HelveticaNeue Light;
}

.card-header button {
    padding: 0.5rem 0 !important;
}

.content_body .card-header {
    padding: 0!important;
}

.content_body .card-body {
    padding: 0 1.5rem 1rem 0;
}

.content_body .content_two_img
{
    margin-top: 6rem;
    margin-bottom: 5rem;
}

.content_body .content_two_img .content_img
{
    position: relative;
    aspect-ratio: 16 / 8;
    height: auto;
}

.content_body .content_two_img .content_img img:first-child
{
    position: absolute;
    left: 0;
    width: 55%;
}

.content_body .content_two_img .content_img img:last-child
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
}

.content_body .button_tab
{
    padding-top: 4rem;
    background: #FAFAFA;
}

.content_body .button_tab .container div
{
    border-bottom: 1px solid #BBBBBB;
    display: flex;
    gap: 1.5rem;
}

.content_body .button_tab button
{
    font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 1.4;
    color: #1D1D1D;
    border: unset;
    background: unset;
    padding: 0.5rem 0.8rem;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

.content_body .button_tab button.active
{
    background: #ED1A78;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 29.3px;
}

.content_body .button_tab button:hover
{
    background: #FFC2DD !important;
    color: #ED1A78 !important;
    text-decoration: none;
}

.content_body .button_tab button:focus
{
    outline: none;
}

.content_body .separator {
    border: 0;
    height: 1px;
    background: #BBBBBB;
    margin: 1.5rem 0;
}

.content_body .gray-text 
{
    color: #BBBBBB;
    font-weight: 400;
    font-family: 'AktivGrotesk Bold';
    line-height: 50px;
}

.content_body .small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';
    font-weight: 400;
    line-height: 1.4;
}

.content_body .read_more_arrow_img
{
    margin-left: 0.3vw;
}

.content_body .content_white_box
{
    margin-top: 6rem;
}

.content_body .content_white_box .title_text
{
    display: flex;
    padding-bottom: 4rem;
}

.content_body .content_white_box .title-big-text
{
    font-family: 'AktivGrotesk Bold';
    font-weight: 400;
    line-height: 1.2;
    color: #ED1A78;
    width: 40%;
   
}

.content_body .content_white_box .title-small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';
    font-weight: 400;
    line-height: 1.4;
    width: 58%;
}

.content_body .content_white_box .content_white_box_wrap 
{
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: space-between;
}

.content_body .content_white_box .content_text
{
    width: 49%;
    padding: 1.5rem 1.7rem 1.5rem 2rem;

    display: flex;
    flex-direction: column;
    gap: 2rem;

    background: #FFFFFF;
    border-radius: 18px;
}

.content_body .content_white_box .content_text .title-big-text
{
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    line-height: 1.4;
    color: #ED1A78;

    white-space: nowrap;
}

.content_body .content_white_box .content_text .title-small-text
{
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.4;
    color: #1D1D1D;

}

.content_body .content_white_box .content_img
{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.content_body .content_fit_image
{
    margin-top: 6rem;

    background: #0A4769;
    border-radius: 18px;

    display: flex;
    padding: 2rem 2rem;
}

.content_body .content_fit_image .content_text
{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 4rem 1.5rem 1.5rem;
}

.content_body .content_fit_image .content_text .big-text
{
    font-family: 'AktivGrotesk Bold';
    color: #FFFFFF;

    line-height: 1.2;
    font-weight: 400;
}

.content_body .content_fit_image .content_text .small-text
{
    font-family: 'AktivGrotesk Regular';
    color: #FFFFFF;

    line-height: 1.4;
    font-weight: 400;
}

.content_body .content_fit_image .content_img
{
    width: 50%;
    position: relative;
}

.content_body .content_fit_image .content_img img
{
    width: 100%;
}

.content_body .content_text_only
{
    margin-top: 6rem;
    padding: 0 11.5rem;
    text-align: center;
}

.content_body .content_text_only .big-text
{
    font-family: 'AktivGrotesk Bold';
    line-height: 1.2;
    font-weight: 400;

    color: #ED1A78;
}

.content_body .content_text_only .small-text
{
    font-family: 'AktivGrotesk Regular';
    line-height: 1.4;
    font-weight: 400;
    
    color: #1D1D1D;
}

.content_body .white_box_image_text_wrap
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 6rem;
}

.content_body .white_box_image_text_wrap .content_title .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.content_body .white_box_image_text_wrap .content_title .small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.content_body .white_box_image_text_wrap .white_box
{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.content_body .white_box_image_text_wrap .white_box .white_box_div
{
    background: #FFFFFF;
    border-radius: 1.1rem;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1rem;
    width: 49%;
}

.content_body .white_box_image_text_wrap .white_box .white_box_div img
{
    width: 6rem;
}

.content_body .white_box_image_text_wrap .white_box .white_box_div span
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    line-height: 1.4;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.content_body .white_box_image_text_wrap .white_box .white_box_div span b
{
    font-family: 'HelveticaNeue Medium';
    font-weight: 700;
}

.content_body 
{
    font-size: 1.125rem;
}

.content_body h1
{
    font-size: 2.3rem;
}

.content_body h2,
.content_body h2, .content_body h2 p, .content_body h2 .btn
{
    font-size: 2.1rem;
}

.content_body h3,
.content_body h3, .content_body h3 p, .content_body h3 .btn
{
    font-size: 1.125rem;
}

.content_body h3.big-text
{
    font-size: 2.1rem;
}

.content_body h5,
.content_body h5, .content_body h5 p, .content_body h5 .btn
{
    font-size: 1.125rem;
}


/*Mobile*/
@media(max-width: 992px) {
    .content_body .content_1 .content_top {
        flex-direction: column;
    }

    .content_body .upper_text {
        padding-right: 0rem !important;
    }

    .content_body .content_1 .content_top .upper_text .small-text {
        padding: 1rem 0 4rem;
    }

    .content_body .content_1 .content_top .content_img {
        width: 100%;
    }

    .content_body .content_1 .content_top .upper_text {
        width: 100%;
    }


    .content_body .content_1 .content_top .content_img img {
        max-width: 70%;
        height: auto;
    }

    .content_body .content_2 .content_img img {
        max-width: 70%;
    }

    .content_body .content_1 .content_bottom {
        flex-direction: column;
    }

    .content_body .content_1 .content_bottom .bottom_text {
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin-top: 5rem;
    }

    .content_body .content_1 .content_bottom .bottom_text .small-text ul {
        padding-left: revert;
    }

    .content_body .content_1 .content_bottom .white_box {
        width: 100%;
        margin-top: 5rem;
    }

    .content_body .content_2 {
        flex-direction: column;
    }

    .content_body .content_2 .content_text {
        width: 100%;
        padding: 1.5rem 0;
    }

    .content_body .content_2 .content_img {
        width: 100%;
        margin-bottom: -20rem;    
    }

    .content_body .content_2 .content_text .big-text {
        line-height: 40px;
    }

    .content_body .content_2 .content_text .big-text b,
    .content_body .content_2 .content_text .small-text {
        font-family: 'HelveticaNeue Medium';
    }

    /*.content_body .blue_background .container > div {
        margin-top: 5rem;
    }*/

    .content_body .content_3 {
        min-height: revert;
        flex-direction: column;
        gap: 3rem;
    }

    .content_body .content_3 .content_text {
        width: 100%;
        padding: 0;
        gap: 3rem;
    }

    .content_body .content_3 .content_img {
        width: auto;
    }

    .content_body .content_3 .content_img img {
        width: 100%;
    }

    .content_body .content_4 .content_title .big-text {
        font-family: 'AktivGrotesk Medium';
    }

    .content_body .content_4 .white_box .white_box_div {
        padding: 1.5rem;
    }

    .content_body .content_4 .white_box .white_box_div {
        align-items: flex-start;
        padding: 2rem;
    }

    .content_body .content_two_img .content_img img:first-child, .content_body .content_two_img .content_img img:last-child  {
    }

    .content_body .conclusion-text {
        padding: 0 !important;
    }

    .content_body .conclusion-div {
        padding: 0 !important;
    }

    .content_body .conclusion-div img {
        width: 45% !important;
    }

    .content_body .content_3 .content_text .title-big-text {
        white-space: normal;
    }

    .content_body .content_5 {
        flex-direction: column-reverse;
        gap: 3rem;
    }

    .content_body .content_5 .content_text,
    .content_body .content_5 .content_img,
    .content_body .content_5 .content_img img,
    .content_body .content_white_box .content_text,
    .content_body .content_fit_image .content_text,
    .content_body .content_fit_image .content_img,
    .content_body .content_white_box .title-big-text,
    .content_body .content_white_box .title-small-text,
    .content_body .white_box_image_text_wrap .white_box .white_box_div
    {
        width: 100%;
    }

    .content_body .content_fit_image {
        flex-direction: column-reverse;
    }

    .content_body .content_fit_image .content_text {
        padding: 0.5rem;
    }

    .content_body .content_fit_image .content_img {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .content_body .content_white_box .content_white_box_wrap {
        flex-wrap: unset;
        flex-direction: column;
        gap: 3.5vw;
    }

    .content_body .content_white_box .title_text {
        flex-direction: column;
        gap: 1.5vw;
    }

    .content_body .content_text_only {
        padding: 0;
        text-align: left;
    }

    .content_body .tick-text-div > span {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .content_body .tick-text-div .title {
        padding: 0.25rem 0;
        font-family: 'HelveticaNeue Medium';
        font-weight: 700;
    }

    .content_body .card-header .btn:not(.collapsed) .fa-angle-down,
    .content_body .card-header .btn.collapsed .fa-angle-down {
        width: 2rem;
    }

    /*font size*/
    /*.content_body .content_2 .content_text .big-text,
    .content_body .content_4 .content_title .big-text,
    .content_body .content_5 .content_text .big-text,
    .content_body .content_fit_image .content_text .big-text,
    .content_body .content_text_only .big-text,
    .content_body .content_white_box .title-big-text
    {
        font-size: 3.3rem;
    }

    .content_body .content_1 .content_top .upper_text .big-text,
    .content_body .content_1 .content_bottom .white_box .big-text,
    .content_body .content_3 .content_text .title-big-text
    {
        font-size: 3rem;
    }

    .content_body .content_1 .content_bottom .bottom_text .big-text,
    .content_body .content_1 .toggle-link span
    {
        font-size: 2.3rem;
    }

    
    .content_body .content_1 .content_top .upper_text .small-text,
    .content_body .content_1 .content_bottom .bottom_text .small-text,
    .content_body .content_1 .content_bottom .white_box .small-text,
    .content_body .tick-text-div,
    .content_body .content_2 .content_text .small-text,
    .content_body .content_4 .content_title .small-text,
    .content_body .content_4 .white_box .white_box_div span,
    .content_body .content_5 .content_text .small-text,
    .content_body .content_3 .content_text .title-small-text,
    .content_body .content_fit_image .content_text .small-text,
    .content_body .content_text_only .small-text,
    .content_body .content_white_box .title-small-text,
    .content_body .white_box_image_text_wrap .white_box .white_box_div span,
    .content_body .small-text,
    .content_body .card-header>h3>div>.btn>p,
    .content_body .card-body
    {
        font-size: 2rem;
    }*/

    .content_body 
    {
        font-size: 2rem;
    }

    .content_body h1
    {
        font-size: 3.3rem;
    }

    .content_body h2,
    .content_body h2, .content_body h2 p, .content_body h2 .btn
    {
        font-size: 3rem;
    }

    .content_body h3,
    .content_body h3, .content_body h3 p, .content_body h3 .btn
    {
        font-size: 2rem;
    }

    .content_body h3.big-text
    {
        font-size: 3rem;
    }

    .content_body h5,
    .content_body h5, .content_body h5 p, .content_body h5 .btn
    {
        font-size: 2rem;
    }

    .content_body .card-header>h5>div>.btn>p, .content_body .card-header>h2>div>.btn>p, .content_body .card-header>h1>div>.btn>p {
        font-size: 2rem;
    }
}

@media(max-width: 576px)
{

    /*.content_body .content_2 .content_text .big-text,
    .content_body .content_4 .content_title .big-text,
    .content_body .content_5 .content_text .big-text,
    .content_body .content_fit_image .content_text .big-text,
    .content_body .content_text_only .big-text,
    .content_body .content_white_box .title-big-text
    {
        font-size: 3rem;
    }

    .content_body .content_1 .content_top .upper_text .big-text,
    .content_body .content_1 .content_bottom .white_box .big-text,
    .content_body .content_3 .content_text .title-big-text
    {
        font-size: 2.6rem;
    }

    .content_body .content_1 .content_bottom .bottom_text .big-text
    {
        font-size: 2rem;
    }

    
    .content_body .content_1 .content_top .upper_text .small-text,
    .content_body .content_1 .content_bottom .bottom_text .small-text,
    .content_body .content_1 .content_bottom .white_box .small-text,
    .content_body .tick-text-div,
    .content_body .content_2 .content_text .small-text,
    .content_body .content_4 .content_title .small-text,
    .content_body .content_4 .white_box .white_box_div span,
    .content_body .content_5 .content_text .small-text,
    .content_body .content_3 .content_text .title-small-text,
    .content_body .content_fit_image .content_text .small-text,
    .content_body .content_text_only .small-text,
    .content_body .content_white_box .title-small-text,
    .content_body .white_box_image_text_wrap .white_box .white_box_div span
    {
        font-size: 2rem;
    }*/

    .content_body 
    {
        font-size: 2rem;
    }

    .content_body h1
    {
        font-size: 3rem;
    }

    .content_body h2
    {
        font-size: 2.6rem;
    }

    .content_body h3,
    .content_body h3, .content_body h3 p, .content_body h3 .btn
    {
        font-size: 2rem;
    }

    .content_body h3.big-text
    {
        font-size: 2.6rem;
    }

    .content_body h5,
    .content_body h5, .content_body h5 p, .content_body h5 .btn
    {
        font-size: 2rem;
    }

    .content_body .content_1 .toggle-link span {
        
    }

    .row {
        padding: 0;
    }

    .card-header button {
        padding: 1rem 4% !important;
    }

    .content_body .card-body  {
        padding: 0 4% 1rem!important;
    }

    .content_body .content_3 .content_text .title-small-text {
        padding: 0 !important;
    }

    .small_blue_background .content_text .big-text {
        flex-direction: column;
        gap: 1rem;
    }

    .small_blue_background .content_text .big-text .question-icon {
        width: 10%;
    }

    .small_blue_background .row {
        padding: 0 4% !important;
    }

    .small_blue_background .card-header button {
        padding: 1rem 0!important;
    }

    .small_blue_background .card-body {
        padding: 0 0 1rem !important;
    }

    .blue_background .content_5 .content_text .big-text .bell-icon {
        width: 10%;
    }

    .content_body .card {
        border: 3px solid rgba(0, 0, 0, .125);
        border-left: none;
        border-right: none;
    }

    .content_body .card-body {
        padding-right: 4rem !important;
        line-height: 1.4;
    }

    .content_body .card-header {
        padding: 1rem 2rem;
    }

    .content_body .card-header>h5>div>.btn,
    .content_body .card-body {

    }

    .content_body .card-header>h5>div>.btn>.fa.fa-angle-down {
        content: url(/images/article-condition-v3/arrow-down-mo.svg);
    }

    .content_body .card-header>h5>div>.btn.collapsed>.fa.fa-angle-down {
        content: url(/images/article-condition-v3/arrow-down.svg);
    }

    .content_body .card-header>h3>div>.btn,
    .content_body .card-body {

    }

    .content_body .card-header>h3>div>.btn>.fa.fa-angle-down {
        content: url(/images/article-condition-v3/arrow-down-mo.svg);
    }

    .content_body .card-header>h3>div>.btn.collapsed>.fa.fa-angle-down {
        content: url(/images/article-condition-v3/arrow-down.svg);
    }

    .content_body .card-header .btn.collapsed .fa-angle-down {
        width: 1.5rem;

    }

    .content_body .card-header .btn:not(.collapsed) .fa-angle-down {
        width: 1.5rem;
    }

    .content_body .content_1 .content_bottom .bottom_text .small-text strong {
        font-family: HelveticaNeue Medium;
    }

    .content_body .content_5 .content_img
    {
        padding-top: 0;
    }

    .tick-icon {
        padding-top: 0.3rem;
    }

    .content_body .content_two_img .content_img {
        aspect-ratio: 8 / 8;
    }

    .content_body .content_1 .content_top .content_img img {
        max-width: 100%;
    }

    .content_body .content_2 .content_img img {
        max-width: 100%;
    }

    .toggle-link img{
        width: 5%;
        margin-left: .5rem !important;
    }

    .blue_background .small-text a, .small_blue_background .small-text a {
        font-weight: 600;
    }

}

/*other condition design*/
.other-conditions-content .blue_background
{
    background: #0A4769;
}

.other-conditions-content .left-nav, 
.other-conditions-content .conditions-section
{
    padding: 8rem 0;
}

.other-conditions-content .left-nav
{
    list-style-type: none;
    position: absolute;
    left: 1.5rem;
}

.other-conditions-content .left-nav li
{
    font-family: HelveticaNeue;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;

    padding: 0.875rem 0.75rem 0.875rem 0.75rem;

    width: 15rem;
}

.other-conditions-content .left-nav li:first-child
{
    font-family: AktivGrotesk Bold;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.04;
}

.other-conditions-content .left-nav li.active
{
    background: #ED1A78;
    border-radius: 8px;
    color: #FFFFFF;
}

.other-conditions-content .left-nav .tab
{
    cursor: pointer;
}

.other-conditions-content .mobile-tab-dropdown
{
    display: none;
}

.other-conditions-content .other-conditions-div
{
    margin-left: 13rem;
}

.other-conditions-content .content_1 .content_top
{
    width: 100%;
    display: flex;
}

.other-conditions-content .content_1 .content_top .upper_text
{
    width: 50%;
}

.other-conditions-content .content_1 .content_top .upper_text .big-text, .other-conditions-content .set-big-text
{
    font-family: 'AktivGrotesk Regular';
    color: #0A4769;

    line-height: 1.2;
    font-weight: 400;
    font-size: 2.5rem;
}

.other-conditions-content .content_1 .content_top .upper_text .small-text
{
    font-family: 'AktivGrotesk Regular';
    color: #1D1D1D;

    line-height: 1.4;
    font-weight: 400;
    font-size: 1.5rem;
}

.other-conditions-content .content_1 .content_bottom .bottom_text
{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem 6.5rem 2rem 0;
    width: 50%;
}

.other-conditions-content .content_1 .content_bottom .bottom_text .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.04;
}

.other-conditions-content .content_1 .content_bottom .bottom_text .small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
}

.other-conditions-content .content_1 .content_bottom .bottom_text .small-text ul
{
    padding-left: 2rem;
}

.other-conditions-content .content_1 .content_bottom .bottom_text .small-text strong
{
    font-family: 'AktivGrotesk Bold';
    font-weight: 400;
}

.other-conditions-content .content_1 .content_bottom
{
    width: 100%;
    display: flex;
}

.other-conditions-content .content_1 .content_top .content_img
{
    width: 50%;
}

.other-conditions-content .content_1 .content_top .content_img img
{
    display: block;
    margin: auto;
}

.other-conditions-content .content_1 .content_bottom .white_box
{
    background: #FFFFFF;
    box-shadow: #7B7B7B40 0px 0px 50px 3px;
    border-radius: 1.1rem;

    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 2.5rem;
    gap: 0.5rem;
    width: 50%;
}

.other-conditions-content .content_1 .content_bottom .white_box .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.04;
}

.other-conditions-content .content_1 .content_bottom .white_box .small-text
{
    color: #1D1D1D;

    font-family: 'AktivGrotesk Regular';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
}

.other-conditions-content .tick-text-part
{
    padding: 1.5rem 0;
}

.other-conditions-content .tick-text-part
{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.other-conditions-content .tick-text-div
{
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    font-size: 1.1rem;
    line-height: 25.2px;

    display: flex;
    gap: 1.5rem;
}

.other-conditions-content .tick-text-div .title
{
    font-family: 'HelveticaNeue Bold';
    font-weight: 400;
}


.other-conditions-content .row_white_image_text
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 6rem 0;
}

.other-conditions-content .row_white_image_text .content_title
{
    padding: 0 12rem;
}

.other-conditions-content .row_white_image_text .content_title .big-text
{
    color: #0A4769;
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.04;
    text-align: center;
}

.other-conditions-content .row_white_image_text .content_title .small-text
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
}

.other-conditions-content .row_white_image_text .white_box
{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.other-conditions-content .row_white_image_text .white_box .white_box_div
{
    background: #FFFFFF;
    border-radius: 1.1rem;
    display: flex;
    align-items: center;
    padding: 1.5rem 13.5rem;
    gap: 2.5rem;
}

.other-conditions-content .row_white_image_text .white_box .white_box_div img
{
    width: 6rem;
    height: 6rem;
}

.other-conditions-content .row_white_image_text .white_box .white_box_div span
{
    color: #1D1D1D;
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
}

.other-conditions-content .row_white_image_text .white_box .white_box_div span b
{
    font-family: 'HelveticaNeue Medium';
    font-weight: 700;
}

.other-conditions-content .image_text
{
    display: flex;
    padding-top: 2.5rem;
}

.other-conditions-content .image_text .content_text .big-text
{
    font-family: 'AktivGrotesk Bold';
    color: #0A4769;
    
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5rem;
}

.other-conditions-content .image_text .content_text
{
    font-family: 'AktivGrotesk Regular';
    color: #1D1D1D;

    line-height: 1.4;
    font-weight: 400;
    font-size: 1.125rem;

    width: 40%;
}

.other-conditions-content .image_text .content_text .text-bold
{
    font-family: 'AktivGrotesk Bold';
}

.other-conditions-content .image_text .content_img
{
    width: 50%;
    display: flex;
}

.other-conditions-content .image_text .content_img img
{
    display: block;
    margin: auto;
}

.other-conditions-content .blue_background_content
{
    display: flex;
    padding: 2rem 0;
    margin-top: 8rem;
}

.other-conditions-content .blue_background_content .content_text
{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem 1.5rem 0;
}

.other-conditions-content .blue_background_content .content_text .big-text
{
    font-family: 'AktivGrotesk Regular';
    color: #FFFFFF;

    line-height: 1.2;
    font-weight: 400;
    font-size: 2.5rem;
}

.other-conditions-content .blue_background_content .content_text .big-text b
{
    font-family: 'AktivGrotesk Bold';
    color: #ED1A78;
}

.other-conditions-content .blue_background_content .content_text .small-text
{
    font-family: 'AktivGrotesk Regular';
    color: #FFFFFF;

    line-height: 1.4;
    font-weight: 400;
    font-size: 1.5rem;
}

.other-conditions-content .blue_background_content .content_img
{
    width: 50%;
    position: relative;
    padding-top: 1.5rem;
}

.other-conditions-content .blue_background_content .content_img img
{
    position: absolute;
    right: 0;
    z-index: 1;
}

.other-conditions-content .content_two_img
{
    padding: 6rem 0;
}

.other-conditions-content .content_two_img .content_img
{
    position: relative;
    aspect-ratio: 16 / 8;
    height: auto;
}

.other-conditions-content .content_two_img .content_img img:first-child
{
    position: absolute;
    left: 0;
    width: 55%;
}

.other-conditions-content .content_two_img .content_img img:last-child
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
}

.other-conditions-content .left_text
{
    display: flex;
    padding: 5rem 1rem;
}

.other-conditions-content .left_text .content_text
{
    width: 50%;
}

.other-conditions-content .left_text .content_text .title-big-text
{
    font-family: 'AktivGrotesk Bold';

    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.04;
    color: #ED1A78;

    white-space: nowrap;
}

.other-conditions-content .left_text .content_text .title-small-text
{
    font-family: 'AktivGrotesk Regular';

    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #1D1D1D;
}

.other-conditions-content .conclusion-div 
{
    display: flex;
    align-items: center;
    padding: 3rem 7rem;
}

.other-conditions-content .conclusion-div .conclusion-text .big-text 
{
    font-family: 'AktivGrotesk Regular';
    color: #ED1A78;
    font-weight: 400;
    line-height: 1.2;
    font-size: 2.5rem;
}

.other-conditions-content .conclusion-div .conclusion-text .small-text 
{
    font-family: 'AktivGrotesk Regular';
    color: #1D1D1D;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.5rem;
}

.other-conditions-content .conclusion-div .conclusion-text 
{
    width: 50%;
}

.other-conditions-content .conclusion-div .conclusion-img 
{
    display: flex;
    width: 50%;
}

.other-conditions-content .conclusion-div .conclusion-img img 
{
    display: block;
    margin: auto;
}

@media(max-width: 1500px)
{
    .other-conditions-content .image_text .content_img img,
    .other-conditions-content .blue_background_content .content_img img
    {
        width: 95%;
    }
}

@media(max-width: 1195px)
{
    .other-conditions-content .left-nav li
    {
        width: 12rem;
    }
}

@media(max-width: 992px)
{
    .other-conditions-content .left-nav
    {
        display: none;
    }

    .other-conditions-content .mobile-tab-dropdown
    {
        display: block;
        padding-top: 1.5rem;
    }


    .other-conditions-content .mobile-tab-dropdown select
    {
        font-size: 1.6rem;
        line-height: 1.4;
        color: #1D1D1D;
        font-weight: 400;
        font-family: 'HelveticaNeue';

        width: 100%;
        padding: 1rem 0.5rem;
        background-color: #FFFFFF;
        border-radius: 6px;
        border: 1px solid #F2F2F2;
    }

    .other-conditions-content .mobile-tab-dropdown .dropdown-menu a
    {
        width: auto;
        margin: 0;
    }

    .other-conditions-content .other-conditions-div
    {
        margin-left: 0;
    }

    .other-conditions-content .conditions-section
    {
        padding: 4rem 0;
    }

    .other-conditions-content .content_1
    {
        display: flex;
        flex-direction: column;
        gap: 3.5rem;
    }

    .other-conditions-content .content_1 .content_top, 
    .other-conditions-content .content_1 .content_bottom,
    .other-conditions-content .image_text,
    .other-conditions-content .blue_background_content
    {
        flex-direction: column;
        gap: 3.5rem;
    }

    .other-conditions-content .content_1 .content_top .upper_text, 
    .other-conditions-content .content_1 .content_top .content_img,
    .other-conditions-content .content_1 .content_bottom .bottom_text,
    .other-conditions-content .content_1 .content_bottom .white_box,
    .other-conditions-content .image_text .content_img,
    .other-conditions-content .image_text .content_text,
    .other-conditions-content .blue_background_content .content_text,
    .other-conditions-content .blue_background_content .content_img,
    .other-conditions-content .left_text .content_text
    {
        width: 100%;
    }

    .other-conditions-content .blue_background_content
    {
        margin: 8rem 0 18rem 0;
    }

    .other-conditions-content .blue_background_content .content_img
    {
        min-height: 30rem;
    }

    /*for mobile image*/
    .other-conditions-content .content_1 .content_top .content_img img,
    .other-conditions-content .image_text .content_img img,
    .other-conditions-content .blue_background_content .content_img img,
    .other-conditions-content .conclusion-div .conclusion-img img
    {
        width: 100%;
    }

    .other-conditions-content .row_white_image_text .content_title
    {
        padding: 0;
    }

    .other-conditions-content .row_white_image_text .white_box .white_box_div
    {
        padding: 1.5rem 5.5rem;
    }

    .other-conditions-content .row_white_image_text .content_title .big-text
    {
        color: #ED1A78;
    }

    .other-conditions-content .left_text .content_text .title-big-text
    {
        white-space: normal;
    }

    .other-conditions-content .row_white_image_text .white_box .white_box_div
    {
        align-items: start;
    }


    .other-conditions-content .content_two_img .content_img
    {
        aspect-ratio: 8 / 8;
    }

    .other-conditions-content .content_1 .content_bottom .bottom_text
    {
        padding-right: 0;
    }

    /*font-size*/
    .other-conditions-content .content_1 .content_top .upper_text .big-text, .set-big-text,
    .other-conditions-content .content_1 .content_bottom .white_box .big-text,
    .other-conditions-content .left_text .content_text .title-big-text
    {
        font-size: 3rem;
    }

    .other-conditions-content .content_1 .content_top .upper_text .small-text,
    .other-conditions-content .content_1 .content_bottom .bottom_text .small-text,
    .other-conditions-content .content_1 .content_bottom .white_box .small-text,
    .other-conditions-content .tick-text-div,
    .other-conditions-content .row_white_image_text .content_title .small-text,
    .other-conditions-content .row_white_image_text .white_box .white_box_div span,
    .other-conditions-content .image_text .content_text,
    .other-conditions-content .blue_background_content .content_text .small-text,
    .other-conditions-content .left_text .content_text .title-small-text
    {
        font-size: 2rem;
    }

    .other-conditions-content .content_1 .content_bottom .bottom_text .big-text,
    .other-conditions-content .image_text .content_text .big-text
    {
        font-size: 2.3rem;
    }

    .other-conditions-content .row_white_image_text .content_title .big-text,
    .other-conditions-content .blue_background_content .content_text .big-text
    {
        font-size: 3.3rem;
    }
}

@media(max-width: 768px)
{
    .other-conditions-content .content_1 .content_top .upper_text .big-text, .set-big-text,
    .other-conditions-content .content_1 .content_bottom .white_box .big-text,
    .other-conditions-content .left_text .content_text .title-big-text
    {
        font-size: 2.6rem;
    }

    .other-conditions-content .content_1 .content_top .upper_text .small-text,
    .other-conditions-content .content_1 .content_bottom .bottom_text .small-text,
    .other-conditions-content .content_1 .content_bottom .white_box .small-text,
    .other-conditions-content .tick-text-div,
    .other-conditions-content .row_white_image_text .content_title .small-text,
    .other-conditions-content .row_white_image_text .white_box .white_box_div span,
    .other-conditions-content .image_text .content_text,
    .other-conditions-content .blue_background_content .content_text .small-text,
    .other-conditions-content .left_text .content_text .title-small-text
    {
        font-size: 1.6rem;
    }

    .other-conditions-content .content_1 .content_bottom .bottom_text .big-text,
    .other-conditions-content .image_text .content_text .big-text
    {
        font-size: 2rem;
    }

    .other-conditions-content .row_white_image_text .content_title .big-text,
    .other-conditions-content .blue_background_content .content_text .big-text
    {
        font-size: 3rem;
    }

    .other-conditions-content .blue_background_content .content_img
    {
        min-height: 15rem;
    }
}

@media(min-width: 2300px)
{

    /*.content_body .content_2 .content_img {
        width: 30% !important;
    }*/

    .chiro {
        width: 50% !important;
    }

    .book-banner {
        margin-left: 18% !important;
    }

    /*.big-text {
        font-size: 3.2rem !important;
        line-height: 45px !important;
    }

    .small-text {
        font-size: 1.6rem !important;
    }

    .tick-text-div span {
        font-size: 1.6rem !important;
    }

    .content_body .content_1 .toggle-link span {
        font-size: 2rem !important;
    }

    .white_box_div span {
        font-size: 1.6rem !important;
    }

    .qna-header, .context p {
        font-size: 1.6rem !important;
    }
    
    .how-to-text {
        font-size: 1.6rem !important;
        width: 100%;
    }

    .how-to-text img {
        width: 7%;
    }

    .review-context {
        font-size: 1.6rem !important;
        line-height: 1.83rem !important;
    }

    .review-title-header {
        font-size: 2rem !important;
        line-height: 2.2rem !important;
    }

    .contact-context, .sub-contact-header {
        font-size: 1.6rem !important;
        line-height: 2.1rem !important;
    }

    .contact-context-height {
        height: 4rem !important;
    }

    .get-in-touch-div div h6 {
        font-size: 1.9rem !important;
        line-height: 32.84px;
    }

    .get-in-touch-div div h2 {
        font-size: 2.65rem !important;
    }

    .infos h5, .infos h6 {
        font-size: 2rem !important;
    }

    #enquiry-form input[type="text"], #enquiry-form input[type="number"], #enquiry-form textarea {
        font-size: 1.6rem !important;
        line-height: 36.8px !important;
    }

    #enquiry-form input[type="text"]::placeholder, #enquiry-form input[type="number"]::placeholder, #enquiry-form textarea::placeholder {
        font-size: 1.6rem!important;
        line-height: 36.8px !important;
    }

    .content_body .card-header>h5>div>.btn {
        font-size: 1.6rem !important;
        line-height: 38.6px !important;
    }

    .content_body .card-body {
        font-size: 1.6rem !important;
    }*/
}