.free_sections_regular_wrapper {
    width: 100%;
    box-sizing: border-box
}

.fsc_content,.fsc_item {
    float: right;
    position: relative;
    box-sizing: border-box;
    display: inline-block
}

.fsc_item {
    background-color: transparent;
    direction: rtl;
    padding: 0;
    border-bottom: 2px solid #333333;
    border-radius: 10px
}

.fsc_item .fs_btn {
    border: 0;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    height: 45px
}

.fsc_content {
    width:50%;
    padding: 25px;
    text-align: center
}

.fsc_name {
    width:100%;
    float:right;
    border-bottom: 2px dashed #faf6f1;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.fsc_img,.fsc_text {
    float: right;
    width: 100%;
    overflow: hidden;
    visibility: visible
}

.fsc_text {
    height: 110px;
    margin-top:15px;
    margin-bottom:15px;
}

.fsc_icon_img {
    float: none;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    border-radius: 50%;
    box-sizing: border-box;
    border-bottom: 0 solid #333;
    display: inline-block;
    position: absolute;
    top: -45px;
    z-index: 1
}

.fsc_icon_img img {
    border-radius: 50%;
    border-bottom: 1px solid #333
}
.fsc_btn_wrapper {
    float:right;
    width:100%;
    margin-top: 15px;
    align-items: center;
    justify-content: flex-start;
    display:flex;
    flex-direction: row;
}
.fsc_btn {
    float: none;
    width: auto;
    font-size: 18px;
    background-color: #faf6f1;
    color: #333333;
    box-sizing: border-box;
    padding: 0 20px 0px 20px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: .2s;
    display:flex;
}

.fsc_item:hover .fsc_btn {
    background-color: #ffbb8d!important;
    color: #333!important;
}

.fsc_icon_wraper {
    float:right;
    width:100%;
    margin-bottom: 5px;
    align-items: center;
    justify-content: flex-start;
    display:flex;
    flex-direction: row;
}
.fsc_icon_name {
width:auto!important;
    margin-right:7px;
}
.fsc_icon_wraper i {
    font-size:23px;
}
.fsc_icon_wraper:hover {
    color: #ffbb8d;
}
.fsc_img {
    float: right;
    width: 50%;
    height: 440px;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.fsc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (min-width: 1438px) {
.free_sections_regular_wrapper {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    direction:rtl;
    margin-bottom:20px
}
.fsc_item {
    width: 48.5%;
    margin-bottom: 20px;
    background-color: #333333;
    box-sizing: border-box;
    padding: 0;
}
    .fsc_lable {
        display: inline-block;
        border-radius: 4px;
        margin: 0!important;
        top: 15px!important;
        right: 15px!important;
        font-size: 14px;
        line-height: 1;
        padding: 6px 10px;
        position: absolute;
        text-align: center;
        z-index: 22
    }

    .fsc_border_pattern {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 10px;
        background-image: url(../../../images/System/pattern_strip.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .fsc_onlyMobile {
        display: none!important
    }

    .fsc_onlyDesktop {
        display: table-cell!important
    }
}

@media all and (max-width: 1439px) and (min-width:769px) {
.free_sections_regular_wrapper {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    direction:rtl;
    margin-bottom:20px
}
.fsc_item {
    width: 48.5%;
    margin-bottom: 20px;
    background-color: #333333;
    box-sizing: border-box;
    padding: 0;
}
    .fsc_lable {
        display: inline-block;
        border-radius: 4px;
        margin: 0!important;
        top: 15px!important;
        right: 15px!important;
        font-size: 14px;
        line-height: 1;
        padding: 6px 10px;
        position: absolute;
        text-align: center;
        z-index: 22
    }

    .fsc_border_pattern {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 10px;
        background-image: url(../../../images/System/pattern_strip.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .fsc_onlyMobile {
        display: none!important
    }

    .fsc_onlyDesktop {
        display: table-cell!important
    }
}

@media (max-width: 768px) and (min-width:481px) {
 .free_sections_regular_wrapper {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    direction:rtl;
    margin-bottom:20px
}
.fsc_item {
    width: 48.5%;
    margin-bottom: 20px;
    background-color: #333333;
    box-sizing: border-box;
    padding: 0;
}
    .fsc_lable {
        display: inline-block;
        border-radius: 4px;
        margin: 0!important;
        top: 15px!important;
        right: 15px!important;
        font-size: 14px;
        line-height: 1;
        padding: 6px 10px;
        position: absolute;
        text-align: center;
        z-index: 22
    }

    .fsc_border_pattern {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 10px;
        background-image: url(../../../images/System/pattern_strip.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .fsc_onlyMobile {
        display: none!important
    }

    .fsc_onlyDesktop {
        display: table-cell!important
    }
    .fsc_img {
    float: right;
    width: 100%;
    height: 200px;
}
.fsc_content {
    width:100%;
    padding: 15px;
    text-align: center
}
}

@media (max-width: 480px) and (min-width:319px) {
    .fsc_item {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 5%;
        border-radius: 10px;
        border-bottom: 0 solid rgba(243,214,108,.9)
    }

    .fsc_item:nth-of-type(2n),.fsc_name {
        margin-left: 0
    }

    .fsc_item:nth-of-type(3n),.fsc_item:nth-of-type(4n),.fsc_text {
        margin-bottom: 0
    }

    .fsc_content {
        padding: 12px
    }

    .fsc_text {
        height: 50px;
        overflow: hidden;
        visibility: visible
    }

    .fsc_icon_img {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: -25px
    }

    .fsc_name {
        width: 100%!important;
        height: auto;
        margin-bottom: 5px!important;
        margin-right: 0;
        line-height: 1.2em!important
    }

    .fsc_item .web_btn_container {
        display: block;
        margin-top: 10px
    }

    .fsc_item .fs_btn {
        color: #0c4045;
        font-size: 18px;
        font-weight: 400;
        padding: 0 15px;
        height: 42px;
        width: 42px;
        border: 0!important
    }

    .fsc_onlyMobile {
        display: table-cell!important
    }

    .fsc_onlyDesktop {
        display: none!important
    }
}

@media (max-width: 320px) {
    .fsc_item {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 5%;
        border-radius: 10px;
        border-bottom: 0 solid rgba(243,214,108,.9)
    }

    .fsc_item:nth-of-type(2n),.fsc_name {
        margin-left: 0
    }

    .fsc_item:nth-of-type(3n),.fsc_item:nth-of-type(4n),.fsc_text {
        margin-bottom: 0
    }

    .fsc_content {
        padding: 12px
    }

    .fsc_text {
        height: 50px;
        overflow: hidden;
        visibility: visible
    }

    .fsc_icon_img {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: -25px
    }

    .fsc_name {
        width: 100%!important;
        height: auto;
        margin-bottom: 5px!important;
        margin-right: 0;
        line-height: 1.2em!important
    }

    .fsc_item .web_btn_container {
        display: block;
        margin-top: 10px
    }

    .fsc_item .fs_btn {
        color: #0c4045;
        font-size: 18px;
        font-weight: 400;
        padding: 0 15px;
        height: 42px;
        width: 42px;
        border: 0!important
    }

    .fsc_onlyMobile {
        display: table-cell!important
    }

    .fsc_onlyDesktop {
        display: none!important
    }
}
