#wwp * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  text-decoration: none;
}
#wwp h1,
#wwp h2,
#wwp h3,
#wwp h4,
#wwp h5,
#wwp h6 {
  font-weight: 700;
  line-height: 1.5;
}
#wwp p {
  line-height: 1.8;
}
#wwp img,
#wwp svg {
  max-width: 100%;
  vertical-align: top;
}
#wwp .wwp-top {
  font-size: 14px;
}
@media (min-width: 769px) {
  #wwp .wwp-top {
    font-size: 16px;
    max-width: 945px;
  }
}
#wwp .wwp-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  #wwp .wwp-intro {
    gap: 40px;
  }
}
#wwp .wwp-projects {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#wwp .wwp-projects-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  color: #0c5daa;
  font-size: 16px;
}
@media (min-width: 769px) {
  #wwp .wwp-projects-heading {
    margin-top: 80px;
    margin-bottom: 16px;
    font-size: 20px;
  }
}
#wwp .wwp-projects-heading::after {
  content: "";
  display: block;
  flex: 1;
  border-top: 1px solid #ccc;
}
#wwp .wwp-projects-message {
  font-weight: 700;
}
@media (min-width: 769px) {
  #wwp .wwp-projects-message {
    margin-top: 24px;
    text-align: center;
    font-size: 17px;
  }
}
#wwp .wwp-projects-message br {
  display: none;
}
@media (min-width: 769px) {
  #wwp .wwp-projects-message br {
    display: block;
  }
}
#wwp .wwp-project {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  #wwp .wwp-project {
    flex-direction: row-reverse;
    gap: 32px;
  }
}
@media (min-width: 769px) {
  #wwp .wwp-project-img {
    flex: 1;
  }
}
#wwp .wwp-project-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  #wwp .wwp-project-text {
    flex: 1;
    gap: 32px;
    align-self: center;
  }
}
#wwp .wwp-project-title h3 {
  color: #0c5daa;
  font-size: 24px;
}
@media (min-width: 769px) {
  #wwp .wwp-project-title h3 {
    font-size: 32px;
  }
}
#wwp .wwp-project-date {
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 769px) {
  #wwp .wwp-project-date {
    font-size: 14px;
  }
}
#wwp .wwp-project-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  background-color: #0c5daa;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
@media (min-width: 769px) {
  #wwp .wwp-project-button a {
    width: 240px;
  }
}
#wwp .wwp-project-button a::before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3csvg%20width='7'%20height='10'%20viewBox='0%200%207%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.292893%201.70698C-0.0976313%201.31646%20-0.0976312%200.683446%200.292893%200.292922C0.683417%20-0.0976019%201.31643%20-0.0976027%201.70696%200.292922L6.41399%204.99995L1.70696%209.70698C1.31643%2010.0975%200.683417%2010.0975%200.292893%209.70698C-0.097631%209.31646%20-0.0976312%208.68345%200.292893%208.29292L3.58586%204.99995L0.292893%201.70698Z'%20fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}