html {
  font-family: Inter;
}

header {
  background-color: white;
}

section {
  padding-bottom: 4em;
}

.hidden {
  display: none !important;
}

.potato-bg {
  background-image: url(../svg/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.horiz-gradient {
  background: linear-gradient(to right, #88CFF5, #92D86D);  
  background-repeat: no-repeat;
  text-align: center;
}

button.primary {
  border-radius: 20px;
  background-color: black;
  color: white;
  text-align: center;
}

button {
  border-radius: 20px;
  background-color: white;
  border: 1px solid black;
  text-align: center;
}

.st {
  position: sticky;
  top: 0px;
}

.banner-left {
  display: flex;
  flex-direction: row;
}

.banner-border {
  flex: 0 0 10px;
  background: linear-gradient(to bottom, #88CFF5, #92D86D);  
  border-radius: 10px;
}

.banner-content {
  flex: 1 1 auto;
}

.line {
  height: 0px;
  border: 0.5px solid;
  align-self: center;
}

.icon_header {
  width: 60%;
  padding-right: 20%;
  padding-left: 20%;
}

.three_col_flex {
  flex: 1 1 33%;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.two_col_flex {
  flex: 1 1 50%;
  padding-left: 1.2em;
  padding-right: 1.2em;
}


.testimonial {
  border-radius: 10px;
  border: 1px solid #8CD3BF;
  text-align: center;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  padding-right: 3em;
  padding-left: 3em;
}

.tyche-logo {
  display: inline-block;
  width: 2em;
}

.padded-box {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  padding-right: 3em;
  padding-left: 3em;
}

.max_img_size {
  max-width: 20em;
}
