/* mobile function */
.mob{display:block}
.desk{display:none}

@media screen and (min-width: 768px){
	.mob{display:none}
	.desk{display:block}
}

.scwidget a{
    color: inherit;
}

.scwidget a:hover{
    color: inherit;
    opacity: .9;
}

.scwidget{
    display: flex;
    margin-bottom: 5px;
}

.sciwdget-icon{
    width: 25px;
}

.scwidget-phone,
.scwidget-whats,
.scwidget-mail{
    display: flex;
    align-items: center;
}

.scwidget-row{
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.scwidget-row label{
    margin-bottom: 5px;
    margin-top: 5px;
}



