.art__title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.art__desc {
    margin-top: 2rem;
}
.art__desc > p {
    color: var(--dark-2);
    font-size: 1.188rem;
    line-height: 1.5;
}
.art__desc > p:not(:last-child) {
	margin-bottom: 1.25rem;
}
.art__desc > h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.art__desc > p > a {
    color: var(--blue);
    font-weight: 700;
}
.art__desc > p > a,.art__desc > p > span {
    display: inline-block;
}
@media only screen and (max-width: 480px) {
	.art__title {
		font-size: 1.7rem;
	}
}