@charset "UTF-8";
/***!  Style Declaration  !***/

.fixed-section-container{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:15px;padding:20px;max-width:100%;overflow-x:auto;box-sizing:border-box;background-color:#f3f4f6}.fixed-button{background:linear-gradient(45deg,#6a5acd,#836fff);color:white;text-decoration:none;padding:10px 20px;border-radius:50px;font-size:14px;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:background-color 0.3s ease,box-shadow 0.3s ease,color 0.3s ease}.fixed-button:hover{background:linear-gradient(45deg,#483d8b,#5b5fcf);color:white;box-shadow:0 6px 12px rgba(0,0,0,0.2)}.fixed-section-column{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px);background:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,0.1);overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:15px;transition:transform 0.3s ease,box-shadow 0.3s ease}.fixed-section-column:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,0.2)}.fixed-image-container img{width:100%;height:auto;border-radius:12px}.fixed-title{font-size:18px;font-weight:bold;color:#222;text-align:center;margin:15px 0;transition:color 0.3s ease}.fixed-title a{text-decoration:none;color:inherit}.fixed-section-column:hover .fixed-title a{color:#1e3a8a}@media (max-width:1024px){.fixed-section-container{flex-wrap:wrap}.fixed-section-column{flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px)}}@media (max-width:768px){.fixed-section-column{flex:0 0 100%;max-width:100%}}
