.content-introduction {

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    /* color: red; */

}

.content-introduction h3 {
    color: var(--heading-color);
    line-height: normal;
    margin-bottom: 0;
}

.service-card {
    /* margin: 20px; */
    padding: 20px;
    border-radius: 50px;
}

.service-icon i {
    color: var(--heading-color);
    font-size: larger;
}

.other-services.bikes-solar {
    background-color: rgb(0, 208, 255);
    max-width: max-content;

}

.other-services.bikes-solar .title-content h2 {
    color: rgb(0, 208, 255);
}

.bikes-solar i {
    background-color: var(--neutral-base);
    color: rgb(0, 208, 255);
}

.bikes-solar .services-container {
    /* background-color: pink; */
    width: 45%;
}

@media (max-width: 768px) {
    .bikes-solar .services-container {
        /* background-color: pink; */
        width: 100%;
        background-color: rgb(0, 208, 255);
    }

    .other-services.bikes-solar {
        background-color: transparent;
        max-width: max-content;

    }
}