.container {
  max-width: 700px;
}

h1 {
  font-family: "Open Sans", sans;
  font-weight: 200;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

h2 {
  color: #fff;
  font-family: "Raleway", sans;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
}
h4{
  font-family: "Raleway", sans;
}

.service-details {
  /*width: 460px;*/
 height: 350px;
  /*height: 230px;*/
  overflow: hidden;
  position: relative;
}

.service-details img {
  position: absolute;
 
  left: auto;  
  top: 0;
  height: inherit;
  width: auto;
  height: 100%;
  float: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
}

.service-details:hover img {
  /*opacity: 0.4 !important;*/
}

.service-details .service-hover-text h3 {
  padding: 0px;
  margin: 0px;
  font-size: 25px;
  font-weight: 300;
  font-family: "Open Sans";
}

.service-details .service-hover-text h4 {
  padding: 0px;
  padding-bottom: 13px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  font-family: "Open Sans";
  border-bottom: 2px solid #40c9a2;
}

.service-details .service-hover-text p {
  padding-top: 13px;
  font-size: .9rem;
  text-align: justify;
  line-height: 20px;
  font-family: "Open Sans";
}

.service-details .service-hover-text {
  width: 61%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 69%;
  padding: 3% 4%;
  background: #4d4d51;
  color: white;
  /*  display: none;*/
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.4s;
}

.service-details:hover .service-hover-text {
  display: block !important;
  color: white;
  background: #4d4d51;
  left: 0px;
  top: 0px;
}

.service-details .service-text {
  width: 50%;
  height: inherit;
  background: #000;
  float: left;
  position: absolute;
  left: 69%;
}

.service-details .service-text p {
  padding: 100px 0px 0px 20px;
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 00;
  color: #fff;
}

.service-details .service-text p span {
  font-family: "Open Sans" !important;
}

.service-details .service-text a, .service-white .service-text {
  padding: 0px 0px 0px 20px;
  font-size: 14px !important;
  color: #FF5A22 !important;
  font-family: "Open Sans" !important;
  text-decoration: none !important;
}

.service-details .service-text {
  float: left;
  display: flex;
    align-items: center;
}

.service-white {
  background: #881e5b !important;
  width: 31% !important;
  height: inherit !important;
}

.service-white p {
  color: #000 !important;
}

/*SEGUNDO*/
#servicio-2.service-details .service-text{
  left: 0;
}
#servicio-2.service-details .service-hover-text{
  left: auto;
  right: 69%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.4s;
}
#servicio-2.service-details img{
  right:  0%;
  left: auto;
}
#servicio-2.service-details:hover .service-hover-text{
  right: 0!important;
}
#servicio-2.service-details{
  height: 370px;
}