html,
body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.Home__ActTitle {
  font-family: "Source Serif 4", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.Home__Content {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
}

.Home__Content img {
  max-width: 100%;
}

.Home header {
  text-align: center;
}
.Home__Logo img {
  width: 70%;
  max-width: 800px;
}

.Home__Content header h2 {
  margin: 30px 0;
}

.Home__Acts {
  display: grid;
  grid-template-columns: 1fr 3px 1fr 3px 1fr;
  margin-top: 50px;
}

.Home__ActDivider {
  border-right: 1px solid rgb(220, 220, 220);
  height: 100%;
  display: block;
  margin-right: 1px;
}

.Home__Acts a {
  border: none;
  background: none;
  padding: 0 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.Home__Acts a:hover .Home__ActTitle {
  color: red;
}

.Home__ActTitle {
  font-size: 20px;
  margin-bottom: 10px;
}
.Home__ActDate,
.Home__ActSubtitle {
  font-size: 14px;
}
.Home__ActDate {
  opacity: 0.3;
  margin-top: 10px;
}
