/* your styles go here */
.well {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
  }

  /* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
    .profile {font-size:15px;} /*1rem = 16px*/
  }
   
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  
    .profile {font-size:10px;} /*1rem = 16px*/
  }
   
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .profile {font-size:11px;} /*1rem = 16px*/
  }
   
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .profile {font-size:12px;} /*1rem = 16px*/    
  }