.l-cta-card-content-item-title{
    color: #000;
    font-size: 18px;
    line-height: 18px;
}

.l-cta-card-content-item-icon{
    min-width: 79px;
}

.l-cta-card-content-item{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.l-cta-card-content-item:last-of-type{
    margin-bottom: 0;
}

.content-wrap table td, 
.content-wrap table th{
    font-size: 15px;
    line-height: 27px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 8px;
    font-weight: 400;
}

.content-wrap table th{
    background: #33404d;
    color: #fff;
}

.content-wrap tr:nth-child(even) {
    background: #eff2f5;
}

body .content-wrap .fixed-widget{
    display: block;
}

.content-wrap p{
    margin-bottom: 10px;
}

@media screen and (max-width:768px){
    .l-hero .h1{
        margin-top: 1rem;
    }
    .l-breadcrumbs ul{
        gap: .5rem
    }
}