.scd-sub-container-text {
    font-size: 1.231em;
    line-height: 1.5;
    font-weight: 600;
    /* text-decoration: underline; */
}
.scd-sub-container-content a{
    color:  #007bff;
}
.scd-sub-container-content {
    height: 25.2em;
}
.scd-sub-header-red {
    font-size: 1.25em;
    color: #d91b1b;
}
.q4b-link{
    font-size: 1.2em;
}
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .scd-sub-container-text {
        font-size: 1.3em;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .scd-sub-container-text {
        font-size: 1.3em;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .scd-sub-container-text {
        font-size: 1.3em;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .scd-sub-container-text {
        font-size: 1.7em;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

