.dashboard-notice h1{
    margin-bottom: 0 !important;
}
.dashboard-notice p{
    font-size: 15px;
}

/** Theme about page css */

.about-wrap.full-width-layout {
    max-width: 100%;
    background: #fff;
    padding: 20px;
}
.about-wrap .about-description,
.about-wrap .about-text {
    font-size: 17px;
}
.about-wrap h1,.theme-description .about-text {
    margin: 0;
    color: #fff;
}
.about-wrap h2 {
    text-align: left;
}
.about-wrap h2 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
}
.about-theme {
    background: #1a73e9;
    padding: 50px;
}
.feature-section .card {
    background: #f5f9ff;
    border: none;
    max-width: none;
}