ul.menu, .footer {
  font-size: 1.4rem;
}

.devact-view {
  font-size: 1.6rem;
  font-family: Montserrat, sans-serif;
  padding-left: 1.5rem;
  max-width: 100rem;
  margin: 0 auto;
}

.top-row {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.top-row-right {
  justify-content: center;
}

.top-row.not-found {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.top-row.not-found h3 {
  margin-bottom: 3rem;
}

.devact-date,
.devact-item-date {
  font-weight: bold;
  margin-bottom: 10px;
}

.devact-community,
.devact-item-municipality {
  font-size: 1.7rem;
}

.devact-title {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#like-button {
  margin-right: 15px;
  cursor: pointer;
}

.text-right {
  text-align: right !important;
}

.devact-phase {
  padding-top: 10px;
  text-align: center;
}

.devact-phase-image {
  text-align: center;
}

.devact-phase-text,
.devact-developers-text {
  justify-content: left;
  background-color: #fff;
  color: #2f525c;
  border: 1px solid #2f525c;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 5px;
  text-align: center;
}

.devact-subtitle,
.devact-item-title a {
  color: #2f525c;
  font-family: "Volkhov";
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}

.devact-developers-title {
  font-family: "Volkhov";
  padding: 0.3em 0;
  text-align: left;
  font-size: 1.7rem;
  font-weight: bold;
}

.devact-developers-image {
  text-align: center;
  padding-bottom: 10px;
}

.devact-developers-image img {
  max-width: 120px;
  height: auto;
}

.right-sub-title {
    margin-top: 2rem;
}

.devact-link-list {
  padding-top: 0px;
}

.devact-link-list a {
  font-weight: normal;
  color: #2f525c;
  text-decoration: underline;
}

.devact-contact-title {
    font-size: 1.7rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.contacts {
    display: flex;
    gap: 2rem;
    align-content: space-between;
}

.some-share {
    margin: 3rem 0 6rem;
}

.some-share img {
    height: 32px;
    width: auto;
    margin-right: 15px;
}

.header-logo-image {
  margin-bottom: -2rem;
}