/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://example.com
Template: astra
Version: 1.0
*/

div#singleimage, div#singleimage img, div#singleimage figure, div#singleimage .vc_single_image-wrapper {
    width: 100%;
}
#leadership h3 a {
    text-decoration: none;
    color: #0C0C0C;
}
.thought-leadership-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.thought-card{
background:#eae8e4;
overflow:hidden;
}

.thought-image img{
width:100%;
height:200px;
object-fit:cover;
display:block;
}

.thought-content{
padding:20px;
}

.thought-title{
font-size:18px;
font-weight:600;
margin-bottom:15px;
line-height:1.4;
}

.thought-title a {
    text-decoration: none!important;
    color: #043451;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0%;
}

.thought-view {
    color: #0C0C0C;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: none!important;
}

.thought-view{
color:#c58c2b;
text-decoration:none;
font-weight:600;
}

.thought-view:hover{
text-decoration:underline;
}








@media(max-width:1024px){
.thought-leadership-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.thought-leadership-grid{
grid-template-columns:1fr;
}
}