.section-title {
    text-align: center;
    padding: 3rem 1rem;
}

.section-title .heading {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-size: 3rem;
    margin: 0;
    color: #25282B;
}

.section-title .heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 3px;
    background-color: #FDC435;
    border-radius: 2px;
}

.section-title .subtitle {
    font-size: 1.125rem;
    color: #25282B;
    margin-top: 0.5rem;
}

