.circle-image-achievement-module{align-items:center;display:flex;justify-content:center;padding:2rem;width:100%}.module-container{align-items:center;display:flex;flex-direction:row;gap:2rem;max-width:1200px;width:100%}.image-container{flex:0 0 auto}.circle-image{background-color:#f8f8f8;border-radius:50%;height:300px;overflow:hidden;width:300px}.circle-image img{height:100%;object-fit:cover;width:100%}.content-container{flex:1 1 auto}.module-title{color:#fff;font-size:2.5rem;margin-bottom:1.5rem;position:relative}.module-title:after{background-color:#fff;bottom:-.5rem;content:"";height:7px;left:0;position:absolute;width:10%}.module-description{color:#333;font-size:1rem;margin-bottom:1.5rem}.module-button{background-color:#000;border-radius:2rem;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.module-button:hover{background-color:#333}@media (max-width:768px){.module-container{flex-direction:column;text-align:center}.module-title:after{left:50%;transform:translateX(-50%);width:60%}}