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

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

.fsr_item {
    background-color: transparent;
    direction: rtl;
    padding: 0;
    border-bottom: 2px solid #e7e7e7
}

.fsr_item .fs_btn {
    border: 0px solid #d4ab78;
    border-bottom: 0px solid #d4ab78;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 12px 3px 12px;
    min-width:115px;
    height:38px
}
.fsr_item:hover .fs_btn {
    background-color: #d4ab78;
}
.fsr_content {
    width: 100%;
    padding: 50px 25px 20px 25px;
    text-align: center
}

.fsr_name {
    float: left;
    width: 100%;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    visibility: visible
}

.fsr_img,.fsr_text {
    float: right;
    width: 100%;
    overflow: hidden;
    visibility: visible
}

.fsr_text {
    height: 70px;
    margin-bottom: 5px
}

.fsr_img {
    background-color: rgb(255 255 255 / 50%);
    border-radius: 0;
    box-sizing: border-box
}

.fsr_icon_img {
    float: none;
    width: 70px;
    height: 70px;
    left: calc(50% - 40px);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: -45px;
    z-index: 1;
    background-color:#5b1329;
    padding:10px
}

.fsr_icon_img img {

}

@media (min-width: 1438px) {
    .fsr_item {
        width:22.75%;
        margin-left: 3%;
        margin-bottom: 0;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0
    }

    .fsr_item:nth-of-type(4n) {
        margin-left: 0
    }

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

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

@media all and (max-width: 1439px) and (min-width:769px) {
    .fsr_item {
        width:22.75%;
        margin-left: 3%;
        margin-bottom: 0;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0
    }

    .fsr_item:nth-of-type(4n) {
        margin-left: 0
    }

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

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

@media (max-width: 768px) and (min-width:481px) {
    .fsr_item {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 5%
    }

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

    .fsr_item:nth-of-type(2n) {
        margin-left: 0
    }

    .fsr_content {
        padding: 35px 10px 0
    }

    .fsr_text {
        font-size: 15px!important;
        height: 100px;
        overflow: hidden;
        visibility: visible
    }

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

    .fsr_name {
        height: 20px;
        font-size: 19px!important;
        margin-bottom: 7px!important
    }

    .fsr_item .web_btn_container {
        display: none
    }
}

@media (max-width: 480px) and (min-width:319px) {
    .fsr_item {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 5%
    }

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

    .fsr_item:nth-of-type(2n) {
        margin-left: 0
    }

    .fsr_content {
        padding: 35px 10px 0
    }

    .fsr_text {
        font-size: 15px!important;
        height: 100px;
        overflow: hidden;
        visibility: visible
    }

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

    .fsr_name {
        height: 20px;
        font-size: 19px!important;
        margin-bottom: 7px!important
    }

    .fsr_item .web_btn_container {
        display: none
    }
}

@media (max-width: 320px) {
    .fsr_item {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 5%
    }

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

    .fsr_item:nth-of-type(2n) {
        margin-left: 0
    }

    .fsr_content {
        padding: 35px 10px 0
    }

    .fsr_text {
        font-size: 15px!important;
        height: 100px;
        overflow: hidden;
        visibility: visible
    }

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

    .fsr_name {
        height: 20px;
        font-size: 19px!important;
        margin-bottom: 7px!important
    }

    .fsr_item .web_btn_container {
        display: none
    }
}
