﻿.btn-primary {
    color: #fff;
    background-color: #00a1df;
    border-color: #00a1db;
}

.rounded-4px {
    border-radius: 4px;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: "\f078"; /* Content code for the chevron-down icon */
    /*content: "\f068";*/
    font-family: "Font Awesome 5 Free"; /* Font family name for Font Awesome */
    font-weight: 900; /* Font weight for Font Awesome */
}

.accordion-button::after {
    background-image: unset !important;
    content: "\f054"; /* Content code for the chevron-right icon */
    /*content: "\f067";*/
    font-family: "Font Awesome 5 Free"; /* Font family name for Font Awesome */
    font-weight: 900; /* Font weight for Font Awesome */
}

.first-section {
    padding:20rem 0rem;
}

#features {
    padding-bottom: 0rem !important;
}

@media (max-width: 776px) {
    .first-section {
        padding: 10rem 0rem;
    }
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}