.guides-row {
    margin-left: 10rem;
    height: 80%;
}

.main-guide-div {
    margin-bottom: 2rem;
}

section > p {
    text-align: left;
}

figure {
    margin-left: 10%;
}

figcaption {
    font-style: italic;
    color: #787976;
}

hr {
    border: 10px;
    height: 5px; !important;
    background-color: inherit;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 420px) {


    p {
        line-height: normal;
    }
}