.main-secction{
  border: 1px solid #d0d0d0;
}

.image-section{
  padding: 0px;
}

.image-section img{
  position: relative;
}

.user-image{
  width: 200px;
  height: auto;
}
.user-left-part{
  margin: 0px;
}
 
.user-profil-part{
  padding-bottom:30px;
  background-color:#FAFAFA;
}
  
.profile-right-section{
  padding: 20px 0px 10px 0px;
  background-color: #FFFFFF;  
}
  
.profile-right-section-row{
  margin: 0px;
}
  
.profile-header-section1 h1{
  font-size: 25px;
  margin: 0px;
}
  
.profile-header-section1 h5{
  color: #0062cc;
}
.textoE{
display:none;
}
#textoF{
display:none;
}
@media (max-width: 750px ) {
  .OLPE {
    display: none;
  }
}
@media (max-width: 750px ) {
  .profile-header-section1 h1{
    font-size:18px;
  }
  .profile-header-section1 h5{
    font-size:17px;
  }
  .tamanoE{
    font-size:14px;
  }
  .tamanoE h5{
    font-size:17px;
  }
  .tamanoE h2{
    display:none;
  }
  .textoE{ 
    display: block;
    font-size:20px;
    color:#387386;
  }
  .tamanoE h2 b {
    color: #ff6600;
  }
  .tamanoE .textoE::after {
    content: "";
    width: 150px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: rgba(252, 102, 2, 1);
    left: 0;
    right: 0;
    bottom: -0px;
  }
}