.president-greetings__image {
  display: block;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
}
.president-greetings__text {
  color: #404040;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 40px;
}
.president-greetings__from {
  color: #162337;
  font-size: 15px;
  line-height: 22px;
  margin-top: 40px;
  text-align: right;
}

.president-greetings {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
}

.greeting-top {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.greeting-text-part {
  color: #404040;
  font-size: 15px;
  flex: 1;
  
}
