#inspirations a {
    display: block;
    overflow: hidden;
}

#inspirations h2 {
    margin: 50px 0 10px 0;
    padding: 0;
    font-weight: 700;
    font-size: 21px;
    color: #ed1c24;
}

#inspirations h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #58595b;
}

#inspirations h3 span {
    text-decoration: underline;
    text-decoration-color: #ed1c24;
    text-underline-position:under;
    text-decoration-thickness: 4px;
}

#inspirations p {
    line-height: 2.0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
}

#inspirations a.more {
    display: block;
    margin: 15px 0 0;
    color: #000;
    font-weight: 600;
}

#inspirations a.more:hover {
    color: #ed1c24;
}

/* only for X-LARGE */
@media all and (min-width: 1200px) and (max-width: 1399px) {
    #inspirations h2 {
        margin: 30px 0 10px 0;
        font-size: 19px;
    }

    #inspirations h3 {
        font-size: 38px;
    }

    #inspirations p {
        line-height: 1.8;
    }
}

/* for LARGE, X-LARGE, XX-LARGE */
@media all and (min-width: 992px) {
    #inspirations a img {
        transition: .25s;
    }

    #inspirations a img:hover {
        transform: scale(1.05);
    }
}

/* only for LARGE */
@media all and (min-width: 992px) and (max-width: 1199px) {
    #inspirations h2 {
        margin: 20px 0 10px 0;
        font-size: 17px;
    }

    #inspirations h3 {
        font-size: 30px;
    }

    #inspirations p {
        line-height: 1.8;
        font-size: 14px;
    }

    #inspirations a.more {
        margin: 10px 0 0;
    }
}

/* up to MEDIUM */
@media all and (max-width: 991px) {
    #inspirations h2 {
        margin: 20px 0 10px 0;
        font-size: 17px;
    }

    #inspirations h3 {
        font-size: 25px;
    }

    #inspirations p {
        line-height: 1.8;
        font-size: 14px;
    }
}