.magazine-item {
    width: calc(30% - 10px);
}

#bolashak-zhasar .mg-title{
    font-size: 30px;
    font-weight: 600;
    margin-left: 14px;
	line-height: 1.7;
	color: #353840;
}

#zhastar-uni .mg-title{
    font-size: 40px;
    font-weight: 600;
    margin-left: 14px;
	line-height: 1.7;

}

#bolashak-zhasar .mg-slider, #zhastar-uni .mg-slider{
	position: relative;
	padding: 0 15px;
}

.mg-image-container {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.mg-slider-img {
	height: 100%;
    display: none;
}

.mg-slider-img1 {
	height: 100%;
    display: none;
}

#zhastar-uni .mg-slider-prev, #bolashak-zhasar .mg-slider-prev {
    position: absolute;
    left: 0;
    top: 45%;
	margin: 0 5px 0 0;
    color: #555555;
}

#zhastar-uni .mg-slider-next, #bolashak-zhasar .mg-slider-next{
    position: absolute;
    right: 0;
    top: 45%;
	margin: 0 0 0 5px;
    color: #555555;
}


@media (max-width: 1070px) {
    .mg-image-container {
        height: 300px;
    }
	
	#zhastar-uni .mg-title {
		font-size: 26px;
		margin-bottom: 24px;
	}
	
	#bolashak-zhasar .mg-title {
		font-size: 26px;
		margin-bottom: 6px;
	}
}

@media (max-width: 360px)  {
	#zhastar-uni .mg-title {
    	font-size: 40px;
    	margin: 20px 0 0 0;
	}
}