.row-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.de_testi blockquote{
    border-radius: 8px;
}

.de_testi blockquote:before{
    background: transparent !important;
    color: #007AFF;
}

.text-highlight{
    color: #007AFF;
}

.probooth-subheading{
    color: #212529;
    font-family: 'Dosis', sans serif;
    margin-top: 16px;
}

.probooth_responsive_section{
    padding: 32px 16px;
}

@media (max-width: 768px) {
    .probooth_responsive_section{
        padding: 32px;
    }
}

@media (max-width: 480px) {
    .row-center {
        flex-direction: column;
    }

}

#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{
    gap: 10px !important;
}