.bg-green{
    background-color: #0a771e;
    padding: 45px;
}

.bg-lightgrey{
    background-color: #faf6ed;
    padding: 45px;
}

.white-title{
    color: white;
    size: 16px;
    font-size: 24px;
}



.bg-cutomimg {
    position: relative;
    min-height: 150px;
    background-image: url('../images/contactus/Contact Us 1.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(70, 55, 0);
}

.bg-getimg{
    position: relative;
    min-height: 150px;
    background-image: url('../images/contactus/Get Menu 2.png');
       background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(221, 221, 221);
}

