.featured-events{
  display:flex;
  flex-direction: column;
  justify-content:space-evenly;
}

.featured-events__event{
  display:flex;
  max-width:1106px;
  margin-bottom:25px;
  background-color:white;
  flex:1;
}
}

.featured-events__image{
  flex:1 0 40%;
  height:100%;
}

.featured-events__content{
  flex:2 0 60%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding: 25px 40px
}

.featured-events__content H4{
  -webkit-box-direction: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: Montserrat !important;
  font-weight:700;
    margin: 0 0 20px;
    color: #00b3e0;
    line-height: 1.2;
    text-transform: uppercase;
      font-size: 0.83em;
}

.featured-events__content h3{
  -webkit-box-direction: normal;
    box-sizing: border-box;
    font-family: Montserrat !important;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
   color: #003f52;
}

.featured-events__content p {
  font-size: 16px;
    line-height: 1.5;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    margin: 0 0 20px;
    font-family: Montserrat !important;
    font-weight: 300;
      color: #4e4e4e;
}


a.event-button {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Montserrat',sans-serif !important;
  text-align: center;
  font-weight: 700;
  background: #F7A947;
  padding: 12px 20px;
  display: inline-block;
  border: 1.41px solid #F7A947;
}

a.event-button:hover {
  opacity: 1;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color:#fff;
}

.featured-events__location{
padding-top:10px
}

.event-button{
  margin-top:10px
}

.featured-events__location:before{
  content: url('https://www.sumnerone.com/hubfs/Map-Icon.svg');
  position:relative;
  display: inline-block;
    vertical-align: middle;
    height: 35px;
  width:35px;
    line-height: normal;
    margin-right:18px;
  }

.featured-events__date:before{
  content: url('https://www.sumnerone.com/hubfs/Calendar-Icon.svg');
  position:relative;
  display: inline-block;
    vertical-align: middle;
    height: 35px;
  width:35px;
    line-height: normal;
    margin-right:18px;
  }


.featured-events__image img{
  object-fit:cover;
  width:100%;
  height:100%;
  min-height:350px;
  display:block;
}

@media (max-width: 767px) {
  .featured-events__event{
    flex-direction:column;
    width: calc(100% - 30px);
        max-width: 400px;
    margin:0 auto;
    margin-bottom: 30px;
  }
  
  .featured-events__image{
      flex:1 0 100%;
  }
  
  .featured-events__image img{
    height:150px;
  }
}