.card{
    margin-left: 10vw !important;
}
.card-title{
    font-weight: 700;
    color: #f89d13;
    font-size: 25px !important;
}
.card button{
    background: #f89d13 !important;
}

@media screen and (max-width:650px) and (min-width:280px){
    .bg-image{
        margin-top: 9vw;
    }
    .bg-image h1{
        font-size: 23px !important;
    }
    .card{
        margin-left: 5vw !important;
    }
}
@media screen and (max-width:800px) and (min-width:650px) {
    .contact{
        display: flex !important;
    }
    .card{
        margin-left: 9vw !important;
    }
    .card h5{
        font-size: 18px !important;
    }
}
@media screen and (max-width:900px) and (min-width:800px) {
    .contact{
        display: flex !important;
    }
    .card{
        margin-left: 9vw !important;
    }
}

@media screen and (min-width:901px){
    .contact{
        display: flex !important;
    }
    .navbar-collapse ul{
        margin-left: 35vw !important;
        }
    }

    @media screen and (width:1024px){
    .navbar-collapse ul{
        margin-left: 220px !important;
    }
}