.bswp {
    text-align: center;
    background: white;
    font-family: 'Montserrat';
    width: 100%;
    color: #0e1daf;
    font-weight: bold;
    font-size: 14px;    
}

.bswp p {
    color: #5c3603;margin: 0;
}
@media only screen and (max-width: 768px) {
.bswp {
    text-align: left;
    background: white;
}

.bswp .scp {
    margin-top: 10px;
    margin-bottom: 15px;
}


}