.main-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 36px;
  object-fit: cover;
}

.title {
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5px;
}

.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;

  color: #ffffff;
  margin-bottom: 32px;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 16px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 30px;
}

.splitted-image {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}

.splitted-image img {
  display: block;
  max-width: 352px;
  box-shadow: 4px 5px 9px rgba(57, 33, 57, 0.2);
  object-fit: cover;
  margin: 0 32px 0 0;
  border-radius: 10px;
  object-fit: cover;
}

.splitted-image p {
  margin: 0;
}

.forecast-list {
  list-style-type: none;
  margin-bottom: 45px;
}

.forecast-list li {
  margin-bottom: 32px;
}

.forecast-list li {
  margin-bottom: 32px;
}
.forecast-list li .content {
  display: flex;
}

.forecast-list li .content p {
  margin: 0;
}

.forecast-list li .content .image {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
  box-shadow: 4px 5px 9px rgba(57, 33, 57, 0.2);
  border-radius: 10px;
  margin: 0 24px 0 0;
}

@media (max-width: 720px) {
  .main-image {
    margin-bottom: 16px;
  }

  .title {
    font-size: 20px;
    line-height: 20px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 19px;
    max-width: 250px;
    margin: 0 auto 32px;
  }

  .splitted-image {
    flex-direction: column;
    align-items: normal;
  }

  .splitted-image img {
    max-width: 100%;
    height: 40vw;
    margin: 0 0 12px 0;
  }

  h3 {
    font-size: 16px;
    line-height: 19px;
  }

  p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .forecast-list {
    text-align: center;
  }
  .forecast-list li .content {
    flex-direction: column;
    align-items: center;
  }

  .forecast-list li .content .image {
    margin: 0 0 12px 0;
  }
}
