*{padding:0;margin:0;box-sizing:border-box}
i{font-style:normal}
a{text-decoration:none}
li{list-style-type:none}
.w-full{width:100%}
.w-1200{width:1200px}
.margin-center{margin:0 auto}
.flex{display:flex}
.flex-wrap{flex-wrap:wrap}
.shrink-0{flex-shrink:0}
.items-center{align-items:center}
.items-end{align-items:end}
.items-start{align-items:start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
img{border-radius: 6px;}