#custom_title {
    font-size: 52px;
    line-height: 54px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 11px;
}

#custom_h2 {
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 54px;
}

#custom_line {
    line-height: 70%;
}

@media only screen and (max-width: 700px) {
    #custom_line {
        line-height: 90%;
    }

    #glory_ias {
        width: 70%;
    }
}