img {
  width: 40%;
  height: 40%;
}
.main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
p {
  font-size: 48px;
  color: rgb(47, 108, 87);
  font-weight: bold;
  line-height: 84px;
}
