@charset "UTF-8";
	#special .container__banner-links {
		display: flex;
		flex-wrap: wrap;
		width: 914px;
		margin: 0 auto;
		justify-content: space-between;
		padding-bottom: 190px;
	}

	#special .container__banner-links__btn {
		width: 450px;
	}

	@media screen and (max-width: 767px) {
  #special .container__banner-links {
    width: 89.33333%;
  }
}

@media screen and (max-width: 767px) {
  #special .container__banner-links__btn {
    margin-bottom: 15px;
  }
}
#special .container__banner-links__btn:last-child {
  margin-bottom: 0;
}

.border-animation {
  border: solid 1px #fff;
  width: 100%;
  height: 100%;
}
