.sg-wrapper-a6a0ae9a {
    width: 100%;
}
.sg-header-a6a0ae9a {
    margin-bottom: 40px;
    text-align: center;
}
.sg-main-heading-a6a0ae9a {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #111;
}
.sg-sub-heading-a6a0ae9a {
    font-size: 18px;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.sg-grid-a6a0ae9a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.sg-card-a6a0ae9a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px; 
    padding: 20px; 
}
.sg-card-a6a0ae9a:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.sg-card-link-a6a0ae9a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
}
.sg-card-link-a6a0ae9a:hover, .sg-card-link-a6a0ae9a:focus {
    text-decoration: none;
}
.sg-image-wrap-a6a0ae9a {
    width: 100%;
    max-width: 250px;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%; 
    transition: transform 0.3s ease;
}
.sg-card-a6a0ae9a:hover .sg-image-wrap-a6a0ae9a {
    transform: scale(1.05);
}
.sg-image-wrap-a6a0ae9a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sg-title-a6a0ae9a {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
