.content h2 {
    font-size: 24px;
    color: rgb(130, 98, 74);
}

.content h4 {
    font-size: 18px;
    color: #231202;
}

.main-content {
    display: flex;
    width: 90%;
    flex-direction: column;
    margin: 32px 0 48px 0;
}
.main-retailers {
    display: flex;
    width: 100%;
}

.retailers-column {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.state {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
}

.state p {
    margin-top: 3px;
    font-size: 14px;
}

.state a {
    color: inherit;
}

.retailer {
    padding-left: 32px;
    margin-top: 16px;
}

@media only screen and (max-width: 768px) {
    .main-retailers {
        flex-direction: column;
    }

    .retailers-column {
        width: 100%;
    }

}
