.research_container {
    display: flex;
    column-gap: 30px;
}
@media(max-width:700px){
	.research_container{
		flex-direction: column-reverse;
	}
	.detailed_info{
		padding: 10px;
	}
}
@media(min-width:1026px){
	.work_wrapper {
    	display: grid;
	}
	.work_img {
		min-height: 360px;
	}
	.detailed_info{
		padding: 50px;
	}
}
.work_wrapper {
    grid-template-columns: 1fr 2fr;
    grid-gap: 0;
	margin-bottom: 30px;
}
.work_wrapper:hover {
    background-color: #E8F2FF;
}
.work_project {
    color: #808080;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    margin: 20px 0px;
}
.detailed_info {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}
.elementor img {
    height: 100%;
	width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.work_title {
    color: #041F3E;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.work_subheading {
    color: #DF5464;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.work_excerpt {
    color: #041F3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 40px;
}
.work_link a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 10px 30px;
    background-color: #DF5464;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DF5464;
}
.work_link a:hover {
    background-color: white;
    color: #df5464;
}
.work_cats {
    color: #C5C5C5;
	font-family: Averta;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.cat_btns label, .cat_btns_mob label {
    border-bottom: 2px solid #DF5464;
    border-radius: 0px;
    padding: 10px 0;
    margin: 5px;
    cursor: pointer;
    background-color: white;
    color: #041F3E;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
	line-height: 28px;
    font-weight: 600;
}
.cat_btns input, .cat_btns_mob input {
    display: none;
}
.cat_arrows {
    display: flex;
    justify-content: space-around;
    width: 15%;
}

/*  sticky filter menus*/
.cat_btns {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}