.how-it-works-section{background-color:#000;padding:60px 20px;text-align:center}.how-it-works-header h2,.work-block h3{font-size:2.5em;margin-bottom:10px;color:#72d8ef}.how-it-works-header p{font-size:1.4em;margin-bottom:40px;color:#aaa}.how-it-works-blocks{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:20px;padding:0}.work-block{background-color:#23252c;padding:30px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.3);max-width:300px;min-height:270px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:transform .3s ease-in-out;margin:20px}.work-block:hover{transform:translateY(-10px)}.work-block img{width:120px;margin-bottom:20px;border-radius:10px}.work-block h3{font-size:1.6em}.work-block p{font-size:1.2em;color:#ccc;margin:0;padding:0}@media (max-width:1024px){.how-it-works-header h2{font-size:2em}.how-it-works-header p{font-size:1.2em}.how-it-works-blocks{justify-content:space-evenly}.work-block{max-width:250px;min-height:380px;height:380px}.work-block img{width:100px}.work-block h3{font-size:1.4em}.work-block p{font-size:1.1em}}@media (max-width:768px){.how-it-works-section{padding:40px 10px}.how-it-works-header h2{font-size:1.8em}.how-it-works-header p,.work-block p{font-size:1.2em}.how-it-works-blocks{flex-direction:column;align-items:center}.work-block{max-width:80%;margin:10px 0;min-height:200px;height:200px}.work-block img{width:80px}.work-block h3{font-size:1.4em}}