.section5{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #f9f7f8;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.box5{

}
.hp-box5_container form{
    margin-bottom: 0;
}
.hp-box5_container form input[type="submit"]{
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    letter-spacing: 1px;
    line-height: 1;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.hp-box5_container img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width:700px) {
    .hp-box5_container.d-flex{
        flex-direction: column;
    }
    .hp-box5_container .d-flex-50{
        width: 100%;
    }
}