.only-mobile-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.only-mobile-container > select {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: center;
    white-space: nowrap;
    background-color: #F3F6F9;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    margin-right: 10px;
}