.img-top-contact{
    background-image: url(../../image/contactUs/contact.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: left center;
}
@media (width < 40rem /* 640px */) {
    .img-top-contact{
        background-position: right center;
        background-size: 450px;
    }
}
.c-button--gooey .c-button__blobs div {
    width: 36%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
  }