.hero{
   display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1F2937;
    color:#F9FAF8;
    margin-top: 0px;
    padding-left: 12.5rem;
    padding-right:12.5rempx;
    padding-bottom: 100px;
    flex:1;
}

.hero-text{
    max-width: 100%;
}
.hero-text h1{
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 0;
    font-family: 'robotobold';
}
.hero-text p{
    font-size:18px;
    margin:20px 0;
    color: #e5e7eb;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-image img{
    width: 100%;
    height: 300px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.header, .hero {
    margin:px;
}
@media (max-width:1100px){
    .hero-text {
        width:100%
    }
    hero-image{
        width:58%
    }
}
@media (max-width:900px){
    .hero{
        flex-direction: column;
        max-width: 80%;
        align-items: center;
    }
    .hero-text, .hero-image{
        width: 100%;
        margin-bottom: 2rem;
        padding:0;
        margin:0;
    }
}
@media (max-width:700px){
     .hero{
        flex-direction: column;
        max-width: 80%;
        align-items: center;
    }
    .hero-text, .hero-image{
        width: 100%;
        margin-bottom: 2rem;
        padding:0;
        margin:0;
    }
    .hero-text h1{
        font-size: 32px;
    }
}

.contact {
    display:flex;
    justify-content: space-around;
    width:100%;
    text-align: center;
}
.logo{
    font-size: 24px;
    color:#F9FAF8;
}
.contact-sales 
{
    background-color:#e5e7eb;
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.footer{
    background-color:#1F2937 ;
    text-align: center;
    margin-bottom: 0;
    padding:25px;
    font-family:'Roboto';
    color: #e5e7eb;
}