.blog .blog__swiper{
	width: 100%;
}

.blog .blog__content {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.blog .blog__title {
	display: block;
  text-align: center;
  margin-bottom: 2.8125rem;
  padding-left: 1rem;
	padding-right: 1rem;
}

.blog .blog__post {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s linear;
}

.post__name {
  margin-bottom: 0.9375rem;
	letter-spacing: -0.04em;
	display: inline-block;
}

.post__price{
  font-size: 0.9375rem;  
}

.blog .blog__post .post__bottom p,
.blog .blog__post .post__bottom svg {
  transition: all 0.3s linear;
}

.blog .blog__post .blog__image {
  width: 100%;
  height: 21.9375rem;
  display: block;
  border-radius: 0.3125rem;
}

.blog .blog__post .post__bottom {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 0px;
}

.blog .blog__post .post__bottom svg {
  width: 1.125rem;
  height: 0.9375rem;
  stroke: var(--dark-blue);
}

.blog .blog__swiper .swiper-button{
        top: 10.9375rem;
}

@media screen and (max-width: 959px) {
	.blog{
		max-width: 100%;
		overflow: hidden;
	}
	.blog .swiper-container div.swiper{
		overflow: visible;
		padding-left: 1.8125rem;
		padding-right: 1.8125rem;
	}
	
	.blog .swiper-button.swiper-button-prev{
		left: 0px;
	}
	
	.blog .swiper-button.swiper-button-next{
		right: 0px;
	}
}

@media screen and (min-width: 960px) {
.blog .blog__content {
  padding-top: 12.5625rem;
  padding-bottom: 12.375rem;
}

.blog .blog__title  {
  text-align: center;
  margin-bottom: 6.25rem;
}

.blog .blog__post {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  transition: all 0.3s linear;
}

.post__name {
  margin-bottom: 1.5625rem;
}
	
.post__price{
  font-size: 1.375rem;  
}

.blog .blog__post .blog__image {
  height: 31.25rem;
}

.blog .blog__post .post__bottom {
  padding: 1.875rem 1.875rem 1.625rem;
}

.blog .blog__post .post__bottom svg {
  width: 1.125rem;
  height: 0.9375rem;
  stroke: var(--dark-blue);
}
	
	.blog .blog__swiper .swiper-button{
        top: 15.625rem;
    }
}
