.steps .icon {
  margin-bottom: 15px; }
  .steps .icon h3 {
    font-size: 68rem;
    color: var(--bg-hover);
    font-weight: 400;
    font-family: "Lora", serif;
    margin: 0; }
.steps .one-step {
  display: flex;
  flex-direction: column; }
.steps .text h4 {
  font-size: 25rem;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px; }
.steps .text p {
  font-size: 20rem; }

@media (max-width: 575.5px) {
  .steps .text h4 {
    font-size: 21rem;
    margin-bottom: 15px;
    line-height: 1.4; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .steps .text h4 {
    font-size: 21rem;
    margin-bottom: 15px;
    line-height: 1.4; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .steps .text h4 {
    font-size: 21rem;
    margin-bottom: 15px;
    line-height: 1.4; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .steps .text p {
    font-size: 16rem; }
  .steps .text h4 {
    font-size: 20rem;
    margin-bottom: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .text h4 {
    font-size: 22rem;
    margin-bottom: 15px; } }

/*# sourceMappingURL=steps.css.map */
