main{
      min-height: 0 !important;
    height: auto !important;
}
.page-title {
    text-align: center;
}

.manufacturer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.manufacturer-image {
    height: 60px;
}

.manufacturer-item {
    display: flex;
    width: 360px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    margin: 10px 0;
}

.manufacturer-name {
    margin-top: 20px;
    color: #0C0C0C;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.manufacturer-desc {
    align-self: stretch;
    color: #0C0C0C;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 120px;
}

.manufacturer-more a {
    color: #F00;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 18%; /* 2.88px */
    text-underline-position: from-font;
}

.manufacturer-wrapper {
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
    color: #0C0C0C;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.d_manufacturer-desc {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-direction: row;
}

.text-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin-bottom: 9px;
}

.text-top h2 {
    flex: 1 0 0;
    color: #1A1A1A;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.d_manufacturer-text p:not(:first-of-type) {
    padding-top: 20px;
}

.d_manufacturer-features {
    display: flex;
    padding: 16px 16px 16px 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-radius: 4px;
    border-left: 8px solid #DF2528;
    background: rgba(217, 217, 217, 0.20);
}

.d_manufacturer-features h2 {
    color: #DF2528;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.d_manufacturer-features p:not(:first-of-type) {
    padding-top: 20px;
}

.btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    background: #1A1A1A;
}

@media (max-width: 768px) {
    .d_manufacturer-desc {
        flex-direction: column;
    }
}