.tourism-page{width:100%;min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center}.tourism-page .container{width:100%}.tourism-page-title{margin-bottom:3.75rem}.tourism-page__desc{font-size:1.125rem;margin-top:2rem}.tourism-page__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,calc(20% - 32px)));grid-gap:40px;padding:5rem 0}.tourism-page__item{background-color:#00a6ff;width:100%;min-height:10rem;border-radius:32px;border:none;text-align:left;cursor:pointer;transition:var(--transition);outline:none}.tourism-page__item:first-child{background-color:var(--gorse-40)}.tourism-page__item:first-child:focus,.tourism-page__item:first-child:hover{background-color:var(--gorse-60)}.tourism-page__item:nth-child(2){background-color:var(--scarlet-40)}.tourism-page__item:nth-child(2):focus,.tourism-page__item:nth-child(2):hover{background-color:var(--scarlet-60)}.tourism-page__item:nth-child(3){background-color:var(--brick-red-40)}.tourism-page__item:nth-child(3):focus,.tourism-page__item:nth-child(3):hover{background-color:var(--brick-red-60)}.tourism-page__item:nth-child(4){background-color:var(--lima-40)}.tourism-page__item:nth-child(4):focus,.tourism-page__item:nth-child(4):hover{background-color:var(--lima-60)}.tourism-page__item:nth-child(5){background-color:var(--radiance-40)}.tourism-page__item:nth-child(5):focus,.tourism-page__item:nth-child(5):hover{background-color:var(--radiance-60)}.tourism-page__item:nth-child(6){background-color:var(--dodger-blue-20)}.tourism-page__item:nth-child(6):focus,.tourism-page__item:nth-child(6):hover{background-color:var(--dodger-blue-40)}.tourism-page__link{display:flex;flex-direction:column;justify-content:space-between;row-gap:40px;width:100%;height:100%;text-decoration:none;color:inherit;text-align:left;padding:1rem 1rem 1.5rem;border-radius:32px;outline:none}.tourism-page__link:focus-visible{outline:3px solid black;outline-offset:3px}.tourism-page__link-text{font-size:1.375rem}.tourism-page__link-icon{font-size:2.125rem;transition:var(--transition)}@media (max-width:62rem){.tourism-page-title{margin-bottom:2rem}.tourism-page__list{grid-template-columns:repeat(2,1fr);grid-gap:24px;padding:3rem 0}}@media (max-width:30rem){.tourism-page__list{grid-template-columns:1fr;grid-gap:32px}.tourism-page__item{min-height:auto}.tourism-page__link{display:flex;flex-direction:row;gap:40px;min-height:auto;padding:1.5rem;border-radius:24px;border:none;cursor:pointer;align-items:center;justify-content:space-between;transition:var(--transition)}.tourism-page__link-text{font-size:1.125rem}.tourism-page__link-icon{font-size:1.75rem;flex-shrink:0}}