@font-face {
  font-family: 'Outfit';
  src: url('assets/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('assets/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('assets/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('assets/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 560px) {

    .hero {
        min-height: 80vh;
            padding: 0px 5vw 5vw 0px;
    }
    .hero .eyebrow {
        font-size: 7vw;
        line-height: 7vw;
        width: 65vw;
        margin-bottom: 4dvh;
    }

    .hero h1 {
        font-size: 10vw;
        line-height: 10vw;
        font-weight: 700;
    }
        .hero-inner {
            position: relative;
            z-index: 2;
            padding: 0 5vw;
            width: 100%;
        }

    .hero .desc {
        font-size: 5vw;
            line-height: 6vw;
        color: rgba(255, 255, 255, .85);
        max-width: 56ch;
        margin: 0 0 5dvh 0;
        text-align: left;
    }



    .section {
        padding: 5% 0;
    }

    .herodomotica {

        padding: 5% 9%;
        margin: 0px 0;
    }

        .steps {
            flex-direction: column;
        }
    
        .steps .step {
            display: flex;
            width: 100%;
            max-width: 500px;
            min-height: 150px;
            background-color: #ffffff;
            padding: 34px;
            border-radius: 30px;
            margin: 18px;
            align-items: center;
        }
}