.Section3spots{height:auto;width:100%;display:flex;justify-content:center;margin-bottom:40px}.Section3spots .Section3spots__container{display:flex;flex-direction:row;justify-content:center;width:100%;max-width:var(--pageMaxWidth);gap:20px}@media screen and (max-width:768px){.Section3spots .Section3spots__container{flex-direction:column;gap:0}}.Section3spots .Section3spots__container .Section3spots__spot{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 var(--pagePaddingMobile);gap:6px}.Section3spots .Section3spots__container .Section3spots__spot .spotImg{width:100%;max-width:386px}.Section3spots .Section3spots__container .Section3spots__spot .Section3spots__stepNumber{width:50px;height:50px;text-align:center;border:2px solid #000;border-radius:300px;line-height:43px}.Section3spots .Section3spots__container .Section3spots__spot .Section3spots__title{font-size:26px;font-weight:600;text-align:center;color:#000;padding:0;margin:0}.Section3spots .Section3spots__container .Section3spots__spot .Section3spots__description{max-width:300px;font-size:18px;text-align:center;font-weight:400;color:#000;padding:0;margin:0 0 14px}