.faq-content {
    display: none;
}

.faq-item {
    padding: 43px 130px 43px 50px;
    position: relative;
    align-items: flex-start;
    box-shadow: -3px 6px 15px 0px #7777771F;
    background: #fff;
    margin-bottom: 16px;
    transition: all .3s;
}

.faq-item.active {
    padding: 43px 130px 34px 50px;
    transition: all .3s;
}

/* .faq-item:first-child .faq-item-content .faq-content {
    display: block;
} */
.faq-item .faq-item-content {
    width: 100%;
    padding-left: 44px;
}

.faq-item>img {
    max-width: 53px;
    max-height: 45px;
}

.faq-btn-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5B8C94;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.faq-btn-toggle:hover {
    background-color: #88B2B9;
}

.faq-btn-toggle:after {
    content: '';
    display: block;
    background-image: url(../images/arrow-white.svg);
    width: 22px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(270deg);
}

.faq-item-content.active .faq-btn-toggle:after {
    transform: rotate(90deg);
}

.faq-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #252425;
    margin-top: 8px;
}

.faq-des {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #3C3C3C;
}

.faq-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #252425;
    text-transform: uppercase;
    text-decoration: underline;
}

.join-team .elementor-button:hover .elementor-button-icon {
    background: unset;
}

.join-team .elementor-button-icon {
    width: unset;
    height: unset;
    background: unset;
}

.join-team .elementor-button-text {
    white-space: nowrap;
}

.join-team .elementor-button {
    padding: 6.5px 11px 6.5px 22px;
}

.join-team .elementor-button-wrapper {
    display: flex;
    justify-content: end;
}

.join-team .elementor-button .elementor-button-content-wrapper {
    gap: 4px;
}

@media(max-width: 1440.98px) {
    .faq-des {
        margin-bottom: 10px;
    }
}

@media(max-width: 1024.98px) {
    .join-team>.e-con-inner {
        flex-wrap: wrap;
    }

    .join-team .elementor-widget-button .elementor-widget-container {
        padding-left: 0 !important;
        margin-top: 10px;
    }
}

@media(max-width: 767.98px) {
    .faq-item {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 28px 28px 14px 28px;
        margin-bottom: 20px;
    }

    .faq-item.active {
        padding: 28px 28px 14px 28px;
    }

    .faq-item .faq-item-content {
        padding-left: 0;

    }

    .faq-title {
        margin-top: 25px;
        margin-bottom: 8px;
    }

    .faq-des {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .join-team .elementor-widget-button .elementor-widget-container {
        margin-top: 20px;
    }

    .join-team .elementor-button {
        padding: 6.5px 11px 6.5px 22px;
    }

    .join-team .elementor-button .elementor-button-content-wrapper {
        gap: 10px;
    }
}