.html-content.home-cards {
    padding: 40px 0;
}

.html-content .flex-cards {
    display: flex;
    justify-content: space-between;
}

.html-content .flex-cards .flex-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    flex: 0 0 50%;
}

.html-content .flex-cards .flex-card-image {
    width: auto !important;
    height: auto !important;
    max-width: 114px;
    display: block;
    margin-bottom: 20px;
}

.html-content .flex-cards .flex-card p {
    margin: 0;
    font-size: 18px;
    line-height: 150% !important;
}

.html-content .flex-cards .flex-card p .link-action-blue {
    max-width: 300px;
    display: block;
}

@media (max-width: 767px) {
    .html-content.home-cards {
        padding: 30px 0 40px;
    }

    .html-content .flex-cards {
        flex-direction: column;
        gap: 33px;
    }

    .html-content .flex-cards .flex-card {
        padding: 0 3px;
        flex: 0 0 100%;
    }

    .html-content .flex-cards .flex-card-image {
        max-width: 147px;
        margin-bottom: 25px;
    }

    .html-content .flex-cards .flex-card p .link-action-blue {
        max-width: 100%;
        display: block;
        margin-bottom: 4px;
    }

    .html-content .flex-cards .flex-card br {
        display: none;
    }
}

/***************    ****************/
/*           signs symptoms        */
/***********************************/
.html-content.heart-attr {
    margin-top: 14px;
}

.heart-attr .icon img {
    max-width: 97px;
}

.heart-attr .icon-with-content {
    margin-left: 20px;
    margin-bottom: 0;
    align-items: start;
}

.heart-attr .icon-with-content .content {
    margin-top: 5px;
}

.heart-attr .icon-with-content .cyan-dots.types-attr {
	margin-left: 140.5px;
	margin-bottom: 0;
}

.heart-attr .icon-with-content:nth-child(2) {
    margin-top: -19px;
}

.heart-attr .cyan-dots.types-attr li {
    margin: 0;
}

.heart-attr .icon-with-content:nth-child(3) {
    margin-top: 0px;
}

.possible-symptoms .page-subtitle {
    margin: 20px 0 36px;
}


.symptoms-figure-wrapper .body-attr .left-group img {
    display: none;
}

@media (min-width: 992px) {
    .symptoms-figure-wrapper .body-attr .left-group img {
        display: block;
        margin-top: 30px;
    }
}

.symptoms-figure-wrapper .symptom .icon {
    margin-bottom: 15px;
}

.symptoms-figure-wrapper .symptom .icon img {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .symptoms-figure-wrapper .symptom .icon {
        display: none;
    }
}

.symptoms-figure-wrapper .symptom .title {
    font-size: 18px;
    line-height: 25px;
    font-family: "AvenirLTStd-Black";
    margin-bottom: 5px;
}

.symptoms-figure-wrapper .symptom .title h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

