@charset "UTF-8";
.bg-footer {
    background-color: #222E2F;
    color: #D5D5D5;
    font-size: small;
}
.text-white-footer-title {
    font-weight: bolder;
    font-size: large;
}
.block-footer-content {
    padding-top: 2%;
    padding-bottom: 2%;
}
.img-small-footer {
    width: 10%;
    opacity: 0.73;
    margin-right: 6px;
    margin-top: 4px;
}
.bg-text-white-footer {
    border-bottom: 1px dotted #D5D5D5;
    width: 319px;
    margin-bottom: 6px;
}
.list-right {
    padding-left: 11px;
}
.bg-light-footer {
    background-image: url(../images/backgroungray.png);
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.7;
}
.text-right-link {
    text-align: right;
    float: right;
}
