.dropdowns_module {
    width: 100%;
    display: flex;
/*     align-items: flex-start; */
    justify-content: space-between;
}

.dropdown_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.et_pb_dp_dmb_module_7e507533_item span.et_pb_background_pattern, .et_pb_dp_dmb_module_7e507533_item span.et_pb_background_mask {
    display: none;
}

.arrowbutton {
    width: 40px;
    padding-top: 10px;
}

.arrowbutton img {
    transform: rotate(90deg);
  transition: transform 500ms;
    -webkit-transition: transform 500ms;
}

.dropdown.active .arrowbutton img {
    transform: rotate(270deg);
    transition: transform 500ms;
    -webkit-transition: transform 500ms;
}

.dropdowns_left img {
    border-radius: 16px;
    border: 1px solid #242C35;
    background: #FFFBF3;
    box-shadow: 1px 1px 0px 0px #242C35;
}

.dropdowns_left {
    width: 45%;
    min-height: 1px;
}

.dropdown_right {
    width: 50%;
}

.dropdowns_main_eyebrow {
    margin-top: 40px;
    margin-bottom: 38px;
    color: #745112;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
}

.dropdowns_main_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1.6px;
    margin-bottom: 81px;
}

.dropdown_top span {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.8px;
}

.dropdown_copy {
    width: 89%;
}

.dropdown {
    border-radius: 16px;
    border: 1px solid #242C35;
    background: #FFFBF3;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 20px 17px;
    cursor: pointer;
}

.dropdown_bottom {
    display: none;
}

.dropdown_bottom_inner {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 32px;
}

.dropdown_button {
    margin-top: 32px;
    /* float: left; */
    height: 57px;
}

.dropdown_button a, .dropdown_button a:hover {
    border-radius: 40px !important;
    border: 1px solid #414141 !important;
    background: #76DBEE !important;
    box-shadow: 1px 1px 0px 0px #414141 !important;
    color: #242C35 !important;
    leading-trim: both !important;
    text-edge: cap !important;
    font-feature-settings: 'salt' on, 'liga' off !important;
    font-family: "Garton Pro" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 90% !important;
    letter-spacing: 1.26px !important;
    padding: 11px 30px !important;
    float: left !important;
    text-transform: uppercase;
}

.dropdown_button a:after {
  content: unset!important;
}

.dropdowns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}