@media(max-width: 630px) {
    .profile_informationsheet {
        width: 80%!important;
    }
    
    .profile_buttons {
        font-size: 14px;
    }

    .profile_buttons.active {
        transform: scale(1.2);
      }      

}

@media(max-width: 473px) {
    .search {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .preview_btn, .next_btn {
        margin: 10px 0;
    }
}

@media(max-width: 425px) {
    .search {
        flex-direction: column;
    }
    .search_font {
        margin-top: 10px;
    }
}