.steps .foto {
  width: 257px;
  min-width: 257px;
  height: 257px;
  border-radius: 50%;
  background-color: var(--primary-bg);
  border: 19px solid var(--light-bg2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px; }
  .steps .foto .image {
    margin: 0;
    display: flex;
    justify-content: center; }
  .steps .foto img {
    max-width: 135px;
    max-height: 150px; }
.steps .one-step {
  display: flex;
  flex-direction: column;
  align-items: center; }
.steps .wrapper {
  justify-content: space-around; }
.steps .arrow {
  display: flex;
  align-items: center;
  height: 257px; }
  .steps .arrow img {
    width: auto;
    height: 72px; }
.steps .text {
  max-width: 340px; }
  .steps .text h3 {
    font-size: 20rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-text); }
  .steps .text p {
    text-align: center;
    color: var(--transparent-color1); }

@media (max-width: 575.5px) {
  .steps .text h3 {
    font-size: 19rem; }
  .steps .text p {
    font-size: 17rem; }
  .steps .foto {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-width: 10px;
    margin-bottom: 0; }
    .steps .foto img {
      max-width: 60px;
      max-height: 68px; }
  .steps .text {
    max-width: 100%;
    width: 500px; }
  .steps .arrow {
    height: 80px;
    transform: rotate(90deg); }
    .steps .arrow img {
      height: 47px; }
  .steps .one-step {
    width: 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .steps .text h3 {
    font-size: 19rem; }
  .steps .text p {
    font-size: 17rem; }
  .steps .foto {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-width: 12px;
    margin-bottom: 0; }
    .steps .foto img {
      max-width: 80px;
      max-height: 88px; }
  .steps .text {
    max-width: 100%;
    width: 500px; }
  .steps .arrow {
    height: 80px;
    transform: rotate(90deg); }
    .steps .arrow img {
      height: 47px; }
  .steps .one-step {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .steps .text h3 {
    font-size: 19rem; }
  .steps .text p {
    font-size: 17rem; }
  .steps .foto {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-width: 12px;
    margin-bottom: 0; }
    .steps .foto img {
      max-width: 80px;
      max-height: 88px; }
  .steps .text {
    max-width: 100%;
    width: 500px; }
  .steps .arrow {
    height: 80px;
    transform: rotate(90deg); }
    .steps .arrow img {
      height: 47px; }
  .steps .one-step {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .steps .text h3 {
    font-size: 19rem; }
  .steps .text p {
    font-size: 17rem; }
  .steps .foto {
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-width: 14px; }
    .steps .foto img {
      max-width: 100px;
      max-height: 111px; }
  .steps .text {
    max-width: 100%;
    width: 500px; }
  .steps .arrow {
    height: 100px;
    transform: rotate(90deg); }
    .steps .arrow img {
      height: 47px; }
  .steps .one-step {
    width: 100%; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .text h3 {
    font-size: 19rem; }
  .steps .text p {
    font-size: 17rem; }
  .steps .foto {
    width: 200px;
    min-width: 200px;
    height: 200px; }
    .steps .foto img {
      max-width: 100px;
      max-height: 111px; }
  .steps .text {
    max-width: 100%;
    width: 254px; }
  .steps .arrow {
    height: 200px; }
    .steps .arrow img {
      height: 47px; } }

/*# sourceMappingURL=steps.css.map */
