.featured_img__wrapper {
  position: relative;
  height: 360px;
}
.featured_img__wrapper img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}
/*.featured_img__wrapper:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: var(--se-500);
  right: -30px;
  top: 60px;
}*/
.right_img .featured_img__wrapper:before {
  right: 0;
  left: -30px;
}
.image_and_text_wrapper .image-wrapper img{
    max-height: 360px;
    object-fit: contain;
}
@media screen and (max-width: 991px) {
  .featured_img__wrapper:before { 
    right: -15px;
    width: 30px;
  }	
  .right_img .featured_img__wrapper:before {
    right: 0;
    left: -15px;
  }
	.image_and_text_wrapper .image-wrapper img{
      object-fit: contain;
      max-height: 100%;
      height: auto;
  }
  .featured_img__wrapper {
		margin-bottom:30px;
	}
    .image_and_text_wrapper .image-wrapper{
    	margin-top: 30px;
    }
}
@media all and (max-width:575px){
	
}