.searching {
    display: grid;
    grid-template-columns: minmax(200px, 595px) 36px 1fr;
    align-items: center;
    max-width: 1079px;
    width: 100%;
    margin-bottom: 15px;
}

.searching__input {
    grid-area: 1 / 1 / 1 / 3;
    max-width: 631px;
    width: 100%;
    height: 52px;
    padding: 18px 36px 15px 26px;
    box-sizing: border-box;
    background-color: #5A5C66;
    border: none;
    color: #ffff;
}

.searching__image {
    grid-area: 1 / 2 / 1 / 3;
    height: 20px;
    width: 21px;
}