.tituloAcc {
    font-size: 40px;
text-align: center;
color: #EA6021;

font-family: montserrat-semi-bold ,sans-serif;
}   
@media only screen and (min-width: 993px){
.SS-btn-content {
    margin-top: 15vh;
    width: 100%;
   
}
.SS-btn-content.botones {
    margin-top: 5vh;
    width: 100%;
    justify-content: space-evenly!important;
}
.SS-container {
    margin-top: 3vh;

}
.SS-btn-primary.accesoriosBoton {
    color: #FFFFFF;
    background-color: #EA6021;
    transition: background-color 0.75s;
}
.parrafo{
    text-align: center;
    margin-top: -59px;
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 540px){
.SS-container {
    margin-top: 3vh;
    width: 100%;
    justify-content: space-evenly;
}
.SS-btn-content.botones {
    margin-top: 0;
    width: 100%;
   
}
.SS-btn-primary.accesoriosBoton {
    color: #FFFFFF;
    background-color: #EA6021;
    transition: background-color 0.75s;
}
.parrafo{
    text-align: center;

}
}