body {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  max-width: 1100px;
  margin: 60px auto;
}

h1 {
  color: #343845;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
}

p {
  font-family: "Roboto", sans-serif;
  color: #343845;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

img {
  display: block;
  width: 200px;
  height: auto;
}

.spacer {
  width: 60px;
  height: 4px;
  background-color: #2d91e6;
  border-radius: 4px;
  margin-bottom: 18px;
}
