/* ENVELOPE FIELD */



.two-field-subhero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    gap: 20px; /* Space between image and content */
}


/* TWO FIELD WITH BUTTON  */

.two-field-image img {
    width:100%;
    height: auto;
    display: block;
}

.two-field-content {
    padding-left: 10%;
    flex: 1;
    /* max-width: 50%; */
}

.two-field-content .field-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.two-field-content .field-group img {
    height: auto;
    margin-right: 15px; /* Space between icon and subtitle */
    margin-top: 10px;
}

.two-field-bigTitle {
    font-size: 3em;
    color: #333;
    margin-bottom: 50px;
    width: 100%;
}

.two-field-subtitle {
    font-size: 1.5em;
    color: #555;
    margin: 0;
}