﻿.inspiration_section1 {
    margin-top: 90px;
    padding: 50px;
    /*box-shadow: 0 10px 7px 0px rgba(0, 0, 0, 0.25);*/
    color: white;
    background-color: rgb(69, 39, 164);
    background-color: rgb(68, 21, 169);
}

.inspiational_cards_grid {
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.intro_text {
    font-size: 20px;
    font-weight: 500;
}
