.develogist-why-us .ca-card-title,
.develogist-why-us .why-us-card {
    text-align: right;
}

.develogist-why-us .why-us-sticky-column {
    position: relative;
}

.develogist-why-us .ca-card-title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.develogist-why-us .ca-card-title.is-fixed {
    position: fixed;
    top: 85px;
    z-index: 20;
    width: var(--sticky-width);
    min-width: var(--sticky-width);
    max-width: var(--sticky-width);
    left: var(--sticky-left);
    right: auto;
    box-sizing: border-box;
}

.develogist-why-us .ca-card-title.is-bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.develogist-why-us .why-us-badge {
    border-color: #f59e0b !important;
}

.develogist-why-us .why-us-users {
    gap: 10px;
}

.develogist-why-us .why-us-card {
    height: 100%;
}

.develogist-why-us .why-us-card img {
    display: block;
}

.develogist-service-36,
.develogist-service-36 .service-card-36,
.develogist-service-36 .sections__head {
    text-align: right;
}

.develogist-service-36 .sections__head h1 {
    line-height: 1.4;
}

.develogist-service-36 .btn-link {
    text-decoration: none;
}

.develogist-service-36 .btn-link::after {
    content: " \2190";
    display: inline-block;
    margin-right: 6px;
}

@media (max-width: 1199.98px) {
    .develogist-why-us .ca-card-title {
        position: static;
    }
}
