
.home-dashboard{
   padding: 40px 0;
}
.home-dashboard-top-text{
    margin-bottom: 20px;
}
@media screen and (min-width:992px) {
    .home-dashboard .home-dashboard-top-text{
            display: flex;
            height: 100%;
    }

    .home-dashboard .home-dashboard-top-text div{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home-dashboard-top-heading-and-text{
        width: 60%;
        margin: auto;
    }
}

.home-dashboard-top-heading-and-text h2{
    font-size: 36px;
    color: #2f283a;
}

.home-dashboard-top-heading-and-text p{
    font-size: 20px;
    color: #2f283a;
}

.home-dashboard-bottom-text{
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
.home-dashboard-bottom-text .quote p{
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
}
.home-dashboard-bottom-text .author{
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding-top: 15px;
}

@media screen and (max-width:992px) {
    .home-dashboard-top-heading-and-text{
        width: 90%;
        margin: auto;
        padding-bottom: 30px;
    }
}