.animate-infinite-scroll{width:fit-content;animation:20s linear infinite infiniteScroll}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.header{background-repeat:no-repeat;background-size:100%;padding-top:80px;display:block}.header .card{background-color:#f8f9fa;border:0 solid;border-radius:16px;padding:16px;box-shadow:0 6px 24px #00000029}.header .card__logo{flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.header .card__logo hr{border-top-width:2px;border-top-color:#707070;width:150px;margin:.75rem 0}.header .card__content{column-gap:2rem;padding:1.5rem;display:flex}.header .header__title p:last-child{position:relative}@media only screen and (min-width:768px){.header .card{padding:32px}}
