.places{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;align-items:start;grid-gap:30px;gap:30px}@media only screen and (max-width:1200px){.places{grid-template-columns:repeat(1,1fr)}}.CardPlace{display:flex;justify-content:center;align-items:center;width:20vw;flex-direction:column}.image img{height:250px;width:20vw}.place-name{font-weight:600;font-size:20px;color:#09558f}@media only screen and (max-width:1200px){.CardPlace,.image img{width:50vw}}.container__slider{position:relative;width:100%;padding:0;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap;background-color:#000}.container__slider>button{background-color:transparent;outline:none;border:0;color:#f5f5f5;font-size:24px}.container__slider>button:active{color:#000}.slider__btn-next{position:absolute;right:0}.slider__btn-prev{position:absolute;left:0}.container__slider__links{position:absolute;bottom:5%;left:50%;transform:translateX(-50%)}.container__slider__links-small{position:relative;width:8px;height:8px;padding:0;border-radius:50%;outline:none;background-color:#fff;border:1px solid grey;transition:background-color 1s ease;margin:0 2px}.container__slider__links-small-active{background-color:#000}.slider__item{box-sizing:border-box;min-width:100%;height:50vh;overflow:hidden;object-fit:cover;height:auto;transition:transform 1.5s ease}.slider__item,.slider__item-active-1{transform:translateX(0)}.slider__item-active-2{transform:translateX(-100%)}.slider__item-active-3{transform:translateX(-200%)}.slider__item-active-4,.slider__item-active-5,.slider__item-active-6,.slider__item-active-7{transform:translateX(-300%)}.slider__item img{width:100%;height:50vh}@media only screen and (max-width:900px){.slider__item img,.slider_item{height:20vh;width:100vw}}