.goals .about-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
}
.goals .about-description,
.goals .section-text {
    color: color-mix(in srgb, var(--default-color) 80%, transparent);
    line-height: 1.6;
}
.goals .features-boxes .feature-box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.goals .features-boxes .feature-box .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: color-mix(in srgb, var(--accent-color) 15%, transparent);
    color: var(--accent-color);
    font-size: 1.75rem;
    transition: all 0.3s ease;
}
.goals .features-boxes .feature-box h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.goals .features-boxes .feature-box h3 a {
    color: var(--heading-color);
}
.goals .features-boxes .feature-box p {
    color: color-mix(in srgb, var(--default-color) 80%, transparent);
    margin-bottom: 0;
    line-height: 1.6;
    flex: 1;
    font-weight: 500;
}
.goals .video-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.goals .video-box img {
    width: 100%;
    border-radius: 20px;
}
.goals .pulsating-play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}