.main-footer-block .cta-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer-block .cta-wrapper h2,
.main-footer-block .cta-wrapper .cta-btn {
    align-self: center;
}

.main-footer-block .cta-wrapper h2 {
    margin-right: 50px;
    margin-bottom: 0;
}

.main-footer-block h3 {
    margin-bottom: 1rem;
}

.main-footer-block .return-to-top-btn {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 1;
}

.main-footer-block .return-to-top {
    
}

.main-footer-block .copyright a {
    color: #ffffff;
}

.main-footer-block .copyright a:hover,
.main-footer-block .copyright a:focus,
.main-footer-block .copyright a:active {
    text-decoration: underline;
}

.main-footer-block .bg-image {
    position: relative;
    background-repeat: repeat;
}

.main-footer-block .footer-site-logo {
    margin-bottom: 20px;
}

.footer-site-logo.svg-logo {
    width: 200px;
}

.main-footer-block .footer-content-column ul {
    padding-left: 0px;
    list-style: none;
}

.main-footer-block .social-item {
    margin-bottom: 10px;
}

.main-footer-block .social-item i {
    margin-bottom: 10px;
    font-size: 1.5rem;
    margin-right: 10px;
    width: 20px;
}

.main-footer-block .footer-logos img {
    margin-bottom: 20px;
    margin-right: 20px;

}

.main-footer-block .copyright p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:991px) {

    .main-footer-block .footer-content-column:last-child {
        margin-bottom: 0;
    }

    .main-footer-block .footer-logos img {
        display: block;
    }

}

@media screen and (max-width:768px) {

    .main-footer-block .cta-wrapper {
        display: block;
        text-align: center;
    }

    .main-footer-block .cta-wrapper h2 {
        margin-bottom: 20px;
        margin-right: 0;
    }

}

@media screen and (max-width:767px) {

    .main-footer-block .footer-content-column {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:425px) {

    .main-footer-block .return-to-top-btn {
        bottom: 12%;
    }

} 