.case-study-filters {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 80px;
}
.case-study-filters .case-study-search-area {
    width: 55% !important;
    height: 66px;
    position: relative;
    /* background-color: #247b6c3b; */
    
}
.case-study-filters .case-study-search-area input{
    height: 100%;
    background-color: #247b6c3b;
    border-radius: 15px;
}
.case-study-form-control-search-icon{
    position: absolute;
    /* top:17px; */
    right:20px;
    height: 66px;
}
.case-study-filters select {
    background-color: #247b6c3b;
    width: 30%;
    border-radius: 15px;
}
#case-study-results {
	display: flex;
	flex-wrap: wrap;
	gap:50px;
}
#case-study-results  .case-study-item {
	width:48%;
    height: 420px;
}
.case-study-thumbnail{
    width: 100%;
    height: 50%;
    /* height: calc(100vw / 1200 * 223); */
    overflow: hidden;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.case-study-thumbnail img {
    width: 100%;
    object-fit: cover;
    transform: translate(0, -15px);
}
.case-study-item-cont{
    padding: 30px;
    /* height: calc(100vw / 1200* 223); */
    height: 50%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 1px 0px;
    /* overflow: hidden; */
    display: table-cell;
}
.case-study-item-cont .excerpt{

}