.fservice_wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box
}
.fservice_items {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top:40px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.fservice_item {
    float: right;
    height:210px;
    position: relative;
    background-color: rgb(240 233 223 / 48%);
    padding: 10px;
    box-sizing:border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius:10px
}
.fservice_item:hover {
    background-color: rgb(240 233 223 / 100%);
}
.fservice_icon {
    float: left;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.fservice_item i {
    font-size: 32px;
    width: 70px;
    height: 70px;
    background-color: transparent;
    margin: 0;
    border-radius:50%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fservice_name {
    float: left;
    width: 100%;
    text-decoration: none;
    height: 35px;
}

.fservice_back {
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

@media (min-width: 1438px) {
.fservice_item {
    width: 18.4%;
    margin-left: 2%;
    margin-bottom: 2%;
    border-bottom: 0px solid #7c1214;
}
.fservice_item:nth-of-type(5n) {
    margin-left: 0
}
}

@media all and (max-width: 1439px) and (min-width:769px) {
.fservice_item {
    width: 18.4%;
    margin-left: 2%;
    margin-bottom: 2%;
    border-bottom: 0px solid #7c1214;
}
.fservice_item:nth-of-type(5n) {
    margin-left: 0
}
}

@media (max-width: 768px) and (min-width:481px) {
.fservice_items {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.fservice_item {
    width: 48%;
    margin-bottom: 5%;
    display: flex;
}
}

@media (max-width: 480px) and (min-width:319px) {
.fservice_items {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.fservice_item {
    width: 48%;
    margin-bottom: 5%;
    display: flex;
}

}

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

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