/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
aside {
    display: block;
}

.site-service {
    position: fixed;
    z-index: 999;
}

ul.list-unstyled {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 0;
}

.site-service li {
    position: relative;
    margin-bottom: .5em;
    opacity: .9;
}

.site-service li:hover,
.site-service li:focus {
    opacity: 1;
}

.site-service li a {
    display: flex;
    padding: .25em .5em;
}

.site-service .fa {
    font-size: 50px;
}

.site-service .service-text {
    float: left;
    margin-left: .45em;
}

.site-service .service-text h4 {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 600
}

.site-service .service-text p {
    margin: 0;
}

.flag-icon {
    /* Dimensions of the icon */
    height: 50px;
    width: 50px;
}
