.free_side_sections_wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.fss_item,.fss_item_right {
    float: right;
    width: 100%;
    position: relative
}

.fss_item_left {
    float: left;
    width: 100%;
    position: relative
}

.fss_content_right {
    float: right;
    box-sizing: border-box
}

.fss_content_left {
    float: left;
    box-sizing: border-box
}

.fss_content_text,.fss_content_title {
    float: right;
    width: 100%
}

.fss_text_container {
    width: 100%;
    display: table;
    direction: rtl
}

.fss_text_content {
    display: table-cell;
    vertical-align: middle
}

.fss_content_title {
    margin-bottom: 20px
}

.fss_item:last-child {
    margin-bottom: 0
}

.text_on_img {
    width: 100%;
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    text-align:center;
    direction:rtl;
    color: rgba(229, 214, 199, .5);
    font-size: 60px;
    font-weight:300
}
.blueV {
    width: 100%;
    float:right;
    margin-bottom:7px
}
.blueV img {
    width: 22px;
    float:right;
    margin-left:5px;
    margin-top:2px;
}

@media all and (min-width: 1438px) {
    .fss_item_img_left,.fss_item_img_right {
        position:relative;
        overflow: hidden;
        visibility: visible;
        width: 50%;
        height: 500px;
    }

    .fss_item {
        height: auto;
        box-sizing:border-box;
        padding: 0px 200px;
        margin-bottom:70px
    }

    .fss_item_left,.fss_item_right,.fss_text_container {
        height: 500px;
        padding-left: 70px;
        box-sizing:border-box
    }

    .fss_item_img_right {
        float: left;
        left: 0
    }

    .fss_item_img_left {
        float: right;
        right: 0
    }

    .fss_content_right {
        width: 50%;
        height: 500px
    }

    .fss_content_left {
        width: 50%;
        padding-left: 0;
        padding-right: 70px;
        height: 500px
    }
}

@media all and (max-width: 1439px) and (min-width:769px) {
    .fss_item_img_left,.fss_item_img_right {
        position:absolute;
        top: 0;
        overflow: hidden;
        visibility: visible;
        width: 50%;
        height: 350px
    }

    .fss_item {
        height: 350px;
        margin-bottom: 70px
    }

    .fss_item_left,.fss_item_right,.fss_text_container {
        height: 350px
    }

    .fss_item_img_right {
        float: left;
        left: 0
    }

    .fss_item_img_left {
        float: right;
        right: 0
    }

    .fss_content_right {
        width: 50%;
        padding-left: 50px;
        padding-right: 0;
        height: 350px
    }

    .fss_content_left {
        width: 50%;
        padding-left: 0;
        padding-right: 50px;
        height: 350px
    }
}

@media (max-width: 768px) and (min-width:481px) {
    .fss_item {
        margin-bottom:30px
    }

    .fss_item_img_left,.fss_item_img_right {
        float: right;
        width: 100%;
        height: 350px
    }

    .fss_content_left,.fss_content_right {
        width: 100%;
        padding: 20px 0
    }

    .fss_content_title {
        font-size: 24px!important;
        margin-bottom: 5px;
        line-height: 1.1em
    }
}

@media (max-width: 480px) and (min-width:319px) {
    .fss_item {
        margin-bottom:30px
    }

    .fss_item_img_left,.fss_item_img_right {
        float: right;
        width: 100%;
        height: 270px
    }

    .fss_content_right {
        width: 100%;
        padding: 20px 0
    }

    .fss_content_left {
        width: 100%;
        padding: 20px 0 0
    }

    .fss_content_title {
        margin-bottom: 5px;
        line-height: 1.1em
    }
}

@media all and (max-width: 320px) {
    .fss_item {
        margin-bottom:30px
    }

    .fss_item_img_left,.fss_item_img_right {
        float: right;
        width: 100%;
        height: 270px
    }

    .fss_content_right {
        width: 100%;
        padding: 20px 0
    }

    .fss_content_left {
        width: 100%;
        padding: 20px 0 0
    }

    .fss_content_title {
        margin-bottom: 5px;
        line-height: 1.1em
    }
}
