.header-logo img{
    width:130px;
    height:130px;
}

.footer-logo img {
    width: 130px;
    height: 130px;
}

.footer-background {   
    background-image: linear-gradient(-170deg,#f7f9fe 0%,transparent 40%)
}

.topSlider .carousel {
    margin-top: 120px;
}

@media only screen and (max-width: 600px) {
    .header-logo img {
        width: 100px;
        height: 100px;
    }
    .footer-logo img {
        width: 100px;
        height: 100px;
    }
    .topSlider .carousel {
        margin-top: 110px;
    }
}