/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer-divider .description p {
    margin: 0;
}

.footer-divider .title {
    font-size: 30px;
}

.footer-divider img {
    border-radius: 50%;
}

.footer-divider a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
}

@media(min-width: 768px) {
    .divider-border-left:after,
    .divider-border-right:before {
        content: "";
        height: 30%;
        width: 1px;
        background: white;
        position: absolute;
        top: 35%;
        opacity: 0.5;
    }

    .divider-border-left:after {left: 0;}
    .divider-border-left:first-child:after {left: 15px;}
    .divider-border-right:before {right: 15px;}
}


