.plan-graduation-event {
    display: block;
    position: relative;
    background: url(/template/c73e5a0b/images/convo-bg.svg) no-repeat;
    padding: 32px 40px 40px;
    background-position-y: bottom;
    max-width: 380px;
}

.plan-graduation-event h3 {
    font-family: 'Sora';
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 39px;
    margin-bottom: 15px;
}

.plan-graduation-event p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.plan-graduation-event a {
    padding: 12px 20px;
    width: 100%;
    display: block;
    background: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Sora';
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
}
.plan-grad-event-img {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    border: 2px solid #45C0CD;
    margin: 0 auto -20px;
    position: relative;
}

.plan-grad-event-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
