.elementor-accordion-item {
    border-bottom: 1px solid #607E99;
}
.elementor-accordion-item:first-child {
    border-top: 1px solid #607E99;
}
.elementor-tab-title {
    font-family: 'Gilroy';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #232323;
    letter-spacing: 0;
    word-spacing: 0;
    color: #1F2D42;
    cursor: pointer;
    position: relative;
    padding: 8px 0;
    padding-right: 60px;
}
.elementor-tab-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 19px;
    height: 19px;
    border-top: 2px solid #607E99;
}
.elementor-tab-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -9px;
    width: 19px;
    height: 19px;
    border-left: 2px solid #607E99;
}
.elementor-active.elementor-tab-title:after {
    display: none;
    color: #607E99;
}
.elementor-active.elementor-tab-title {
    color: #607E99;
}
.elementor-tab-content {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #232323;
    letter-spacing: 0;
    word-spacing: 0;
    color: #1F2D42;
    text-transform: none;
    padding-bottom: 14px;
    padding-right: 60px;
}

@media (max-width: 900px) {
    .elementor-tab-title {
        font-size: 16px;
        line-height: 20px;
    }
    .elementor-tab-content {
        font-size: 14px;
        line-height: 16px;
    }
}

