.blogheading_wrapper{
    max-width: 800px;
    margin: 0 auto;
    width: 95vw;
    padding-top: 160px;
    padding-bottom: 100px;
}
.blogheader_text{
    text-align: center;
}
p.blogheader_content_p01{
    font-size: 40px;
    font-weight: 700;
}
p.blogheader_content_p02{
    font-size: 50px;
    font-weight: 700;
}

.search_form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
}

.search_input {
    padding: 20px;
    font-size: 14px;
    border: none;
    flex: 1;
    outline: none;
}

.search_button {
    background-color: #58C4DD;
    color: white;
    border: none;
    padding: 20px 20px;
    cursor: pointer;
}

.search_button i {
    font-size: 20px;
    box-sizing: border-box;
}
