.company_in_the_group_wrapper_body {
    padding-top: 30.2%;;
}

.citg_wrapper {
    position: relative;
    height: 100%;
}

.citg_img {
    position: relative;
    overflow: hidden;
}


.citg_content {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    padding: 12px 19px 27px;
    color: #fff;
    transition: all 600ms ease-in-out;
    width: 100%;
}

.citg_content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(255, 0, 0, 0.58) 100%);
    left: 0;
    bottom: 0;
    z-index: -1;
}

.company_in_the_group_wrapper_item:hover .citg_content:before {
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #EB1C23;
}

.citg_company_logo img {
    max-height: 36px;
    margin-bottom: 3px;
}

.citg_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 6px;
}

.citg_except {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.company_in_the_group_wrapper_item {
    background-repeat: no-repeat;
    background-position: center center;
    width: 20%;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    transition: all 0ms ease-in-out;
}

.accordion-over-container .company_in_the_group_wrapper_item {
    background: none !important;
}

.company_in_the_group_wrapper_item .citg_big_img {
    display: block;
    position: relative;
    height: 100%;
    margin: 0;
    background-size: cover !important;
    background-position: center center;
}

.company_in_the_group_wrapper_item .citg_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
    background-position: center center;
}

.company_in_the_group_wrapper_body .item_1 {
    left: 0;
}

.company_in_the_group_wrapper_body .item_2 {
    left: 20%;
}

.company_in_the_group_wrapper_body .item_3 {
    left: 40%;
}

.company_in_the_group_wrapper_body .item_4 {
    left: 60%;
}

.company_in_the_group_wrapper_body .item_5 {
    left: 80%;
}

.accordion-over-container .company_in_the_group_wrapper_item
{
    z-index: 20;
}

.company_in_the_group_wrapper_item.is_active {
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 1000ms ease-in-out;
}

.company_in_the_group_wrapper_item.is_active .citg_img {

}

.company_in_the_group_wrapper_item.is_active .citg_big_img {
    transform: scale(1.1) rotate(0.002deg);
    transition: all 1000ms ease-in-out;
    z-index: 5;
    left: 0 !important;
}