/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
.slo-round-img-icon {
    border-radius: 50%;
    height: 50px;
    align-content: baseline;
}

.slo-fullwidth {
    width: 100% !important;
  }


.slo-bold {
    font-weight: bold;
}

.slo-underline {
    text-decoration: underline;
}