footer{
    background-color: #E10032;
    color: white;
    margin: 0px;
    text-align: center;
}
.footer-flex-container{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-flow: row wrap;
    padding-bottom: 20px;
}
.fflex-item{
    display: inline;
    padding: 10px;
    width: 30%;
}
.fflex-item h3{
    font-size: 20px;
}
.sales-contact-list{
    list-style-type: none;
    text-align: left;
    display: inline-block;
    margin: 0px auto;
    padding: 10px 0px;
}

.sales-contact {
    text-align: left;
    padding-left: 20px;
}
.company-address{
    text-align: left;
    padding-left: 20px;
}

@media screen and (max-width: 1030px){
    .fflex-item{
        width: 45%;
    }
    .location-map{
        width: 70%;               
    }
    .fflex-item iframe {
       height: 300px;             
    }
}

@media screen and (max-width: 700px){
    .fflex-item{
        width: 80%;
    }
}
