.refrigerantsuite__section:first-of-type {
    padding-top: 0.875rem;
    border-top: 1px solid var(--grey-200);
}

.refrigerantsuite__section {
    margin-bottom: 0.875rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--grey-200);
}

.refrigerantsuite__section:after {
    content: "";
    display: block;
    clear: both;
}

.refrigerantsuite__section h3 {
    font-size: var(--text-base);
    margin-bottom: 0.75rem;
}

.refrigerantsuite__section p {
    font-size: var(--text-sm);
    line-height: 1.5;
    color: var(--slate-700);
    margin-bottom: 0.75rem;
}

.refrigerantsuite__section .action {
    color: var(--primary-500);
    margin: 0;
}

.refrigerantsuite__section .action:hover {
    text-decoration: underline;
}












