.card-wrapper{display:flex;justify-content:center;padding:40px 0}.profile-card{align-items:center;background-color:#fff;border-radius:999px;box-sizing:border-box;display:flex;height:100px;max-width:900px;overflow:visible;padding:0 40px 0 130px;position:relative;width:100%}.profile-image-wrapper{left:-25px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.profile-image{background-color:transparent;border:none;border-radius:50%;box-shadow:0 0 15px #00000040;display:block;height:130px;object-fit:cover;width:130px}.profile-text{color:#000;display:flex;flex-direction:column;justify-content:center;line-height:1.2;padding-left:10px}.profile-text *{margin:0}@media (max-width:600px){.profile-card{align-items:center;border-radius:999px;height:auto;min-height:100px;overflow:visible;padding:20px 20px 20px 130px}.profile-image-wrapper{left:-25px;top:50%;transform:translateY(-50%)}.profile-image{height:110px;width:110px}.profile-text{--p-fs:14px;font-size:var(--p-fs);hyphens:auto;line-height:1.25;margin:0;overflow-wrap:anywhere;padding-left:10px;white-space:normal;word-break:break-word}.profile-text h1,.profile-text h2,.profile-text h3,.profile-text h4,.profile-text h5{font-size:calc(var(--p-fs) + 6px);font-weight:700;line-height:1.2;margin:0}.profile-text p{font-size:var(--p-fs);margin:0}}