div.faq-page-content-section-pink
{
    background-color: #ffd0ea;
    position: relative;
}

div.faq-page-content-section-pink::before
{
    content: "";
    position: absolute;
    top: -47px;
    width: 100%;
    height: 47px;
    background-color: #ffd0ea;
    mask: url(../css/diamond_mask_top.png);
    -webkit-mask: url(../css/diamond_mask_top.png);
    mask-position: center;
}

/*
div.faq-page-content-section-pink::after
{
    content: "";
    position: absolute;
    bottom: -60px;
    width: 100%;
    height: 60px;
    background-color: #ffd0ea;
    mask: url(../css/diamond_mask_bottom.png);
    -webkit-mask: url(../css/diamond_mask_bottom.png);
    mask-position: center;
}
*/

div.faq-container
{
    width: 92%;
    margin: 0 auto;
    padding-top: 24px;
}

p.faq-question
{
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 0;
}

p.faq-answer
{
    margin: 6px 0 56px;
    font-size: 1.2rem;
}

p.faq-bottom-text
{
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 20px;
}

/* Mobile phones */
@media (max-width: 767px) {

}

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* Small laptops / large tablets */
@media (min-width: 1025px) and (max-width: 1280px) {

}