@media (min-width: 992px) {

    .symptoms-figure-wrapper .symptom .title,
    .symptoms-figure-wrapper .symptom .title h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {

    .symptoms-figure-wrapper .symptom .title,
    .symptoms-figure-wrapper .symptom .title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.symptoms-figure-wrapper .symptom .list {
    display: flex;
    flex-wrap: wrap;
}

.symptoms-figure-wrapper .symptom .list ul {
    width: 50%;
    flex: 50%;
}

.symptoms-figure-wrapper .symptom .list ul li {
    font-size: 18px;

    line-height: 22px;
    margin-bottom: 5px;
}

.symptoms-figure-wrapper .symptom .list ul li:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .symptoms-figure-wrapper .symptom .list ul li {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 1200px) {
    .symptoms-figure-wrapper .symptom .list ul li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {

    .symptoms-figure-wrapper .body-attr {
        display: flex;
        margin-top: 34px;
    }


    .symptoms-figure-wrapper .left-group {
        width: 100%;
        max-width: 225px;
        margin-right: 46px;
    }

    .symptoms-figure-wrapper .right-group {
        width: 100%;
        flex: 1;
    }
}

@media (min-width: 1200px) {
    .symptoms-figure-wrapper .left-group {
        max-width: 215px;
    }
}

.symptoms-figure-wrapper .symptom .title h4,
.symptoms-figure-wrapper .symptom .title h3 {
    color: #063d41;
}

.symptoms-figure-wrapper .symptom .cyan-dots {
    margin-inline: 0;
}

.symptoms-figure-wrapper .symptom .list ul {
    display: block;
    list-style-type: none;
    margin-block-start: 14px;
    margin-block-end: 14px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.symptoms-figure-wrapper .symptom .list ul li:before {
    font-size: 30px;
    float: left;
    margin: 0 0 0 -18px;
    width: 4px;
    content: "•";
}

.symptoms-figure-wrapper .symptom hr {
    border-top: 2px solid #f2644a;
    opacity: 1;
}

.symptoms-figure-wrapper .symptom.neural hr {
    display: none;
}

.symptom.heart hr {
    display: none;
}

@media (min-width: 992px) {
    .symptoms-figure-wrapper .symptom.foot hr {
        display: block;
    }

    .symptoms-figure-wrapper .symptom.neural hr {
        display: none;
    }

    .symptoms-figure-wrapper .symptom.heart hr {
        margin: 10px 0 !important;
    }

    .symptoms-figure-wrapper .symptom.foot hr {
        margin: 10px 0 !important;
    }

    .symptoms-figure-wrapper .symptom.other hr {
        margin: 10px 0 !important;
    }

    .symptoms-figure-wrapper .body-attr .right-group {
        display: flex;
        flex-direction: column;
    }

    .symptoms-figure-wrapper .body-attr .right-group .symptom.heart {
        order: 0;
    }

    .symptoms-figure-wrapper .body-attr .right-group .symptom.neural {
        order: 1;
    }

    .symptoms-figure-wrapper .body-attr .right-group .symptom.foot {
        order: 3;
    }

    .symptoms-figure-wrapper .body-attr .right-group .symptom.other {
        order: 2;
    }
}

@media (max-width: 991px) {
    .symptoms-figure-wrapper {
        margin-top: 10px;
    }

    .symptoms-figure-wrapper .body-attr {
        display: flex;
        flex-direction: column-reverse;
    }
}

.symptoms-figure-wrapper .left-group .figure.img-responsive {
    max-width: 100%;
    height: auto;
}
.foot-note {
	margin-top: 13px !important;
	color: #4D4E50;
}
/***************    ****************/
/*    What is ATTR amyloidosis     */
/***********************************/
.page--title {
    margin-top: 37px;
    margin-bottom: 24px;
}

.content-with-sidebar .content__body .container {
    padding: 0;
}

.causes-attr .page-subtitle {
    margin-top: 36px;
    margin-bottom: 28px;
}

.icon-with-content {
    display: flex;
    align-items: center;
    gap: 23.5px;
    margin-bottom: 20px;
    margin-left: -7px;
}

.sep-arrow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 33px;
    margin-left: 97px;
}

.sep-arrow::after,
.sep-arrow::before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #f2644a;
    width: 47%;
}

.sep-arrow::before {
    margin-right: auto;
    margin-left: 0;
}

.sep-arrow::after {
    margin-left: auto;
    margin-right: 0;
}

.sep-arrow img {
    display: block;
    margin-bottom: 8px;
    height: auto;
}

.orange-stroke {
    padding: 28px 0px 27px;
    border-top: 4px solid #f2644a;
    border-bottom: 4px solid #f2644a;
}

.orange-stroke {
    margin-top: 37px;
    margin-bottom: 32px;
}

.different-attr .page-subtitle+p {
    margin-top: 37px;
    margin-bottom: 14px;
}

.cyan-dots.types-attr {
    margin-left: 21px;
    padding: 0;
    list-style: none;
    margin-bottom: 13px;
}

.cyan-dots.types-attr li {
    margin-left: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}

ul.cyan-dots li::before {
    color: #f2644a;
    float: left;
    margin: 0 0 0 -1em;
    width: 1em;
    content: "•";
    width: 22px;
    font-size: 34px;
    margin-left: -20px;
}

.next-container.text-right {
    text-align: right;
    margin-top: 45px;
    padding-right: 15px;
}

.next-container .next {
    font-family: Epilogue;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
}

.next-container a::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 14px;
    height: 14px;
    border: solid #f2644a;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    /* position: relative; */
}

.next-container a {
    text-underline-offset: -60px;
    position: relative;
}

.icon img {
    max-width: 80px;
}

@media (max-width: 991px) {
    .page--title {
        margin-top: 54px;
        margin-bottom: 24px;
    }

    .causes-attr .page-subtitle {
        margin-top: 26px;
    }

    .icon-with-content {
        flex-direction: column;
        margin-left: 0;
        gap: 28px;
        margin-bottom: 14px;
    }

    .sep-arrow {
        margin-left: 0;
    }

    .icon-with-content .content {
        width: 100%;
    }

    .orange-stroke {
        margin-top: 34px;
        margin-bottom: 20px;
    }

    .different-attr .page-subtitle+p {
        margin-top: 19px;
    }

    .cyan-dots.types-attr li {
        margin-left: 20px;
        line-height: 22.86px;
        margin-bottom: 16px;
    }

    .cyan-dots.types-attr {
        margin-bottom: 19px;
    }

    .next-container.text-right {
        text-align: right;
        margin-top: 33px;
        padding-right: 15px;
        padding-top: 20px;
        border-top: 1px solid #f2644a;
        max-width: max-content;
        display: flex;
        flex-direction: column;
        align-self: end;
        float: right;
        margin-right: 15px;
        padding-right: 0;
    }

}