.f_block_content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.f_block_content .f_block_content_item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.f_block_content .f_block_content_item .f_block_image {
    flex: 1;
    max-width: 300px;
    max-height: 500px;
}

.f_block_content .f_block_content_item .f_block_content_text {
    flex: 2;
    gap: 7px;
    display: flex;
    flex-direction: column;
}

.f_block_content .f_block_content_item_even {
    flex-direction: row-reverse;
}
.f_list_grid_4{
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.f_list_grid_4 > .f_list_grey_item{
    background-color: white;
    padding: 24px;
    gap: 16px;

}

div.f_caroussel_dots_left > div.et_pb_group_carousel_dots {
    left: calc(50% - 540px);
    position:absolute;
    bottom: -50px;
}
div.f_caroussel_dots_left > .et_pb_group_carousel_dots > .et_pb_group_carousel_dot{
    width: 20px;
    height: 12px;
    border-radius: 15px;
    background-color: #252525!important;
    opacity: 1!important;
}
div.f_caroussel_dots_left > .et_pb_group_carousel_dots > .et_pb_group_carousel_dot.et_pb_group_carousel_dot_active{
    background-color: var(--gcid-link-color,#e7273a)!important;
}
@media screen and (max-width: 1130px) {
    div.f_caroussel_dots_left > div.et_pb_group_carousel_dots {
        left: calc(10%)!important;
    }
}

@media screen and (max-width: 930px) {
    div.f_caroussel_dots_left > div.et_pb_group_carousel_dots {
        left: 0px!important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
}