.d-flex{
    display: flex;
}

.footer-container{
    background-color: #ffffff;
    padding: 35px 90px;
    display: flex;
}

.title { 
    color: #ef7338;
    font-size: 20px;
    font-weight: 600;
}

.email{
    font-size: 16px;
}

.contact-no{
    font-size: 26px;
}

.bottom-section{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.w-100{
    width: 100%;
}

.mt-1{
    margin-top: 1rem;
}

a {
    color: #28313b;
    text-decoration: none;
}

a:hover{
    color: #ef7338;
}

.cursor-pointer{
    cursor: pointer;
}

.follow{
    margin-top: 20px;
}

.whatsapp{
    display: flex;
    background: #e7f4f2;
    align-items: center;
    height: 40px;
    width: 160px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 11px;
    color: #128c7e;
    margin-top: 25px;
}

.whatsapp img{
    margin-right: 14px;
}

.social-media{
    margin-top: 10px;
}

.social-media .link{
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 16%);
    cursor: pointer;
    margin-right: 1rem;
}
