.hero__content__buy-links {
    margin-top:3rem;
}

.hero__content__buy-links .hero__content__buy-links__subtitle {
    margin-top:1rem;
}

.hero__content__buy-links .hero__content__buy-links__subtitle h5 {
    color:#fff;
    text-transform: uppercase;
}

.hero__content__buy-links .dropdown button {
    font-size:1.8rem;
    color:#242424;
    background-color:#ffffff;
    min-width:220px;
    border:2px solid #fff;
    text-transform: inherit;
    text-align: left;
    padding: 0.7rem 1.3rem;
}

.hero__content__buy-links .hero__content__buy-links__dropdowns .dropdown button:active,
.hero__content__buy-links .hero__content__buy-links__dropdowns .dropdown.show>.btn-primary.dropdown-toggle {
    background-color:transparent !important;
    border-color:#fff !important;
    box-shadow:none;
}

.hero__content__buy-links .hero__content__buy-links__dropdowns .dropdown .dropdown-menu {
    min-width:220px;
}

.hero__content__buy-links .hero__content__buy-links__dropdowns .dropdown .dropdown-menu .dropdown-item {
    font-size:1.6rem;
    font-family: 'Open Sans';
}

.hero__content__buy-links .dropdown-links {
    margin-top:1rem;
}

.hero__content__buy-links__dropdowns .dropdown-toggle::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border:none;
    position:absolute;
    right:13px;
    color:#008488;
}

.hero__content__buy-links__dropdowns .dropdown-toggle:active::after,
.hero__content__buy-links .hero__content__buy-links__dropdowns .dropdown.show>.btn-primary.dropdown-toggle::after {
    color:#fff !important;
}

@media (min-width:768px) {
    .hero__content__buy-links .dropdown-links {
        /*margin-top:0;*/
    }
}

@media (min-width:992px) {
    .hero__content__buy-links .dropdown-links {
        margin-right:1.5rem;
    }
    .hero__content__buy-links {
        margin-top:5rem;
    }
    
}