body {
  background-color: black;
  color: antiquewhite;
  font-family: "Dosis", sans-serif;
  margin: 0;
  padding: 0;
  /* font-family: "Source Serif 4", serif; */
}

.container {
  height: 45vh;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0px 25px 0px 25px;
}

.container:nth-child(1) .row {
  width: 100vw;
  text-align: center;
}

.breakblock {
  display: flex;
  justify-content: center;
}

.svccontainer {
  display: flex;
  justify-content: space-around;
}

.svcoffer {
  flex-basis: 25vw;
  border: solid 1px white;
  padding: 15px;
}
