.sksMes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  font-size: 24px;
}
.sksMes > div:first-of-type {
  display: flex;
  justify-content: center;
  margin: 24px auto;
}
.sksMes > div:first-of-type > img {
  width: 300px;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.sksMes > div:first-of-type > div {
  padding-left: 24px;
  margin: auto;
  font-size: 24px;
}
.sksMes > div:first-of-type > div > p {
  text-align: center;
}
.sksMes > div:first-of-type > div > p:nth-of-type(2) {
  font-size: 40px;
  font-weight: bold;
}
.sksMes > div:first-of-type > div > p:nth-of-type(3) {
  font-size: 20px;
  margin-top: -4px;
}
.sksMes > div:nth-of-type(2) {
  display: flex;
  margin-top: 24px;
}
.sksMes > div:nth-of-type(2) > div:first-of-type {
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sksMes {
    padding-bottom: 2.5rem;
  }
  .sksMes > div:first-of-type {
    flex-direction: column;
  }
  .sksMes > div:first-of-type > div {
    padding-left: 0;
  }
  .sksMes > div:first-of-type > div > p {
    text-indent: 0;
  }
  .sksMes > div:first-of-type > div > p:nth-of-type(1) {
    margin-top: 32px;
  }
  .sksMes > div:first-of-type > div > p:nth-of-type(2) {
    margin-top: 4px;
  }
  .sksMes > div:first-of-type > div > p:nth-of-type(3) {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .sksMes {
    font-size: 16px;
    padding-bottom: 1rem;
  }
  .sksMes > div:first-of-type {
    flex-direction: column;
    margin: 24px auto 0;
  }
  .sksMes > div:first-of-type > div {
    padding-left: 0;
  }
  .sksMes > div:first-of-type > div > p {
    text-indent: 0;
  }
  .sksMes > div:first-of-type > div > p:nth-of-type(1) {
    margin-top: 32px;
  }
  .sksMes > div:first-of-type > div > p:nth-of-type(2) {
    margin-top: 4px;
  }
  .sksMes > div:first-of-type > div > p:nth-of-type(3) {
    font-size: 16px;
    margin-top: -4px;
  }
}