/*

[Custom Stylesheet]

Project: QuickFix - Multipurpose Servicing and Repairing HTML Template
Version: 1.0
Author : themelooks.com

*/

/* Brand logo sizing */
.header--section .logo img {
  max-height: 56px;
  max-width: 180px;
  width: auto;
  height: auto;
}

.footer--about .logo img,
.footer--section .logo img {
  max-height: 70px;
  max-width: 200px;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .header--section .logo img {
    max-height: 46px;
    max-width: 160px;
  }
}

/* Team image consistency */
.expert--member-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* CEO message block */
.ceo-message--photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid #eee;
}

.ceo-message--content {
  background: #fff;
  border: 1px solid #eee;
  padding: 28px;
}

.ceo-message--signature img {
  max-height: 60px;
  width: auto;
}

.ceo-message--name {
  margin-top: 10px;
}
