.static_block > .company-description > .row,
.static_block_h2 > .company-description > .row {
    display: block;
}

.static_block_h2 > .company-description > .row > h2,
.services-block > .company-description > .row > h2 {
    font-size: 18px;
    color: #333;
}

.services-block > h3 {
    font-size: 16px;
    color: #333;
}

.static_line > .company-description > .company__title {
    border-bottom: none;
}

.services-tyre > .service-subservice {
    margin-top: 10px;
}

.company-container > .company-description img {
    width: unset;
    float: unset;
}

.go-to-page-class {
    margin-top: 40px;
    height: 40px;
    display: flex;
}

.go-to-page-class button {
    height: 40px;
    margin-top: unset;
    margin-left: unset;
    border-radius: 0 4px 4px 0;
}

.go-to-page-class input {
    border: 2px solid var(--border);
    border-radius: 4px 0 0 4px;
    height: 40px;
}

.extended-warranty-static {
    font-size: 16px;
    width: 100%;
    text-align: left;
}

.extended_warranty-body {
    padding-top: 0;
}

.extended_warranty_header {
    border-bottom: none;
    background-color: white;
}

.card-extended-warranty {
    position: relative;
    margin-bottom: 10px;
    padding: 2px 2px;
    cursor: pointer;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.arrow-extended-warranty {
    position: absolute;
    right: 20px;
    top: 30px;
    background: url(/images/arrow.svg) no-repeat;
    height: 8px;
    width: 12px;
    background-size: contain;
    vertical-align: middle;
    transition: transform 0.5s ease;
}
