#int-hometext {
    margin: 1rem 0;
    padding: 1rem;
    background-color: white;
    color: #222;
    text-align: left;
}

#int-hometext h1,
#int-hometext h2,
#int-hometext h3 {
    margin-bottom: 0.75rem;
}

#int-hometext p {
    /* margin-bottom: 0; */
    line-height: 1.6;
    color: #222;
}

#int-hometext img {
    max-width: 100%;
    height: auto;
}
