.row-md {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
}

.col {
    flex: 1 0 0% !important;
    padding: 0;
}

.col img {
    padding: 0 15px;
    transform: rotateY(180deg);
}

p.p-smaller {
    font-size: 23px !important;
}

#page-header .page-title h1 {
    width: 100%;
}

.subpage-info-dark p,
.subpage-info-dark-gradient p,
.cust-p p {
    font-size: 24px !important;
}

.subpage-info-dark h3,
.subpage-info-dark-gradient h3 {
    font-size: 36px;
}

.subpage-info h3 {
    font-size: 36px;
}

.subpage-info h4.blue,
.subpage-info p.blue {
    font-size: 24px !important;
    font-family: 'Gotham-Book';
    color: #154396;
}

p.medium {
    font-family: 'Gotham-Medium' !important;
}

.subpage-info p {
    line-height: 1.25;
    font-family: 'Gotham-Book';
}

.bold-cust {
    font-family: 'Cairo-regular' !important;
    line-height: 30px !important;
    color: #154396;
}

ul li p.blue {
    margin: .25em 0;
}

.mt-4em {
    margin-top: .4em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

ul.m-0 p {
    margin: 0 !important;
}

.iconWtext {
    display: flex;
    flex-direction: row-reverse;
}

.iconWtext img {
    margin-left: 15px;
}

ul.left-list {
    padding-left: 20px !important;
}

ul.left-list li {
    padding-bottom: 0;
}

ul li p {
    padding-left: 5px !important;
    line-height: 1.4 !important;
}

.dark-text,
.dark-text * {
    color: #323232 !important;
}

.subpage-info-dark th,
.subpage-info-dark-gradient th {
    background: transparent;
    padding: 0px 10px;
    font-size: 20px;
    text-transform: none;
    color: white;
    text-align: center !important;
    line-height: 1.1;
}

.subpage-info-dark td,
.subpage-info-dark-gradient td {
    padding: 5px 15px;
}

.subpage-info-dark td:not(:first-child),
.subpage-info-dark-gradient td:not(:first-child) {
    text-align: center;
}

.subpage-info-dark table,
.subpage-info-dark-gradient table {
    border: 1px solid #fff;
    direction: rtl;
}

table.mucus-table tr th:first-child,
table.mucus-table tr td:first-child {
    max-width: 220px !important;
}

table.mucus-table tr th:not(:first-child),
table.mucus-table tr td:not(:first-child) {
    border-right: 1px solid #fff;
}

table.mucus-table thead {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width:500px) {
    .row-md {
        flex-direction: column !important;
    }

    .col img {
        width: 40%;
        margin: auto;
    }
}