.quick-btn-list-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;overflow-x:auto;padding-bottom:10px;margin:50px auto}.quick-btn-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-shrink:0;background-color:var(--light-gray);border-radius:10px;padding:20px 10px 10px;width:180px;height:164px;gap:4px}.quick-btn-container:hover{background-color:#0051a4;opacity:1}.quick-btn-container:hover .quick-btn-icon span{filter:contrast(0%) brightness(200%)}.quick-btn-container:hover .quick-btn-text{color:#fff}.quick-btn-icon span{display:inline-block;width:65px;height:65px}.quick-btn-text{font-size:14px;font-weight:400;color:#000;text-align:center;height:45px;width:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1200px){.quick-btn-container{padding:15px 10px 10px;width:150px;height:135px}.quick-btn-icon span{width:50px;height:50px}.quick-btn-text{font-size:13px;height:36px}}@media screen and (max-width: 1000px){.quick-btn-list-container{margin:30px auto}}@media screen and (max-width: 500px){.quick-btn-container{width:130px;height:110px}.quick-btn-icon span{width:40px;height:40px}.quick-btn-text{font-size:10px}}
