.search-wrapper {
    padding-top:100px;
    text-align:center;
}
.heading {
    padding-bottom:50px;
}
.search-main {
    padding:0 350px;
    padding-top:0px;
    display:flex;
    justify-content: center;
    height:300px;
}
.input-box {
    height:50px;
    border-radius:25px;
    width:100%;
    border:1px solid black;
    text-align:left;
    padding:0 20px;
}
.search-input {
    -webkit-appearance: none;
    appearance: none;
    border:none;
    height:48px;
    padding:0;
    width:100%;
    font-size:20px;
}
.search-input::placeholder {
    font-size:15px;
}
.search-submit {
    border:none;
    background-color:#ffffff;
    color:#484646;
    cursor:pointer;
}
.search-input:focus {
    outline: none;
}
.search-news-wrapper {
    text-align:center;
    padding:0 250px;
}
.search-news {
    text-align:left;
    display:flex;
    padding:15px 0;
}
.search-news-left img {
    max-height:120px;
    max-width:180px;
    padding:5px;
    margin-right:30px;
    border:none;
    border-radius:5px;
}
.search-news-title {
    font-size:21px;
    color:#1f1f1f;
}
.search-news-text {
    font-size:10px;
    color:#504e4e;
}
.search-news-source {
    font-size:15px;
    padding-top:3px;
}
.input {
    flex:1;
}
.input-box form {
    display:flex;
}
