.newsletters_list .types .newsletter,
.newsletters_list .gchoice {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 1px solid #cacaca;
    background-color: #ffffff;
    box-sizing: border-box;
}

.newsletters_list .types .newsletter .check_section {
    display: flex;
    align-items: center;
}

.newsletters_list .types .newsletter .check_section .title,
.newsletters_list .gchoice .title {
    font-size: 36px;
    font-family: 'ABC Repro Medium', 'ABC Repro Regular', 'ABC Repro', sans-serif;
    font-weight: 500;
    color: #171717;
    text-align: left;
    line-height: 27px;
    margin: 0;
}

.newsletters_list .types .newsletter .check_section .guide_mfq {
    margin-inline-end: 20px;
    cursor: pointer;
}

.newsletters_list .types .newsletter .check_section img,
.newsletters_list .gchoice img {
    height: 47px;
}

.newsletters_list .types .newsletter .details {
    padding-inline-start: 40px;
    margin-top: 10px;
}

.newsletter.good_to_know {
    padding-inline-start: 15px;
    border-inline-start: 1px solid #000000;
}

.newsletters_list .types .newsletter .details .details_description,
.newsletters_list .gchoice .description,
.newsletters_list .gfield_label,
.newsletters_list .gfield_description,
.newsletters_list .title p,
.newsletters_list .title h4 {
    font-size: 18px !important;
    font-family: 'ABC Repro', sans-serif !important;
    color: #000000 !important;
    text-align: left;
    line-height: 27px !important;
}

.newsletters_list .gchoice .description {
    margin: 10px 0 0 0;
}

.newsletters_list .title h4,
.newsletters_list .gfield_label {
    font-weight: 700 !important;
    margin-block: 3px !important;
}

.newsletters_list .gfield-choice-input {
    position: relative;
    top: 13px;
    width: 16px !important;
    height: 16px !important;
}

.newsletters_list .gfield-choice-input::before {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    position: relative !important;
    top: -1px;
}
