.paragraph {
  min-width: 274px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(0, 0, 0, 0.30);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
/*  display: inline-flex;*/
}

.paragraph h2 {
  font-size: 30px;
  font-family: Poppins;
  font-weight: 500;
  word-wrap: break-word;
}

.paragraph p {
  color: white;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word;
}

.paragraph ul {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.paragraph ul li {
  margin-bottom: 2px;
  position: relative;
}

.paragraph ul li::before {
  content: '★';
  color: #fc0;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  vertical-align: top;
}


.contact_block {
  display: flex;
  gap:2rem;
  justify-content: center;
  flex-wrap: wrap;
/*  background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 3.06, 9.18, 0.80) 31%, rgba(0, 51, 153, 0.80) 100%);*/
}


@media (min-width: 1400px) {
  .paragraph  {
    width: 30%;
/*    height: 604px;*/
  }
}
