.content {
    max-width: calc(1300px + 16px*2);
    padding: 0 16px;
    margin: 0 auto;
}
.head-block {
    width: 100%;
    height: 50vh;
    background-image: url(https://lada.by/wp-content/themes/lada/assets/warranty_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-block h1 {
    font-family: "PragmaticaLightC";
    font-size: 54px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    /* max-width: 500px; */
    margin: 0 0 50px;
}
.head-block .content {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.service-links {
    padding: 50px 0;
}
.service-link-btn {
    padding: 9px 18px;
    text-align: center;
    background-color: #e37639;
    color: #fff;
    font-size: 16px;
    font-family: LADAPragmatica, Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: block;
    max-width: 250px ;
}
.service-links-inner {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.service-list {
    max-width: 350px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 420px;
    /* column-gap: calc((1300px - 900px) / 2); */
    column-gap: 100px;
}
.service-list li::before {
    content: "\2022";
    color: #e37639;
    font-weight: bold;
    display: inline-block; 
    width: 15px;
    font-size: 25px;
}
.service-list li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.service-list li a {
    text-decoration: none;
    font-size: 16px;
    color: #7d7d7d;
    font-family: "PragmaticaC";
}

.single-content-wrapper {
    padding: 50px 0;
}
.single-content-wrapper h2 {
    font-family: 'PragmaticaC';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #4c5865;
}
.single-content-wrapper p , .single-content-wrapper ul li {
    margin-bottom: 20px;
    font-family: LADAPragmatica, Roboto, sans-serif;
    font-size: 18px;
    color: #7d7d7d;
}
.single-content-wrapper ul {
    margin-bottom: 50px;
}
.single-content-wrapper h3 {
    font-family: 'PragmaticaC';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #4c5865;
}


@media (max-width: 1150px) {
    .service-list {
        max-height: 700px;
    }
}
@media (max-width: 768px) {
    .service-list {
        max-height: 1300px;
        height: auto;
        flex-wrap:nowrap
    }
    .head-block h1 {
        font-family: "PragmaticaLightC";
        font-size: 35px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        max-width: 500px;
        margin: 0 0 50px;
    }
    .single-content-wrapper h2 {
        font-size: 25px;
    }
    .single-content-wrapper p , .single-content-wrapper ul li {
        margin-bottom: 16px;
        font-family: LADAPragmatica, Roboto, sans-serif;
        font-size: 18px;
        color: #7d7d7d;
    }
    .single-content-wrapper h3 {
        font-size: 20px;
    }
}