.Tab_wrapper 
{
    background: #F9F5F3;
    padding: 100px 0;
}
#gk-tabs-96 .gkTabsWrap > ol
{
    position: relative;
    display: block;
    border-top: 4px solid #d1143e;
    padding-top: 60px;
    z-index: 2;
    margin-right: 20px !important;
}
.gkTabsWrap.horizontal ol li span, .jmm-subtitle
{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Frank Ruhl Libre', serif;
}
.gkTabsWrap.horizontal ol li
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0 !important;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li
{
    color: #000;
}
.gkTabsWrap.horizontal .gkTabsItem
{
    padding: 0 !important;
}
.Tab_inner
{
    opacity: 1.0;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);
    padding: 34px 40px 33px;
}
.Tab_hd
{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 13px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: bold;
}
.Tab_p
{
    color: #777777;
    font-size: 17px;
    line-height: 28px;
}
.gkTabsWrap.horizontal ol li span
 {
    position: relative;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.gkTabsWrap.horizontal ol li span:after
{
    position: absolute;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 370px;
}
.jmm-icon span:before
{
    font-size: 90px;
}
.jmm-item
{
    border-right: 1px solid rgb(18, 18, 18);
}