.main {

background-color: #fff;
padding: 3.6rem 0;
animation-name: fade;
animation-duration: 420ms;
animation-delay: 420ms;
animation-fill-mode: both;
box-shadow: inset 0 0 0 1px var(--color-border);

}

@media screen and (min-width: 700px) {

.main {
  margin: 0 1.8rem;
}

}