.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.center-img {
    display: block;
    margin: auto
}
.rectangle_4 {

    background: #3DA83A;
    color: white;
    height: 54px;
    font-weight: bold;
    width: 183px;
    display: table;
    margin: 10px auto;
    border-radius:12px 12px 12px 12px;
    text-align: center;
}
.rectangle_4 h3 {
    vertical-align: middle;
    display: table-cell;
}
li.big-check {
    list-style: none;
    font-size: 18px;
}
li.big-check::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size:contain;
    background-image: url('../img/campaign/sarcopeniaCaring2206/check.png');
    /*background-size: 40px;*/
}
li.big-check span {
    position: relative;
    left: 10px;
}

p.normal-font-p {
    font-size: 18px;
    line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    .mobile-space {margin-top:10px;}
}

.row-last-col-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hl-span{
    font-weight: bolder;
    font-size: 22px;
    text-decoration: underline;
}