.experiencia__resize{
  background-color: none;
  width: 50%;
} 
@media screen and (max-width: 768px) {
  .experiencia__resize{
    background-color: #fff;
    width: calc(100% - 40px);
  }  
}