.slogan-container{height:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:calc(90vh - 200px)}.slogan-wrapper{max-width:800px;width:100%;padding:40px 30px;background:#0000003b;position:relative;box-shadow:0 0 8px #c7996614;border-radius:8px}.slogan-image-2{bottom:-15px;left:10px;height:60px}.slogan-image,.slogan-image-2{position:absolute;object-fit:contain;transition:transform .3s ease-in-out;cursor:pointer}.slogan-image{top:-30px;right:10px;height:70px}.slogan-image-2:hover,.slogan-image:hover{transform:scale(1.1);animation:spin 15s linear infinite}.images-section{height:350px;width:100%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slogan-list{text-align:start;list-style:inside;color:#c79966}.slogan-list li{cursor:pointer;&:hover{text-decoration:underline!important}}@media screen and (max-width:768px){.slogan-wrapper{padding:20px 10px}}