.boss {
  padding: 11.725rem 0 8.1rem;
  background-position: left -2rem;
  background-size: 127rem;
  background-repeat: no-repeat;
}
.boss .top {
  width: 42.3rem;
  margin: 0 22.8rem 11.725rem auto;
}
.boss .top .buttons a:hover .text,
.boss .top .buttons a:active .text {
  background-color: #782DC9;
}
.boss h2 {
  color: var(--text-headline, #5F249F);
  font-family: 'Gothiks Round', sans-serif;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1.4rem;
}
.boss p {
  color: var(--text-body, #333);
  font-family: 'New Order', sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  margin-bottom: 2.8rem;
}
.boss a {
  width: 23.3rem;
}
.boss .content {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.6rem;
}
.boss .item {
  border-radius: var(--border-radius-rounded, 32px);
  background: #FFF;
  display: flex;
  align-items: flex-end;
  grid-gap: 3.2rem;
  padding: 3.2rem;
  flex: 1;
}
.boss .item:hover,
.boss .item:active {
  background: #461B75;
}
.boss .item:hover p,
.boss .item:active p,
.boss .item:hover h4,
.boss .item:active h4 {
  color: #fff;
}
.boss .item:hover .circle,
.boss .item:active .circle {
  background-color: #fff;
}
.boss .item:hover .circle svg,
.boss .item:active .circle svg {
  fill: #5F249F;
}
.boss .item .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  background-color: #5F249F;
  border-radius: 50%;
}
.boss .item .circle svg {
  fill: #fff;
  width: 2.4rem;
}
.boss .item .circle img {
  width: 2.4rem;
  height: 2.4rem;
}
.boss .item h4 {
  color: var(--text-headline, #5F249F);
  font-family: 'New Order', sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.034rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.boss .item p {
  color: var(--text-body, #333);
  font-family: 'New Order', sans-serif;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991px) {
  .boss {
    padding: 4.725rem 0 5.2rem;
    background-size: 66rem 34rem;
  }
  .boss .container {
    display: flex;
  }
  .boss .container .top {
    width: auto;
    margin: 0 2rem 11.725rem auto;
  }
  .boss .container .top .buttons {
    justify-content: flex-end;
  }
  .boss .container .content {
    flex-direction: column;
  }
  .boss .container .content .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .boss {
    background-position: left -4rem;
    background-size: contain;
    margin-top: 5rem;
    padding-top: 0;
  }
  .boss .container {
    padding-top: 48.9rem;
    flex-direction: column;
  }
  .boss .container .top {
    width: auto;
    margin: 0 0 6.4rem;
  }
  .boss .container .top h2,
  .boss .container .top p {
    text-align: center;
  }
  .boss .container .top h2 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .boss .container .top h2 br {
    display: none;
  }
  .boss .container .top p {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 0 1rem;
  }
  .boss .container .top .buttons {
    justify-content: center;
  }
  .boss .container .top .buttons .text {
    width: 34.2rem;
  }
  .boss .container .top .buttons a {
    width: auto;
  }
  .boss .container .top .buttons .gooey-effect {
    display: none;
  }
  .boss .content {
    flex-direction: column;
  }
}
/*# sourceMappingURL=boss.css.map */