.searchbox {
    padding: 16px 50px 16px 20px;
    background: url(/images/searchbox.svg) no-repeat;
    background-position: calc(100% - 16px) center;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.41;
    color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    max-width: 493px;
    width: 100%;
}

.searchbox::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.41;
    color: rgba(0, 0, 0, 0.7);
}