* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
#i95k4{
  margin-top:50px;
}
#ibbqi{
  background:#556666;
  padding:12px 20px;
}
.profile-container{
  max-width:850px;
  margin:40px auto;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:#333;
}
.profile-content{
  display:flex;
  gap:30px;
  padding:0 17px;
  align-items:flex-start;
}
.profile-image-wrapper{
  flex-shrink:0;
}
.profile-img{
  width:130px;
  height:130px;
  object-fit:cover;
  display:block;
}
.profile-details{
  line-height:1.6;
}
.name{
  margin:0 0 15px 0;
  font-size:16px;
  letter-spacing:2px;
  line-height:20.8px;
  font-weight:700;
  color:#1F2526;
  font-family:'Europa-Bold', sans-serif;
}
.designation{
  margin:0 0 20px 0;
  font-size:16px;
  font-weight:700;
  letter-spacing:0.4px;
  line-height:20.8px;
  font-family: 'Assistant ExtraLight', sans-serif;
  color:#080B0CE0;
}
.description p{
  margin-bottom:20px;
  font-size:16px;
  font-weight:300;
  letter-spacing:0.4px;
  line-height:20.8px;
  font-family: 'Assistant ExtraLight', sans-serif;
  color:#080B0CE0;
}
.button-wrapper{
  text-align:center;
  margin-top:30px;
}
.back-btn{
  display:inline-block;
  background-color:#1F2526;
  color:#ffffff;
  text-decoration:none;
  font-size:12px;
  font-weight:300;
  letter-spacing:3px;
  font-family:'Europa-Bold', sans-serif;
  padding:17px;
  transition:opacity 0.3s;
}
.back-btn:hover{
  opacity:0.9;
}
@media (max-width: 600px){
  .profile-content{
	flex-direction:column;
	align-items:center;
	text-align:center;
  }
}