.cy-gov {
    height: 775px;
    position: relative;
    margin-bottom:45px;
    padding-top: 40px;
    font-size: 14px;
}
.cy-gov div,.cy-gov span{
    font-size: 14px;
}
.footer_info ul{
    margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
    html, body {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }
    .cy-gov{
        height: 100%;
        padding-top: 0;
        margin-bottom: 0px;
    }
}
