.bc {
  padding: 32px 0;
}

.post .bc {
  margin: 0 auto;
  max-width: 862px;
  width: 90%;
}

.post .bc .container,
.post .bc .container .content {
  width: 100%;
}

.bc h2 {
  font-size: 19px;
  margin-bottom: 24px;++
}

.bc__img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin-bottom: 24px;
}

.bc__wrap a {
  color: #03045E;
  text-decoration: none;
}

.bc__wrap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .bc__wrap {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .bc__img {
    margin: 0;
  }

  .bc__txt {
    margin-top: 10px;
  }

  .bc__txt h3 {
    font-size: 19px;
    margin-bottom: 6px;
  }
} 

@media (min-width: 1280px) {  
  .bc {
    padding: 60px 0;
  }

  .post .bc {
    padding: 32px 0;
  }
}