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