.page-header {
  height: 240px;
  margin-bottom: 0px;
  background-size: cover; }
  .page-header .top-title {
    text-align: center; }
    .page-header .top-title h1 {
      margin-top: 10px;
      font-size: 26px;
      font-weight: 900;
      line-height: 1.15; }
    .page-header .top-title h2 {
      margin-top: 55px;
      margin-bottom: 10px;
      margin-right: 44px !important;
      font-weight: 400;
      font-size: 22px;
      font-style: italic;
      line-height: 1.14;
      text-transform: none;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
      .page-header .top-title h2 span {
        padding-left: 80px; }

.text-card {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 11px 35px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  border: solid 1px #eaedf2;
  background-color: #ffffff;
  padding: 22px 6px;
  font-size: 14px;
  line-height: 1.21;
  margin-top: 40px; }
  .text-card.px-15 {
    padding-left: 15px;
    padding-right: 15px; }
  .text-card h3 {
    color: #fe5b5c;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: normal;
    font-weight: bold;
    margin-bottom: 15px; }
  .text-card p {
    margin-left: 10px;
    margin-right: 10px; }

.photo-card {
  min-height: 228px;
  height: auto;
  overflow: hidden;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 40%), linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 25%), url("../img/about_us/bgr-02.jpeg");
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 12px;
  justify-content: center; }
  .photo-card h2 {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #fff; }

.section-title .h1 {
  font-size: 22px;
  font-weight: 900;
  margin-top: 10px; }

.section-title h3 {
  line-height: 1.29;
  margin-top: 20px; }

.team-container {
  flex-flow: row wrap;
  justify-content: space-between; }

.team-card {
  display: grid;
  width: 100%;
  color: #5e6b79;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  grid-template: 'photo _name' 'photo _role';
  grid-template-columns: 120px auto; }
  .team-card .team-card__photo {
    grid-area: photo;
    width: 102px;
    margin-right: 16px; }
  .team-card .team-card__name {
    grid-area: _name;
    margin-top: auto;
    font-size: 18px;
    line-height: 1; }
  .team-card .team-card__role {
    grid-area: _role;
    margin-bottom: auto;
    font-size: 14px;
    font-weight: 300; }

@media (min-width: 501px) {
  .page-header .top-title h2 {
    margin-top: 40px; } }

@media (min-width: 768px) {
  .page-header {
    height: 600px;
    margin-bottom: 0px; }
    .page-header .top-title {
      text-align: left; }
      .page-header .top-title h1 {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
        text-shadow: 2px 2px 2px rgba(45, 54, 64, 0.15);
        font-size: 46px;
        font-weight: 900;
        line-height: 1.52;
        letter-spacing: 0.5px; }
      .page-header .top-title h2 {
        font-size: 40px;
        font-weight: normal;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: 10px; }
  .section-title .h1 {
    margin-top: 60px;
    font-size: 32px; }
  .text-card {
    padding: 50px 50px 30px;
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 80px;
    line-height: 2; }
    .text-card h3 {
      font-size: 32px; }
  .photo-card {
    min-height: 558px;
    margin-bottom: 20px; }
    .photo-card h2 {
      font-size: 32px;
      line-height: 2; }
  .team-card {
    width: 48%;
    border-radius: 20px;
    grid-template-columns: 200px auto; }
    .team-card .team-card__photo {
      width: 184px;
      margin-right: 16px; }
    .team-card .team-card__name {
      font-size: 26px;
      line-height: 1.4; }
    .team-card .team-card__role {
      font-size: 16px;
      font-weight: 300; } }

@media (min-width: 900px) {
  .team-card {
    grid-template-columns: 220px auto;
    border-radius: 22px; }
    .team-card .team-card__photo {
      width: 204px; } }
