.dropdown:nth-of-type(1) {
    padding-top: 2rem !important;
}

.dropdown-menu {
    position: initial !important;
    transform: none !important;
    background-color: #F5F9FF !important;
    border: none !important;
}

.btn:focus,
.btn-secondary:focus {
    box-shadow: none !important;
}

.btn-secondary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #001E5E !important;
    background-color: #FFF !important;
    font-weight: 600 !important;
    font-family: 'Source Sans 3', sans-serif !important;
    border: none !important;
    font-size: 1.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.00625rem !important;
    padding: 2rem 2rem !important;
}

.dropdown-item {
    padding: 1rem 2rem !important;
}

.dropdown-item-mobile-hide {
    display: none !important;
    padding: 0 !important;
}