@media screen and (min-width: 992px) {
    .single-keypeople .lqd-contents#content .lqd-contents {
        width: 100%;
    }
}

body.single-keypeople main#lqd-site-content #lqd-contents-wrap {
    padding-top: 25px;
}

.lqd-sidebar-container {
    display: none;
}

div#lqd-contents-wrap .lqd-sidebar-container {
    display: block;
}


@media screen and (min-width: 992px) {
    body.single-keypeople main#lqd-site-content #lqd-contents-wrap {
        padding-top: 150px;
    }
}

h1.entry-title,
.post .entry-content h1,
.post .entry-content h2,.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6, .widget .filter-title, .widget .widget-title, .widget .widgettitle{
    color:#000
}

@media screen and (max-width:479px){
    .single-keypeople h1.entry-title{
        font-size:clamp(25px,4vmax,30px)
    }
}
.custom-keyperson-item {
    display: grid;
    gap: 20px;
}

@media (min-width: 767px){
.custom-keyperson-item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
}
}

.keyperson-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (min-width: 767px){
    .keyperson-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 20px;
    }
}

.keyperson-description p{
    margin-bottom: 0;
    font-size: 18px;
}

.keyperson-description p.designation {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.keyperson-description p.core{
    font-size: 18px;
    font-weight: 600;
}

.keyperson-description ul.core-wrapper, .keyperson-description ul.core-wrapper li {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.contact-wrapper a {
    color: #ffffff;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #8F0B6A;
    fill: #000000;
}

.contact-wrapper a svg {
    width: 20px;
    height: 20px;
}

.contact-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

@media (min-width: 1200px){
    .keyperson-description p.designation {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 600;
    }

    .keyperson-description p.core{
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
    }

    .keyperson-description ul.core-wrapper, .keyperson-description ul.core-wrapper li{
        font-size: 20px;
        font-weight: 500;
        line-height: inherit;
    }

    .contact-wrapper a svg {
        width: 25px;
        height: 25px;
    }

    .contact-wrapper {
        margin-top: 20px;
    }
}




