/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 12:44:19 */
body.post-template-blog-single-custom .blog-content .profile-left .avatar img {
    margin-top: 0;
}
.card {
  background-color: #7a506b;
  color: #ffffff;
  max-width: 1050px;
  padding: 40px 50px;
  border-radius: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.profile-left {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 250px;
}

.avatar img {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  object-fit: cover;
}

.profile-info h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.designation {
  font-size: 14px;
  color: #e6dfe4;
}

.profile-right {
  flex: 1;
}
.profile-info h4 {
    color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
    padding-bottom: 5px !important;
	padding-top: 0;
}
.profile-right p {
  font-size: 14px;
  line-height: 1.7;
  color: #f3eaf0;
}

/* Responsive */
@media (max-width: 767px) {
  .card {
    flex-direction: column;
    text-align: center;
	  margin: auto;
	  max-width: calc(100% - 15px);
  }

  .profile-left {
    flex-direction: column;
  }
}