.mate-title-container-center {
	text-align: center;
}

.mate-title-container-left {
	text-align: left;
}

.mate-title, .mate-title * {
	color: #535353;
	font-family: "Poppins Semi Bold", sans-serif;
}

.mate-title {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
	margin: 8px;
}

.mate-title:before {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 26px;
	box-shadow: -8px -8px #38ac55;
	left: 0;
	top: 0;
}

.mate-title:after {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 26px;
	box-shadow: 8px 8px #38ac55;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:992px){
	.mate-title {
	 	font-size:30px !important;
	 	width: min-content !important;
	}
}
@media screen and (max-width: 375px){
	.mate-title-modal {
	 	font-size: 20px !important;
	 	width: max-content !important;
	}
}
@media (max-width:300px) {
  #rwgl {
    background-image: url(/o/adaptive-media/image/50178/Thumbnail-300x300/focim-hatterkep.jpg?t=1630394041076) !important;
  }
}
@media (max-width:1000px) and (min-width:300px) {
  #rwgl {
    background-image: url(/o/adaptive-media/image/50178/Preview-1000x0/focim-hatterkep.jpg?t=1630394041076) !important;
  }
}
.component-card img {
	max-width: 100%;
}
.portlet-borderless .portlet-content {
  padding: 0;
}
