@charset "utf-8";

.p-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.p-cta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 1em;
  background: white;
  border: 2px solid #801f56;
  border-radius: 50px;
  box-sizing: border-box;
  color: #801f56;
	font-size: 14px;
  font-weight: bold;
}

.p-cta a span {
  color: #801f56;
  font-size: 17px;
}

.p-cta a img {
  margin-left: 8px;
}

.adjust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adjust::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 5.3px);
}

.adjust .floatBox {
  float: none;
  width: calc(100% / 3 - 5.3px);
  margin-right: 0;
  padding: 8px;
  box-sizing: border-box;
}

.adjust .floatBox h4 {
  margin: 0 !important;
}

.adjust .floatBox p {
  margin-bottom: 0!important;
  margin-left: 0 !important;
}
