.custom-field {
    border: 1px solid #890b14;
    border-radius: 20px;
    padding: 20px;
    max-width: 700px;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 4px #890b14;
    margin-bottom: 30px;
}

.custom-field label {
    display: none;           
}

.custom-field .groupfields {
    display: flex;           
    justify-content: space-between;
    gap: 20px;               
    margin-bottom: 15px;      
}
.custom-field input[type="text"] {
    border: 1px solid #890b14;
    border-radius: 15px;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #565656;
}



.custom-field #custom_address {
    margin-top: 10px;        
}

.custom-field h2 {
    margin-bottom: 20px;
}