#suggested-header {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 0%;
}

#suggested-header .imagen {
  background-position: top center;
  background-position-y: -250px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  display: block;
  position: relative;
  background-attachment: fixed;
}

#suggested-header .imagen .overlay {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#suggested-header .title {
  position: relative;
  height: 450px;
}

#suggested-header .title h2 {
  color: #fff;
  font-size: 43px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

#suggested-header .title h2 span {
  margin-top: -7px;
  font-size: 43px;
  font-weight: 300;
}
#suggested{
    position: relative;
    float: left;
    width: 100%;
    display: block;
    padding-top: 0%;
    padding-bottom: 0;
    height: 480px;
    overflow: hidden;
}
#suggested .imagen-right{
    position: absolute;
    right: -15px;
    top: 0;
}
#suggested .imagen-right img{
    max-width: 100%;
}
#suggested .text-content{
    padding-top: 9%;
    padding-bottom: 4%;
}
#suggested .text-content p{
    margin: 0;
}
#suggested .text-content p span{
    font-weight: 300;
    padding-bottom: 4%;
    position: relative;
    display: block;
    font-size: 15px;
    text-align: justify;
}
#suggested .text-content p span i{
    padding-right: 1%;
    font-size: 23px;
    color: #3e50ba;
    font-weight: 600;
    top: 1px;
    position: relative;
}
/*MOBILE SCREEN*/
@media (max-width: 448px) {
  #suggested-header .imagen {
    background-position-y: inherit;
    background-attachment: inherit;
}
#suggested {
    height: auto;
}
#suggested-header .title h2 {
    font-size: 33px;
}
#suggested-header .title h2 span {
    font-size: 33px;
}
#suggested .imagen-right {
  position: relative;
      right: 0;
      top: 0;
      width: 100%;
}
}
