.topsxbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pet-select{
    width: 49%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
}

.topsxbox button{
    border: 1px solid #0378FF;
    padding: 12px 21px;
    display: block;
    width: fit-content;
    color: #0378FF;
    transition: all 0.5s;
    font-family: 'SemiBold';
    background-color: white;
    margin-top: 25px;
    margin-bottom: 25px;
}

.topsxbox button:hover{
    background-color: #0378FF;
    color: white;
}

.bottombox{
    margin-bottom: 105px;
}