.albums__item{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));align-items:center;gap:0 2.4rem;padding:6rem 0;border-top:1px solid var(--text-color)}@media only screen and (max-width: 1024px){.albums__item{display:flex;flex-direction:column;padding:4rem 0;gap:2.4rem;padding:2.4rem 0}}.albums__image{grid-column:span 5}.albums__item:nth-child(even) .albums__image{grid-column:span 5/-1}.albums__content{grid-column:span 6/-1}.albums__item:nth-child(even) .albums__content{grid-column:1/7;grid-row:1}.albums__title{font-size:3.6rem;line-height:1;font-weight:600;margin-bottom:2.4rem}@media only screen and (max-width: 1024px){.albums__title{font-size:3.2rem}}.albums__subtitle{margin-bottom:1em}@media only screen and (max-width: 1024px){.albums__text{font-size:1.6rem}}.albums__text>*:not(:last-child){margin-bottom:1em}.albums__text a{text-decoration:underline}.albums__link{margin-top:2.4rem}
