﻿.tth .standfirst img {width:100%;height:auto;margin-bottom:20px;}

.tth .accordion-blue.kohera-accordion .tab-label{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    background: #f7f4f0 !important;
    color:#0f2f56 !important;
    border: 0;
    padding: 20px;
    text-align: left;
    cursor: pointer;
}

.tth  .kohera-accordion {
     overflow: hidden;
     border: 1px solid #B1B4B6;
     border-top:none;
}

.tth h3 + .kohera-accordion .tab-label {
    border-top: 1px solid #B1B4B6 !important;
}