.free_sections_ismc_home_top_wrapper {
    float: left;
	width: 100%;
    box-sizing:border-box;
}
.fsrht_item {
	float: right;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.1);
	background-color:#ecdfcc;
	direction: rtl;
	box-sizing:border-box;
	padding:5px;
	border: 0px solid #263645
}

.fsrht_content_wrapper {
	float: right;
	width: calc(100% - 20px);
}
.fsrht_content {
	float: right;
	width: 100%;
	box-sizing:border-box;
    padding: 15px 20px 25px 20px;
	margin: 0px 10px 10px 10px;
	height:150px;
}
.fsrht_content_plus {
	float: right;
	width: 100%;
	margin: 0px 10px 10px 10px;
	height: 30px;
	align-items: center;
	display: flex;
	background-color:#263645;
	align-content: center;
	justify-content: center;
	box-sizing:border-box;
	padding: 0 5px
}
.fsrht_content_plus img {	
	width: 22px;
	float:right;
}
.fsrht_name {
	/* float: left; */
	/* width: 100%; */
	/* text-decoration: none; */
	/* height: 35px; */
	/* overflow: hidden; */
	/* visibility: visible; */
	/* margin-bottom:5px; */
}
.fsrht_text {
	float: right;
	width: 100%;

}
.fsrht_img {
	float: right;
	width: 100%;
    overflow: hidden;
	visibility: visible;
}
.fsrht_btn_wrapper {
	float: right;
	width: 100%;
    display:inline-block;
	text-align:center;
	direction:rtl;
	margin-top:15px;
}
.fsrht_item:hover .fsrht_btn {
	background-color:#6e8188;
}
.fsrht_item:hover .fsrht_name {
	color:#fffaf3!important;
}
.fsrht_btn {
	float: none;
	width: auto;
    display:inline-block;
	text-align:center;
	direction:rtl;
	font-size:17px;
	background-color:#00abcc;
	box-sizing:border-box;
	padding: 7px 15px 9px 15px;
}
@media (min-width: 1438px) {
.fsrht_item {
	width: 30.75%;
	margin-left: 3%;
	margin-bottom:0%
}
.fsrht_item:nth-of-type(3n) {
	margin-left:0;
}
}

@media all and (max-width: 1439px) and (min-width: 769px) {
.fsrht_item {
	width: 30.75%;
	margin-left: 3%;
	margin-bottom:0%
}
.fsrht_item:nth-of-type(3n) {
	margin-left:0;
}
}

@media (max-width: 768px) and (min-width: 481px) {
.fsrht_item {
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
}
.fsrht_item:nth-of-type(2n) {
	margin-left:0;
}
.fsrht_item:nth-of-type(3n) {
	width: 100%;
	margin-left: 0%;
	margin-bottom:0%;
}
}

@media (max-width: 480px) and (min-width: 319px) {
.fsrht_item {
	width: 100%;
	margin-left: 0;
	margin-bottom:5%;
}
.fsrht_btn_wrapper {
	display:none;
}
.fsrht_btn {
    display:none;
}
.fsrht_content {
    padding: 15px 10px 25px 10px;
	height:auto;
}
.fsrht_text {
	height: 90px;
}
.fsrht_name {
	height: 45px;
	margin-bottom:7px;
	line-height:1.1em!important
}
.fsrht_item:nth-of-type(3n) .fsrht_name {
	width: 100%;
	margin-left: 0%;
	margin-bottom:7px;
	height: auto;
}
.fsrht_item:nth-of-type(3n) .fsrht_text {
	float: right;
	width: 100%;
	min-height: auto;
	height:auto
}
}

@media (max-width: 320px) {
.fsrht_item {
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
}
.fsrht_item:nth-of-type(2n) {
	margin-left:0;
}
	.fsrht_item:nth-of-type(3n) {
	width: 100%;
	margin-left: 0%;
	margin-bottom:0%;
}
	
.fsrht_btn_wrapper {
	display:none;
}
.fsrht_btn {
    display:none;
}
.fsrht_content {
    padding: 15px 10px 15px 10px;
}
.fsrht_text {
	height: 90px;
}
.fsrht_name {
	height: 45px;
	margin-bottom:7px;
	line-height:1.1em!important
}
.fsrht_item:nth-of-type(3n) .fsrht_name {
	width: 100%;
	margin-left: 0%;
	margin-bottom:7px;
	height: auto;
}
.fsrht_item:nth-of-type(3n) .fsrht_text {
	float: right;
	width: 100%;
	min-height: auto;
	height:auto
}
}