.trusted-by {
    font-weight: 400;
    margin-top: 60px;

    font-weight: 600;
}

p {
    margin-bottom: 0 !important;
}

h3 {
    font-size: 1.5rem;
}

.companies img {
    height: 50px;
}

.two-cards ul {
    list-style-type: disc;
}

li::marker {
    color: var(--violet-color);
}

.two-cards ul {
    margin-bottom: 0 !important;
}

.two-cards {
    display: flex;
    flex-direction: row;
}

.two-cards > div:first-child {
    min-width: 370px !important;
}

@media (max-width: 1200px) {
    .two-cards {
        flex-direction: column;
    }
    .ranking-element-container {
        font-size: 1.05rem;
    }

    .trusted-by {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.accordion {
    border-radius: 25px;
    overflow: hidden;
}

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.accordion-button[aria-expanded="true"] {
    background: #f3f3f3 !important;
}

.accordion-body p {
    margin-bottom: 0;
}

hr {
    margin: 0 !important;
    height: 1px !important;
}

.accordion hr {
    margin-top: 0;
    background: black;
    height: 2px;
}

.accordion hr:not([size]) {
    height: 2px;
    background: black;
}

.accordion-button::after {
    font-size: 40px;
    font-weight: 400;
    background-image: none;
    content: "+";
    transform: none;
    height: auto;
    width: auto;
    margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: none;
    content: "-";
}

.accordion-button:not(.collapsed) {
    color: var(--dark-color);
    background-color: #ffffff;
    box-shadow: none;
}

.teamwork-photo {
    max-width: 450px;
}

.values .col:first-child {
    padding-bottom: 15px;
}

.values .col {
    min-width: 340px;
}

h3 {
    font-weight: 600;
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1200px) {
    .accordion-button {
        font-size: 1.1rem;
        font-weight: 600;
    }
    .teamwork-photo {
        max-width: 380px;
    }
}

@media (max-width: 780px) {
    .approach {
        flex-direction: column-reverse !important;
    }
    .approach img {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 540px) {
    .teamwork-photo {
        max-width: 340px;
    }
}
