.sections_title h2 {
    font-size: 36px;
    margin-bottom: 36px;
    text-transform: unset;
}

.sections_title p {
    width: 100%;
    margin-bottom: 50px;
    color: #333;
}

.products_section .products_box .products_text h3 {
    min-height: auto;
    margin-top: 17px;
}

.products_section .products_box .products_text .product-subtitle {
    color: #333;
    min-height: auto;
    font-weight: 600;
}

.products_section .products_box .my_btn {
    margin-top: auto;
    min-width: 143px;
    width: 143px;
    margin-bottom: 17px;
}

.choosing-the-right-bale-processor {
    padding-top: 39px;
    padding-bottom: 80px;
}

.choosing-the-right-bale-processor table {
    width: 100%;
    table-layout: fixed;
}

.choosing-the-right-bale-processor table tr th {
    background-color: #333;
    padding: 35px 19px 18px 19px;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.choosing-the-right-bale-processor table tr td {
    font-size: 15px;
    line-height: 27px;
}

.choosing-the-right-bale-processor table tr td:not(:first-of-type) {
    color: #777;
}

/* Column width control - adjust as needed */
.choosing-the-right-bale-processor table th:nth-child(1),
.choosing-the-right-bale-processor table td:nth-child(1) {
    width: 25%;
}

.choosing-the-right-bale-processor table th:nth-child(2),
.choosing-the-right-bale-processor table td:nth-child(2) {
    width: 25%;
}

.choosing-the-right-bale-processor table th:nth-child(3),
.choosing-the-right-bale-processor table td:nth-child(3) {
    width: 50%;
}

.choosing-the-right-bale-processor .products_details ul {
    margin: 20px 15px;
}

.choosing-the-right-bale-processor .products_details ul li {
    margin-bottom: 15px;
}

.choosing-the-right-bale-processor .image-row {
    margin-top: 83px;
}

.why-choose-us .sections_title h2 {
    margin-bottom: 28px;
}

.why-choose-us .sections_title p:first-of-type {
    margin-bottom: 40px;
}

.why-choose-us .sections_title p {
    margin-bottom: 28px;
}

.faqs .main-repeater {
    border-bottom: 1px solid #E7E7E7;
    margin-top: 59px;
    margin-bottom: 80px;
}

.faqs .container-main-title {
    padding: 25px 0;
    border-top: 1px solid #E7E7E7;
    cursor: pointer;
}

.faqs .container-main-title h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.faqs .content-main-card {
    padding-bottom: 10px;
}

.faqs .container-main-title.accordion-collapsed {
    margin-bottom: 0;
}

.faqs .red-circle {
    color: #FFF !important;
    background: #FF0302;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 1px;
    text-decoration: none;
}

.faqs .products_features {
    padding-top: 30px;
    padding-bottom: 30px;
}

.faqs h5 {
    margin-bottom: 7px;
    margin-top: 30px;
}

.get-started h3 {
    margin-bottom: 30px;
    font-weight: 500;
    line-height: normal;
}

.get-started a {
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .faqs .main-features {
        padding-right: 80px;
    }
}