
.case-study-main .inners .content-gq strong {
    font-weight: bold;
}

.case-study-main .inners .content-gq a {
    color: var(--orange);
    text-decoration: none;
    transition: color .2s ease;
}

.case-study-main .inners .content-gq a:hover {
    color: #000;
    text-decoration: underline;
}