.slider{position:relative;min-height:330px}.slider .contents-wraper{min-height:inherit;text-align:center}.contents-wraper .testRow{width:100%;min-height:inherit;position:relative;overflow:hidden}.testRow .testItem{width:100%;height:100%;position:absolute;display:flex;align-items:center;flex-direction:column}.testRow .testItem:not(.active){top:0;left:-100%}.testRow .testItem img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:12px 0 4px}.testRow .testItem h4{font-size:18px;font-weight:700;margin:5px 0 7px}.testRow .testItem p{font-size:22px;letter-spacing:1px;line-height:1.2;padding:10px;margin:0}.contents-wraper .indicators{position:absolute;bottom:0;left:50%;transform:translateX(-50%);padding:5px;cursor:pointer}.contents-wraper .indicators .dot{width:10px;height:10px;margin:0 3px;border:1px solid #aaa;border-radius:50%;display:inline-block;transition:background-color 0.5s ease}.contents-wraper .indicators .active{background-color:#000}@keyframes next1{from{left:0%}to{left:-100%}}@keyframes next2{from{left:100%}to{left:0%}}@keyframes prev1{from{left:0%}to{left:100%}}@keyframes prev2{from{left:-100%}to{left:0%}}@media(max-width:550px){.slider .contents-wraper{width:90%}.contents-wraper .header h1{font-size:32px}.testRow .testItem h3{font-size:26px}.testRow .testItem p{font-size:16px;letter-spacing:initial;line-height:initial}}