@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");.unique-section{margin-bottom:50px}.unique-section .box{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);box-sizing:border-box;font-family:Montserrat,sans-serif;margin:20px auto;overflow:hidden;padding:20px;text-align:left;transition:opacity .6s ease-out,transform .6s ease-out;width:800px}.unique-section .box,.unique-section .box.hidden{opacity:0;transform:translateY(50px)}.unique-section .box.visible{opacity:1;transform:translateY(0)}.unique-section .number-image{display:block;height:25px;margin-bottom:10px;width:25px}.unique-section .box-text,.unique-section .box-title{margin-bottom:10px;margin-left:0;padding-left:0}@media only screen and (max-width:768px){.unique-section .box{font-size:14px;margin:10px auto;min-height:auto;padding:15px;width:90%}.unique-section .number-image{height:20px;margin-bottom:5px;width:20px}.unique-section .box-title{font-size:18px;margin-bottom:15px}.unique-section .box-text{font-size:14px;margin-top:10px;padding-bottom:15px}}