.steps .one-step:nth-child(3) .icon h3 {
  text-shadow: -1px -1px 0 var(--element1-color), 1px -1px 0 var(--element1-color), -1px 1px 0 var(--element1-color), 1px 1px 0 var(--element1-color); }
.steps .icon {
  background-color: var(--primary-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .steps .icon h3 {
    font-size: 172rem;
    color: var(--primary-bg);
    font-weight: 500;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
    margin: 0; }
.steps .foto {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--primary-bg);
  border: 6px solid var(--element2-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -22px;
  right: -35px; }
  .steps .foto img {
    max-width: 51px;
    max-height: 51px;
    object-fit: contain; }
  .steps .foto figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
.steps .one-step {
  display: flex;
  flex-direction: column;
  align-items: center; }
.steps .wrapper {
  justify-content: space-around; }
.steps .arrow {
  align-items: center;
  height: 257px;
  display: none; }
  .steps .arrow img {
    width: auto;
    height: 72px; }
.steps .text {
  max-width: 266px;
  margin-top: -15px;
  z-index: 0; }
  .steps .text h4 {
    font-size: 30rem;
    text-align: center;
    font-weight: 400;
    margin-bottom: 34px;
    margin-top: 0; }
  .steps .text p {
    text-align: center;
    font-size: 16px;
    line-height: 144%; }

@media (max-width: 575.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .steps .icon h3 {
    font-size: 125rem; }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px; }
    .steps .foto img {
      max-width: 45px;
      max-height: 45px; }
  .steps .text {
    width: 300px; }
    .steps .text h4 {
      font-size: 22rem;
      margin-bottom: 10px; }
  .steps .arrow {
    height: 100px; }
    .steps .arrow img {
      height: 50px;
      transform: rotate(90deg); } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .steps .icon h3 {
    font-size: 125rem; }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px; }
    .steps .foto img {
      max-width: 45px;
      max-height: 45px; }
  .steps .text {
    width: 300px; }
    .steps .text h4 {
      font-size: 25rem;
      margin-bottom: 10px; }
  .steps .arrow {
    height: 100px; }
    .steps .arrow img {
      height: 50px;
      transform: rotate(90deg); } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .steps .icon h3 {
    font-size: 160rem; }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px; }
    .steps .foto img {
      max-width: 45px;
      max-height: 45px; }
  .steps .text {
    width: 300px; }
  .steps .arrow {
    height: 100px; }
    .steps .arrow img {
      height: 50px;
      transform: rotate(90deg); } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .steps .one-step {
    max-width: 25%; }
  .steps .text {
    padding: 0 15px; }
    .steps .text h4 {
      margin-bottom: 15px; }
  .steps .icon h3 {
    font-size: 155rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .text h4 {
    margin-bottom: 25px; }
  .steps .icon h3 {
    font-size: 155rem; } }

/*# sourceMappingURL=steps.css.map */
