.free_sections_ismc_home_top_wrapper {
    float: left;
	width: 100%;
    box-sizing:border-box;
}
.fsrht_item {
	float: left;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.1);
	background-color:#fff;
	direction: ltr;
	box-sizing:border-box;
	padding:0px;
	border-bottom: 2px solid #f5f5f5
}
.fsrht_content {
	float: right;
	width: 100%;
	box-sizing:border-box;
    padding: 30px  25px;
}
.fsrht_name {
	float: left;
	width: 100%;
	text-decoration: none;
	height: 25px;
    overflow: hidden;
	visibility: visible;
	margin-bottom:10px;
}
.fsrht_text {
	float: right;
	width: 100%;
	height: 50px;
  overflow: hidden;
	visibility: visible;
}
.fsrht_img {
	float: right;
	width: 100%;
    overflow: hidden;
	visibility: visible;
}
.fsrht_btn_wrapper {
	float: right;
	width: 100%;
	direction: ltr;
	margin-top:25px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.fsrht_item:hover .fsrht_btn {
	background: linear-gradient(to left, rgba(0, 173, 68, 0.2), rgba(0, 173, 68, 0.2));
	color:#444444
}
.fsrht_item:hover .fsrht_name {
	color:#008448!important;
}
.fsrht_btn {
	float: none;
	width: auto;
	height: 20px;
	min-width: auto;
	padding: 0 0px;
	text-align:center;
	direction: ltr;
	font-size:17px;
	font-weight:500;
	box-sizing:border-box;
	align-items: flex-end;
	display: flex;
	justify-content: flex-start;
	border: 0px solid #008448;
	color: #008448!important;
	background: linear-gradient(to left, rgba(0, 173, 68, 0.1), rgba(0, 173, 68, 0.1));
	text-decoration:underline
}

.fsrht_item .fsrht_img {
  -webkit-mask-image: url(../../../images/System/item_mask.svg);
  mask-image: url(../../../images/System/item_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: auto;
}

.fsrht_cat_title {
    padding-bottom:50px;
}

@media (min-width: 1438px) {
.fsrht_item {
	width: 22%;
	margin-right: 4%;
	margin-bottom:4%
}
.fsrht_item:nth-of-type(4n) {
	margin-right:0;
}
}

@media all and (max-width: 1439px) and (min-width: 769px) {
.fsrht_item {
	width: 22%;
	margin-right: 4%;
	margin-bottom:4%
}
.fsrht_item:nth-of-type(4n) {
	margin-right:0;
}
}

@media (max-width: 768px) and (min-width: 319px) {
.fsrht_item {
	width: 46.5%;
	margin-right: 7%;
	margin-bottom:7%;
}
.fsrht_item:nth-of-type(2n) {
	margin-right:0;
}
.fsrht_btn_wrapper {
	display:none;
}
.fsrht_btn {
    display:none;
}
.fsrht_content {
    padding: 15px 10px 15px 10px;
}
.fsrht_text {
	height: 50px;
}
.fsrht_cat_title {
    padding-bottom:20px;
}
}
@media (max-width: 320px) {
.fsrht_item {
	width: 46.5%;
	margin-right: 7%;
	margin-bottom:7%;
}
.fsrht_item:nth-of-type(2n) {
	margin-right:0;
}
.fsrht_item:nth-of-type(3n) {
	margin-bottom:0;
}
.fsrht_item:nth-of-type(4n) {
	margin-bottom:0;
}
.fsrht_btn_wrapper {
	display:none;
}
.fsrht_btn {
    display:none;
}
.fsrht_content {
    padding: 15px 10px 15px 10px;
}
.fsrht_text {
	height: 50px;
}
.fsrht_cat_title {
    padding-bottom:20px;
}
}