.movasagh-template .brand-overview {
    background: #FAEAEB;
}

.movasagh-template .brand-overview h1,
.movasagh-template .brand-link,
.movasagh-template .codarx-brand-case-study-sketch .codarx-title,
.movasagh-template .codarx-brand-case-study-client-needs .codarx-title,
.movasagh-template .codarx-brand-case-study-issues-solution .codarx-title.issues,
.movasagh-template .codarx-brand-case-study-figures .codarx-title,
.movasagh-template .codarx-brand-case-study-conclusion.pestaco .codarx-title,
.movasagh-template .codarx-brand-case-study-conclusion.pestaco .col-lg-3:nth-of-type(2n + 1) .number {
    color: #D12E36;
}

.movasagh-template .codarx-brand-case-study-our-role .codarx-title,
.movasagh-template .codarx-brand-case-study-issues-solution .codarx-title.solution,
.codarx-brand-case-study-conclusion.pestaco .col-lg-3:nth-of-type(2n) .number {
    color: #004BCC;
}

.movasagh-template .codarx-pestaco-case-study-address:hover,
.movasagh-template .active .advantage-body::after {
    background: #D12E36;
}

.movasagh-template .codarx-brand-case-study-our-role::after {
    background: linear-gradient(270deg, #004BCC -5%, rgba(235, 197, 122, 0) 100%);
}

.movasagh-template .codarx-brand-case-study-client-needs::after {
    background: linear-gradient(90deg, #D12E36 -5%, rgba(72, 126, 44, 0) 100%);
}


.movasagh-template .codarx-brand-case-study-step-number.issues {
    border: 0.5px solid #D12E36;
    color: #D12E36;
    background: #FDEBEE;
}

.movasagh-template .codarx-brand-case-study-step-number.solution {
    border: 0.5px solid #004BCC;
    color: #004BCC;
    background: #f1efff;
}

.movasagh-template .codarx-brand-case-study-mockup::before {
    background: linear-gradient(360deg, rgba(209, 46, 54, 0.5) 0%, rgba(209, 46, 54, 0) 100%);
}


.movasagh-template .codarx-brand-case-study-mockup::after {
    background: linear-gradient(360deg, rgba(209, 46, 54, 0.5) 0%, rgba(209, 46, 54, 0) 100%);
}

.project-banners {
    margin-top: 135px;
}

.movasagh-template .conclusion-border {
    border-bottom: 1px solid #D12E36
}

.movasagh-template .issues-text {
    color: #D12E36;
}

.movasagh-template .solution-text {
    color: #004BCC;
}

@media screen and (max-width: 990px) {
    .movasagh-template .codarx-pestaco-case-study-address {
        background: #D12E36;
    }

    .movasagh-template .issues-text {
        color: #D12E36;
    }

    .movasagh-template .solution-text {
        color: #004BCC;
    }
}