h1 {
    font-size: 4.2rem;
    font-weight: bold;
}

h2 {
    font-size: 2.9rem;
    font-weight: 600;
}

p {
    color: var(--gray-color);
}

p.content {
    margin-bottom: 0;
}

.accordion-button {
    font-size: 1.6rem;
    font-weight: 600;
}

.trusted-by {
    font-weight: 400;
    margin-top: 140px;
    margin-bottom: 140px;
    font-weight: 600;
}

.companies img {
    height: 50px;
}

.workplaces,
.brands {
    border-radius: 20px;
    background-color: white;
    border: 1px solid black;
}

.list-brand,
.list-workplace {
    row-gap: 25px;
    column-gap: 65px;
}

.workplaces p,
.brands p {
    margin: 0;
}

.single-workplace h4,
.single-brand h4 {
    margin: 0px;
}

section {
    margin-top: 80px;
}
.faq-section {
    background-color: white;
    border-radius: 28px;
}

.accordion-body p {
    margin-bottom: 0;
}

.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: 26px;
}

.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;
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: none;
}

.ready-to-work-section {
    background-color: rgb(35, 29, 43);
    border-radius: 30px;
}

.ready-to-work-section h2 {
    font-size: 4.2rem;
    color: white;
}

.quote-text {
    font-weight: 600;
    font-size: 2rem;
}
.person-info .person-img {
    border-radius: 50%;
    aspect-ratio: 1;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.2);
}

.person-info .person-name {
    font-weight: bold;
    font-size: 20px;
}

.person-info .person-position,
.quotes-pagination .pages {
    color: var(--gray-color);
}
.quotes-pagination .pages u {
    color: var(--dark-color);
}
.ranking-section {
    background-color: rgb(34, 36, 36);
    color: white;
    border-radius: 30px;
}

.ranking-section h2 {
    text-align: center;
    font-weight: 600;
    font-size: 2.6rem;
}

.ranking-section .categories .category.active {
    background-color: var(--pink-color);
    border: 1px solid var(--pink-color);
    color: black;
}

.categories .category {
    border-radius: 25px;
    text-align: center;
    border: 1px solid white;
    min-width: 250px;
    background-color: transparent;
    color: white;
    font-weight: 600;
    height: 44px;
    transition: all 0.1s ease-in-out;
}

.categories .category:not(.active):hover {
    background-color: rgba(248, 248, 248, 0.1);
}

.ranking-element-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15rem;
}

.ranking-section .ranking-element-container a {
    color: white !important;
}
.searching-section input {
    width: 236px;
}
.searching-section {
    background-color: white;
    border-radius: 25px;
}

select {
    padding: 6px 8px;
    display: block;
    height: 34px;
    border-radius: 8px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    min-width: 240px;
}
.searching-section label {
    font-weight: 600;
}
.searching-section button i {
    font-size: 18px;
}

.element-heading {
    font-size: 1.25rem;
    font-weight: 600;
}

.single-brand,
.single-workplace {
    width: 145px;
}

.single-city .city-name {
    font-size: 1.25rem;
    font-weight: 600;
}

.schedule-call i {
    font-size: 26px !important;
}

.single-city {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    border: 2px solid var(--gray-color);
    padding: 8px;
    width: 175px;
}

.single-city:hover {
    cursor: pointer;
    background-color: rgb(248, 248, 248);
}

.single-city h4,
.single-city p {
    margin: 0;
}

.accordion-body,
.accordion-button {
    padding: 1rem 0;
}

.newsletter {
    background-color: white;
    border-radius: 25px;
    border: 1px solid black;
}
.newsletter input {
    max-width: 320px;
}

@media (max-width: 1200px) {
    .trusted-by {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .faq-section .container .row {
        flex-direction: column;
    }
    .faq-section .col {
        padding: 0;
    }
    .companies {
        padding-left: 15px;
        padding-right: 15px;
    }
    .companies img {
        height: 42px;
    }
    h1 {
        font-size: 3.4rem;
    }
    section {
        margin-top: 60px;
    }
}

@media (max-width: 970px) {
    section {
        margin-top: 48px;
    }
    h1 {
        font-size: 3.2rem;
    }
}
