body p {
    margin: 0px!important;
}

ul{
    margin-bottom: 10px;
}

.ql-align-center{
    text-align: center;
}

.popup-tagline{
    font-weight: 600;
    font-size: 15.5px;
    margin-bottom: 30px;
}

.popup-sub-header{
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contact-us-header{
    font-size: 35px;
    font-weight: 200;
}

.contact-us-modal{
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
}

@media only screen and (max-width:700px){
    .ql-align-center img{
        width: 100% !important;
    }
}
