.text-bold {
   
}
.text-bold > a {
    color: #fff !important;
    font-weight: 400 !important;
    margin-bottom: 0.8rem;
}

.text-bold > a:after{
    content: unset !important;
}

.text-bold .sub-menu a{
padding-bottom: 1.5rem !important;
}

@media only screen and (min-width: 992px) {
    .popup__title {
        font-size: 24px;
        width: calc(100% - 4rem);
    }
}