.post.in-page{
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
    
}
.post.in-page a:hover{
    text-decoration: none;
    
}

.post.in-page .main-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.post.in-page .main-image img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
    transition: 0.5s all;
}
.post.in-page:hover .main-image img{
    transform: scale(1.1);
}

.post.in-page >  a {
    width: 100%;
    height: auto;
    display: block;
}

.post.in-page .title{
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 91.57%;
    letter-spacing: -0.035em;
    color: #000000;
}
.post.in-page .meta{
    font-family: Khula;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 91.57%;
/* identical to box height, or 11px */


color: #919191;
margin-top: 12px;
margin-bottom: 12px;
}

.post.in-page .description{
    font-family: Khula;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1em;
    color: #333333;
}

@media only screen and (max-width: 980px){
    .post.post.in-page{
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
        
    }
}

@media only screen and (max-width: 785px){
    .post.post.post.in-page{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
        
    }
}

.wpb-js-composer  .custom-tabs .vc_tta-panels-container .vc_tta-panels{
    background-color: white !important;
    background: white !important;
    border: none !important;
}

.custom-tabs .vc_tta-tabs-container {
    background-color: white;
}

.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
    background-color: #C80002;
    margin:0;
    border: none;
    border-radius: 0;
}

.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #C80002;
    color: white;
}
.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    background: white;
    margin:0;
    border: none;
    border-radius: 0;
}

.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    font-family: Khula !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 105.07%;
    color: #4F4F4F;
    border: none;
}