 .scroll-icon {
   display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 59px;
    width: 59px;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    border-radius: 2em;
    border: dotted 2px;
    -webkit-transition: .4s;
    transition: .4s;    cursor: pointer;
}

.scroll-icon::after {
    content: '';
    width: 12px;
    height: 18px;
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/new2022033017085305931/cms/image/342b6756-ae26-46d9-84fa-552ffcc89b14.png");
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}