.box_two{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.box_half {
    width: 48.23%;
}

@media(max-width:650px){
    .box_half {
        width: 100%;
    }
}