.main-itm1 {
display: flex;
flex-direction: column;
width: 360px;
height: 482px;
box-shadow: 0 0 0 rgba(232, 232, 232, 0.11);
border: 1px solid rgba(221, 221, 221, 0.15);
background-color: #ffffff;
text-align: center;
box-sizing: border-box;
justify-content: center;
align-items: center;
}