.search-section {
    padding: 90px 0;
}

.search-section h2 {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.input-group input {
    border: 1px solid #002964;
    border-radius: 12px;
    padding:15px;
}

.input-group input:focus {
    box-shadow: none;
    border: 1px solid #002964;
}

.input-group button{
    background-color: #002964;
}