:root {
        --brand-color: #5DB2FF;
        --brand-color-2: hsl(60, 83%, 53%);
}

.brand-color {
        color: var(--brand-color);
}

.r-d-none {
        display: none !important;
}

@media (max-width: 767px) {



        .r-d-none {
                display: block !important;
        }
}

.home-image,
.about-image,
.why-image,
.service-image {
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px,
                rgb(0 0 0 / 22%) 0px 15px 12px;
        border-radius: 12px;
}

p {
        text-align: left;
}


.image-tag {
        color: var(--brand-color-2);
        display: none;
        text-align: center;
}