.circle-cart-group .circle-card .wrapper .text .text-inner .buttons a {
  border-width: var(--button-border-width);
  border-radius: var(--button-border-radius);
}
.circle-cart-group .circle-card .wrapper .text .text-inner .buttons a.btn-primary:hover {
  background-color: var(--element1-btn1-bg-hover) !important;
  color: var(--element1-btn1-text-hover) !important;
  border-color: var(--element1-btn1-border-hover) !important;
}
.circle-cart-group .circle-card .wrapper .text .text-inner .buttons a.btn-primary {
  background-color: var(--element1-btn1-bg);
  color: var(--element1-btn1-text);
  border-color: var(--element1-btn1-border);
}
.circle-cart-group .circle-card .wrapper .text .text-inner .buttons a.btn-secondary:hover {
  background-color: var(--element1-btn2-bg-hover) !important;
  color: var(--element1-btn2-text-hover) !important;
  border-color: var(--element1-btn2-border-hover) !important;
}
.circle-cart-group .circle-card .wrapper .text .text-inner .buttons a.btn-secondary {
  background-color: var(--element1-btn2-bg);
  color: var(--element1-btn2-text);
  border-color: var(--element1-btn2-border);
}
.circle-cart-group .circle-card .wrapper .text .text-inner h3 span {
  color: var(--element1-highlighted-title);
}
.circle-cart-group .circle-card .wrapper .text .text-inner h3 {
  color: var(--element1-title);
}
.circle-cart-group .circle-card .wrapper .text .text-inner p a:hover {
  color: var(--element1-link-hover);
}
.circle-cart-group .circle-card .wrapper .text .text-inner p a {
  color: var(--element1-link);
}
.circle-cart-group .circle-card .wrapper .text .text-inner p {
  color: var(--element1-text);
}
.circle-cart-group .circle-card .wrapper {
  background-color: var(--element1-bg);
}
.circle-cart-group .circle-card h3 {
  font-size: 30rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.circle-cart-group .circle-card p {
  text-align: center;
  color: var(--transparent-color1);
  margin-bottom: 0;
}
.circle-cart-group .circle-card a.wrapper:hover, .circle-cart-group .circle-card a.wrapper:active, .circle-cart-group .circle-card a.wrapper:focus, .circle-cart-group .circle-card button.wrapper:hover, .circle-cart-group .circle-card button.wrapper:active, .circle-cart-group .circle-card button.wrapper:focus {
  box-shadow: 0 0 10px 2px var(--transparent-color1);
  border: none;
  outline: none;
}
.circle-cart-group .circle-card .wrapper {
  border-radius: 50%;
  padding: 40px;
  padding-top: 60px;
  height: 456.33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  width: 100%;
}
.circle-cart-group .circle-card .photo .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-cart-group .circle-card .photo img {
  max-width: 100%;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: var(--image-border-radius);
}
.circle-cart-group .circle-card .photo {
  margin-bottom: 30px;
}
.circle-cart-group .circle-card .buttons p {
  color: var(--element1-color);
  font-size: 30rem;
  font-weight: 800;
}
.circle-cart-group .circle-card {
  margin-bottom: 30px;
  padding: 0 30px;
}
.circle-cart-group .row {
  justify-content: center;
}

@media (max-width: 575.5px) {
  .circle-card .wrapper {
    height: 260px;
    width: 260px;
    padding-top: 25px;
  }
  .circle-card .photo img {
    max-height: 60px;
  }
  .circle-card .photo {
    margin-bottom: 10px;
  }
  .circle-card h3 {
    font-size: 20rem;
    margin-bottom: 10px;
  }
  .circle-card .buttons p {
    line-height: 80%;
  }
  .circle-card .buttons {
    margin-top: 10px;
  }
  .circle-card {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .circle-card .wrapper {
    height: 300px;
    width: 300px;
    padding-top: 25px;
  }
  .circle-card .photo img {
    max-height: 80px;
  }
  .circle-card .photo {
    margin-bottom: 10px;
  }
  .circle-card h3 {
    font-size: 23rem;
    margin-bottom: 10px;
  }
  .circle-card .buttons p {
    line-height: 80%;
  }
  .circle-card .buttons {
    margin-top: 10px;
  }
  .circle-card {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .circle-card .wrapper {
    height: 300px;
    padding-top: 25px;
  }
  .circle-card .photo img {
    max-height: 80px;
  }
  .circle-card .photo {
    margin-bottom: 10px;
  }
  .circle-card h3 {
    font-size: 23rem;
    margin-bottom: 10px;
  }
  .circle-card .buttons p {
    line-height: 80%;
  }
  .circle-card .buttons {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
  .circle-card .wrapper {
    height: 420px;
    padding-top: 25px;
  }
  .circle-card .photo img {
    max-height: 90px;
  }
  .circle-card .photo {
    margin-bottom: 10px;
  }
  .circle-card h3 {
    font-size: 24rem;
    margin-bottom: 10px;
  }
  .circle-card .buttons {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .circle-card .wrapper {
    height: 320px;
    padding-top: 25px;
  }
  .circle-card .photo img {
    max-height: 90px;
  }
  .circle-card .photo {
    margin-bottom: 10px;
  }
  .circle-card h3 {
    font-size: 26rem;
    margin-bottom: 10px;
  }
  .circle-card .buttons {
    margin-top: 10px;
  }
}