body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #171717;
}

.content__top {
  background-color: #0d96f1;
  color: #fff;
  padding: 16px;
}

.content__top p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.struct {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
  font-weight: 500;
}

.struct__infos {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.struct p {
  margin: 0;
}

.struct__name a {
  color: #0d96f1;
  text-decoration: none;
  font-weight: 600;
}

.struct__name span {
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
}

.struct__logo-container {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
}
