body {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  background-color: #100030;
  margin: 0;
}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #100030;
  color: #fff;
  margin-left: 150px;
  margin-right: 150px;
}

.section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 5rem;
  padding-right: 5rem;
}

.section2 {
  margin: auto;
  width: 50%;
  text-align: center;
}

header h1 {
  font-size: 36px;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
}

#referral-button {
  padding: 10px 20px;
  background-color: #FF48D1;
  color: #FFF;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

#referral-button-2 {
  padding: 10px 20px;
  background-color: #FF48D1;
  color: #FFF;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  width: 400px;
}

#referral-button-3 {
  padding: 10px 20px;
  background-color: #FF48D1;
  color: #FFF;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  width: 400px;
  text-align: center;
}

.button-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.flexdiv {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

section {
  padding: 20px;
  background-color: #100030;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px #5840FF solid;
  border-radius: 10px;



}

section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
}

main {
  margin-left: 150px;
  margin-right: 150px;
}



.strapline {
  color: #60f0f8;
}

.trustpilot {
  width: 100%;
  text-align: center
}

.trustpilot a {
  color: #60f0f8;
  text-decoration: none
}

.trustpilot .section-context {
  margin-top: 4.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a3abb3;
  text-transform: uppercase
}

.trustpilot__title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: azure;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.trustpilot-logo {
  display: inline-block;
  width: 20rem
}

.trustpilot-star,
.trustpilot-star--grey {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  fill: #057f4f
}

.trustpilot-star polygon,
.trustpilot-star--grey polygon {
  fill: azure
}

.trustpilot-star--grey path {
  fill: #c8c8c8
}

.trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #180048;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 5rem;

}


.benefits {
  text-align: center;
}