.full-height > .circle-home {
    width: 55vh;
    height: 55vh;
    border-width: 2px;
    padding: 60px;
}
.circle-home {
    background-color: white;
    color: black;
}
.circle-home img {
    height: 175px;
}
.circle-home h2 {
    font-size: 4rem;
    white-space: nowrap;
}
.circle-home .kdg-icon-scroll-down {
    width: 80px;
    height: 50px;
}

/* content */
#intro {
    min-height: 750px;
}

/*==== RESPONSIVE ====*/
@media (max-width: 768px) {
    #intro {
        min-height: 550px;
    }
    .full-height > .circle-home {
        width: 45vh;
        height: 45vh;
    }
    .circle-home img {
        height: 150px;
    }
}
@media (max-width: 500px) {
    .full-height > .circle-home {
        width: 95vw;
        height: 95vw;
    }
    .circle-home img {
        height: 125px;
    }
    .circle-home h2 {
        white-space: normal;
        line-height: 1;
    }
    .full-height > .circle-home {
        padding: 0;
    }
}