.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
}

.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: 650px
    }

    .fss_item {
        height: auto;
        box-sizing:border-box;
        padding: 150px 6%
    }

    .fss_item_left,.fss_item_right,.fss_text_container {
        height: 650px;
        padding-left: 150px;
        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: 650px
    }

    .fss_content_left {
        width: 50%;
        padding-left: 0;
        padding-right: 150px;
        height: 650px
    }
    .fss_item:last-child {
    margin-bottom: 0
}
}

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

    .fss_item {
        height: auto;
        box-sizing:border-box;
        padding: 70px 5%
    }

    .fss_item_left,.fss_item_right,.fss_text_container {
        height: 600px;
        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: 600px
    }

    .fss_content_left {
        width: 50%;
        padding-left: 0;
        padding-right: 70px;
        height: 600px
    }
.text_on_img {
    font-size: 50px;
}
    .fss_item:last-child {
    margin-bottom: 0
}
}

@media (max-width: 768px) and (min-width:481px) {
.fss_item {
margin-bottom:0px;
padding: 0px;
box-sizing:border-box;

}
.fss_item_img_left,.fss_item_img_right {
float: right;
width: 100%;
height: 400px;
position:relative;
  border-radius:0!important
}
.fss_content_left,.fss_content_right {
width: 100%;
padding: 30px 30px
}
.fss_content_title {
font-size: 24px!important;
margin-bottom: 10px;
line-height: 1.1em
}
.fss_content_title img {
    width:150px
}
.text_on_img {
font-size: 40px;
}
    .fss_item:last-child {
    margin-bottom: 0
}
}
@media (max-width: 480px) and (min-width:319px) {
    .fss_item {
        width:calc(100% - 40px);
        margin-bottom:30px;
        border-radius: 25px;
        margin-right:20px;
        margin-left:20px;
    }

    .fss_item_img_left,.fss_item_img_right {
        float: right;
        width: 100%;
        height: 270px;
        /* border-radius: 0!important; */
        position:relative
    }

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

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

.fss_content_title {
    margin-bottom: 5px;
    line-height: 1.1em
}
.fss_content_title img {
    width:130px;
    margin-bottom: 5px
}
.text_on_img {
font-size: 25px;
    display:none
}
}

@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
    }
}
