.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.footer_container{
    width: 95%;
    flex-direction: column;
}
.footer_large_block{
    width: 100%;
}
.footer_large_block_elements{
    width: 100%;
    flex-direction: column;
    padding: 15px;

}
.footer_large_block_elements div{
    padding-top: 15px;
    width: 100%;
    align-items: left;
}
.footer_large_block_elements_p{
    padding: 15px;
    width: 95%;
}
.footer_block{
    width: 100%;
    flex-direction: column;
}
.footer_block_element{
    width: 100%;
    padding: 15px;
}
.footer_block_element p a{
    text-decoration: underline;
}

.footer_block_nav{
    width: 100%;
    padding: 15px;
    
    a {
        text-decoration: none;
    }
}
.footer_bottom{
    width: 100%;
    flex-direction: column;
    align-items: start;
    padding: 15px;
}
.footer .custom-logo-link{
    padding: 15px;
}

.footer--green {
    background-color: #1B2B27 !important;
}

.footer_block_nav {
    a {
        border-bottom: 1px solid transparent;
        transition: all .4s ease-in-out;
    }

    a:hover {
        border-color: white;
    }
}

@media only screen and (min-width: 1200px) {
    .footer .custom-logo-link{
        padding: 30px;
    }
    .footer{
        padding-top: 30px;
        padding-bottom: 30px;
        
    }
    .footer_container{
        width: 100%;
        flex-direction: row;
    }
    .footer_large_block{
        width: 40%;
    }
    .footer_large_block_elements{
        width: 100%;
        flex-direction: row;
        padding: 30px;
    
    }
    .footer_large_block_elements div{
        padding-top: 30px;
        width: 50%;
        align-items: left;
    }
    .footer_large_block_elements_p{
        padding: 30px;
        width: 80%;
    }
    .footer_block{
        width: 35%;
        flex-direction: column;
    }
    .footer_block_element{
        width: 100%;
        padding: 30px;
    }
    .footer_block_element .title{
        margin-bottom: 1rem !important;
    }
    .footer_block_nav{
        width: 25%;
        padding: 30px;
    }
    .footer_bottom{
        width: 100%;
        flex-direction: row;
        align-items: start;
        padding: 30px;
    }
    .footer_bottom_space{
        width: 40%;
    }
    .footer_bottom_p{
        width: 35%;
    }
    .footer_bottom_p2{
        width: 15%;
    }
}
