.amenities-heading  {
    font-family: 'Denton', sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 300;
    color: #232019;
    line-height: 1;
}
.amenities-item {
    border-top: 1px solid #cbc8c4;
    width: 100%;
    padding-top: 1rem;
}
.amenities-image {
    width: 3rem;
    height: 3rem;
    margin-right: 20px;
}
.amenities-image-fa {
    font-size: 2.5rem;
    margin-right: 20px;
    color: #C3AD97;
}
.amenities-title {
    font-family: 'Apercu', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    color: #232019;
    line-height: 1.25;
    margin-top: 6px;
    margin-bottom: 6px;
}
.amenities-subtitle {
    font-family: 'Apercu', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #232019;
    opacity: 0.65;
    line-height: 1.25;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .amenities-image {
        width: 40px;
        height: 40px;
        margin-right: 1rem;
    }
    .amenities-image-fa {
        font-size: 2rem;
        margin-right: 1rem;
    }
}