img {
    object-fit: cover;
}
.qa_section>div {
    align-items: flex-start;
    padding-bottom: 0 !important;
}
.setion_qa {
    width: 100% !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.qa_items {
    padding-top: 0;
    gap: 0;
    max-width: 100%;
    grid-template-columns: repeat(auto-fill, 500px);
    width: 100%;
    display: grid;
}
.qa_item {
    padding: 0 !important;
}
.qa_item-description p {
    padding: 10px 40px 10px 0 !important;
}
#hero_section > div {
    padding-bottom: 0 !important;
}
.arrow_item.footer_form-bg::before {
    background-size: 400px !important;
    background-position: calc(100% - 6.7px) 1px !important;

}