.art__title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.art__desc {
    margin-top: 3rem;
}
.art__desc > p, .art__desc > ul > li {
    color: var(--dark-2);
    font-size: 1.2rem;
    line-height: 1.5;
}
.art__desc > p:not(:last-child), .art__desc > ul {
    margin-bottom: 1rem;
}
.art__desc a {
    display: inline-block;
    color: var(--blue);
    text-decoration: underline;
}
.art__desc h2 {
    color: var(--dark-2);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.gallery {
    margin-top: 4rem;
}
.g__item img {
    cursor: pointer;
    min-height: 17.9375rem;
}
.gallery .swiper-button-prev {
    background-color: var(--dark-1);
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    cursor: pointer;
}
.gallery .swiper-button-prev:after {
    font-size: 1.3125rem;
    color: var(--cream);
}
.gallery .swiper-button-next {
    background-color: var(--dark-1);
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    cursor: pointer;
}
.gallery .swiper-button-next:after {
    font-size: 1.3125rem;
    color: var(--cream);
}
.gallery .swiper-button-prev.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: initial;
}
.gallery .swiper-button-next.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: initial;
}
@media only screen and (max-width: 480px){
	.art__desc > p, .art__desc > ul > li {
		font-size: 1rem;
	}
}