.btn {
     text-transform: none!important; 
}
.green
{
color:#066839;
}

.background-sponsors {
    padding: 60px 0px 40px 0px;
    /*background: #edfff6 url(../images/sponsors.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-grey {
    position: relative;

    background: #f4f0f9;
}

.guest-heading h6 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
	font-weight:600;
}
.guest-heading h7 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 25px; 
	font-weight:600;
}


.guest-heading {
    border-left: 4px solid #056839;
    padding-left: 10px;
    width: fit-content;
    margin-bottom: 6px;
}

    .guest-heading h3 {
        text-align: left;
        /* background-color: #dcffee; */
        color: #00733c;
        /* padding: 0px 10px; */
        width: max-content;
        border-radius: 2px;
        font-size: 16px;
        margin: auto;
    }

.guest-interview-details .news-area .entry-meta.guest-meta-tag {
    background: transparent;
    color: #989898;
}

    .guest-interview-details .news-area .entry-meta.guest-meta-tag p {
        font-size: 14px;
        font-weight: normal;
    }

.guest-about-section {
    font-weight: 500;
    font-size: 16px;
    line-height:25px;
}

.myaccordion .blockquote2 p {
    margin: 0px auto 20px;
}

.sec-divide-news .img-thumbnail {
    overflow: hidden;
    transition: 0.35s;
}

.sec-divide-news .img-thumbnail img {
    transition: 0.35s;
}

.sec-divide-news .img-thumbnail:hover {
    transform: translateY(-10px);
}
