.shortcode-section {
    padding: 2rem 0;
    color: white;
}

.shortcode-section h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.shortcode-section .sbi-header.sbi-header-type-text {
    text-align: center;
    font-family: 'Cachet';
}

.shortcode-section .sbi .sbi_item .sbi_inner_wrap {
    /* border-radius: 20px; */
    border: 5px solid white;
    /* background-color: white; */
}


.shortcode-section .sbi-owl-dots .sbi-owl-dot span {
    background: #FFF;
    height: 8px;
    width: 30px;
}

@media screen and (max-width: 500px) {
    .shortcode-section h2 {
        font-size: 30pt;
    }

    .shortcode-section .sbi-header.sbi-header-type-text {
        font-size: 27px;
    }
}