/*local CSS DTS samplings 2024 - 19-09-2024 */
.samplings-getyours__text {
    min-height: 72px;
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .samplings-howto__title {
        font-size: 25px;
    }

    .dp-faq__item:nth-child(2) p {
        margin-bottom: 15px;
    }

    .dp-faq__item:nth-child(2) .dp-faq__question--active ~ .dp-faq__answer {
        height: 860px !important;
    }
}