.link_item_seabreez {
	width: 49%;
	float:right;
	margin-bottom: 15px;
	background-color:#fff;
	padding: 5px;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	margin-left:2%;
	box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 5%);
}
.link_item_seabreez:nth-of-type(2n) {
	margin-left:0;
}
.link_item_seabreez:hover {
	background-color:#f8f8f8;
}
.link_icon_seabreez {
	width: 25px;
	height:25px;
	float:right;
	margin-left:10px;
	margin-top:10px
}
.link_title_seabreez {
	width: calc(100% - 40px);
	float:right;
	margin-left:5px;
	margin-top:3px;
	font-size:19px;
	font-weight: 900;
	color: #1c2753;
}
.link_text_seabreez {
	width: calc(100% - 40px);
	float:right;
	font-size:16px;
	font-weight:400;
	color: #404041;
	margin-top:0px;
	margin-left: 0px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {

}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {

}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {

}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.link_item_seabreez {
	width: 100%;
	margin-left:0;
}
.link_icon_seabreez {
	margin-left:0;
	margin-top:10px
}
.link_title_seabreez {
	margin-right:10px;
}
.link_text_seabreez {
	margin-right:10px;
	margin-top:0;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.link_item_seabreez {
	width: 100%;
	margin-left:0;
}
.link_icon_seabreez {
	margin-left:0;
	margin-top:10px
}
.link_title_seabreez {
	margin-right:10px;
}
.link_text_seabreez {
	margin-right:10px;
	margin-top:0;
}
}