
.powering_geoSense_section{
    background-color: var(--bg-white);
}
.powering_geoSense_section .accordion_wrapper .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6 8H0V6H6V0H8V6H14V8H8V14H6V8Z' fill='white'/%3E%3C/svg%3E");
    transform: rotate(0deg);
    background-size: 1rem;
}
.powering_geoSense_section .accordion_wrapper .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M0 2V0H12V2H0Z' fill='white'/%3E%3C/svg%3E");
}
.powering_geoSense_section .accordion_wrapper .accordion-item{
    border: none;
}
.powering_geoSense_section .accordion_wrapper .accordion-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    box-shadow: none;
    font-family: var(--font-rubik);
    font-size: var(--heading-3-1);
    color: var(--text-white);
    font-weight: var(--font-weight-400);
    background: var(--gradient-1);
    padding-block: 25px;
}
.powering_geoSense_section .accordion_wrapper .accordion-button .accordion_icon{
    font-size: var(--heading-4);
}
.powering_geoSense_section .accordion_wrapper .accordion-body{
    font-family: var(--font-rubik);
    font-size: var(--heading-4-1);
    font-weight: var(--font-weight-400);
    max-width: 45rem;
    background-color: #F4F4F4;
}