.simple-text-section{
    margin-bottom: 64px;
    font-size: 18px;
    line-height: 24px;
    @media (max-width: 767px) {
        margin-bottom: 40px;
        p {
            font-size: 16px;
        }
    }
}
