.arzition-template .brand-overview {
    background: #ECF9F7;
}

.arzition-template .brand-overview h1,
.arzition-template .brand-link,
.arzition-template .codarx-brand-case-study-sketch .codarx-title,
.arzition-template .codarx-brand-case-study-client-needs .codarx-title,
.arzition-template .codarx-brand-case-study-issues-solution .codarx-title.solution,
.arzition-template .codarx-brand-case-study-figures .codarx-title,
.arzition-template .codarx-brand-case-study-conclusion.pestaco .codarx-title,
.arzition-template .codarx-brand-case-study-conclusion.pestaco .col-lg-3:nth-of-type(2n + 1) .number {
    color: #0EAD98;
}

.arzition-template .codarx-brand-case-study-our-role .codarx-title,
.arzition-template .codarx-brand-case-study-issues-solution .codarx-title.issues,
.codarx-brand-case-study-conclusion.pestaco .col-lg-3:nth-of-type(2n) .number {
    color: #FF7D1F;
}

.arzition-template .codarx-pestaco-case-study-address:hover,
.arzition-template .active .advantage-body::after {
    background: #0EAD98;
}

.arzition-template .codarx-brand-case-study-our-role::after {
    background: linear-gradient(270deg, #FF7D1F -5%, rgba(235, 197, 122, 0) 100%);
}

.arzition-template .codarx-brand-case-study-client-needs::after {
    background: linear-gradient(90deg, #0EAD98 -5%, rgba(72, 126, 44, 0) 100%);
}


.arzition-template .codarx-brand-case-study-step-number.issues {
    border: 0.5px solid #FF7D1F;
    color: #FF7D1F;
    background: #FFF0E6;
}

.arzition-template .codarx-brand-case-study-step-number.solution {
    border: 0.5px solid #0EAD98;
    color: #0EAD98;
    background: #D9F2EF;
}

.arzition-template .codarx-brand-case-study-mockup::before {
    background: linear-gradient(360deg, rgba(180, 230, 223, 0.5) 0%, rgba(180, 230, 223, 0) 100%);
}

.arzition-template .codarx-brand-case-study-mockup::after {
    background: linear-gradient(360deg, rgba(180, 230, 223, 0.5) 0%, rgba(180, 230, 223, 0) 100%);
}

.arzition-template .conclusion-border {
    border-bottom: 1px solid #4D3DDB;
}

.arzition-summery {
    border-radius: 16px;
    background: #fff;
    min-height: 178px;
}

.arzition-summery > div{
    padding: 40px;
}

.arzition-summery-img img {
    max-width: 450px;
}

.advantage-img {
    right: -115px;
    max-width: 555px;
}

@media screen and (max-width: 1290px) {
    .advantage-img {
        max-width: 450px;
    }
}

@media screen and (max-width: 990px) {
    .arzition-template .codarx-pestaco-case-study-address {
        background: #0EAD98;
    }

    .arzition-template .issues-text {
        color: #FF7D1F;
    }

    .arzition-template .solution-text {
        color: #0EAD98;
    }
}