@media screen and (min-width: 200px) and (max-width: 767px) {
    .accompany-details li {
        padding: 1em;
    }
    .offer-img {
        position: unset;
        text-align: center;
        margin: auto;
    }
    .form-box p.text-danger.fs-5 {
        font-size: 12px !important;
        line-height: 16px;
    }
}