#sec-2 .container .template {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgb(231, 231, 231);
    padding: 1rem;
    gap: 1rem;
}
