.container {
display: flex;
flex-direction: column;
gap: 25px;
margin-top: 70px;
// align-self: center;
}
.title {
color: #FFCA4F;
text-align: center;
font-weight: 400;
font-size: 20px;
line-height: 36px;
letter-spacing: 4px;
}