.cta-banner {
    background-color: #E61F22;
    color: #ffffff;
    margin-block: 2rem 5rem;
    padding: 2rem;
}
.cta-banner .btn {
    color: #E61F22 !important;
    background-color: #ffffff !important;
}

input[name="gender"]{
    display: none !important;
}
.form-group {
    margin-bottom: 20px;
}

.instagram{
    display: flex;
    gap:5px;
    flex-wrap: wrap;
}
.instagram img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

