@charset "UTF-8";

a#insta+section img {
    width: 50px !important;
    height: 50px;
    margin: 20px;
}

@media screen and (max-width: 900px) {
    a#insta+section img {
        width: 40px !important;
        height: 40px;
    }
}