.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 {
    border-radius: 16px;
    border: 1px solid #242C35;
    background: #FFFBF3;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 38px 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: 22px;
}

.dropdown_button {
    margin-top: 32px;
    /* float: left; */
    height: 57px;
}

.dropdown_button.strategy a, .dropdown_button.strategy a:hover {
    border-radius: 40px;
    border: 1px solid #414141;
    background: #FFAF1F!important;
    box-shadow: 1px 1px 0px 0px #414141;
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    padding: 12px 30px;
    float: left;
}

.dropdowns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dropdown_copy {
    width: 600px;
    max-width: 90%;
}