.customers-row .modal .close {
	top: -29px;
    right: -19px;
    font-size: 30px;
    font-weight: 300;
}
.customers-row .modal .modal-content {
    margin: 10% auto;
    width: 80%;
    height: 80vh;
    overflow: inherit;
}
.customers-row .customers-col {
  vertical-align: top;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 50px;
  min-height: 520px;
}
.customers-row .customers-col .customer-img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: top center;
  border-radius: 14px;
  margin-right: 15px;
  margin-bottom:30px;
}
.customers-row .customers-col .customer-name {
  font-size: 28px;
  font-family: 'Poppins',sans-serif;
  font-weight: bold;
}
.customers-row .customers-col .customer-desc {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto',sans-serif;
}
.customer-video-story {
	padding-top: 15px;
	position: absolute;
	bottom: 0;
}
.customer-btn {
padding: 10px 47px 10px 35px!important;
font-size: 14px;
background-color: #0060e0;
border-radius: 25px;
font-weight: bold;
color: #ffffff!important;
display: inline-block;
position: relative;
margin-right: 15px;
border: 1px solid #0060e0;
transition: all 300ms ease 0ms;
}
.customer-btn:hover{
    background-color: #ffffff;
	color: #0060e0!important;
}
.customer-link {
	position: relative;
	padding-right: 36px;
	transition: all 300ms ease 0ms;
}
.customer-link:hover{
    opacity: 0.8;
}
.customer-btn:after,
.customer-link:after{
font-family: ETmodules!important;
content: "\35";
font-size: 22.4px;
padding-left: 10px;
	 position: absolute;
    height: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
	right: 15px;
}
.customer-btn:hover:after {
	color: #0060e0;
}
@media only screen and (min-width: 768px) {
  .customers-row .customers-col {
    display: inline-block;
    width: 46%;
    margin-right: 2%;
  }

}