.servicesContain {
    margin-top: 30px;
    margin-bottom: 50px;
}
.servicesContain .breadcrumb {
    margin-bottom: 0;
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}
.servicesContain .breadcrumb a {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}
.servicesContain .breadcrumb p {
    margin-bottom: 0;
}
.servicesContain .breadcrumb span {
    font-weight: 400;
}
.servicesContain .title h2 {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-top: 30px;
}
.servicesContain .tabs a {
    display: block;
    width: 100%;
    line-height: 55px;
    font-size: 19px;
    color: #000000;
    background: #e1e1e1;
    padding-left: 30px;
    margin-top: 3px;
}
.serviceWrap {
    margin-top: 50px;
}
.servicesContain .tabs a.active {
    background: #c13200;
    color: #ffffff;
}
.servicesContain .content {
    padding-left: 70px;
}
.servicesContain .content .title h3 {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
    padding-right: 200px;
}
.servicesContain .content .descr {
    margin-top: 50px;
}
.servicesContain .content .descr p,
.servicesContain .content li {
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}
.hideOnDesk {
    display: none;
}
@media (max-width: 1440px) { 
}
@media (max-width: 1024px) { 
    .servicesContain .content .title h3 {
        font-size: 23px;
        padding-right: 0px;
    }
    .servicesContain .content .title h3 br {
        display: none;
    }
    .servicesContain .content .descr p,
    .servicesContain .content li {
        font-size: 17px;
        line-height: 27px;
    }
    .servicesContain .content .descr {
        margin-top: 30px;
    }
    .servicesContain .tabs a {
        line-height: 50px;
        font-size: 15px;
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .hideOnDesk {
        display: block;
    }
    .hideOnMobile {
        display: none;
    }
    .serviceWrap {
        margin-top: 10px;
    }
    .servicesContain .content {
        margin-top: 40px;
        padding-left: 15px;
    }
    .serviceWrap .dropdown button {
        width: 100%;
        text-align: left;
        line-height: 45px;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        color: #c13200;
        padding-left: 20px;
        background: #ffffff;
        border: 1px solid #c13200;
        border-radius: 0;
    }
    .serviceWrap .dropdown button.dropdown-toggle::after {
        float: right;
        display: inline-block;
        margin-left: 20px;
        content: url(/assets/images/dropdown-arrow.png);
        border: none;
        width: 20px;
        height: 45px;
        line-height: 45px;
    }
    .serviceWrap .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 100%;
        padding: 0;
        margin: .125rem 0 0;
        font-size: 17px;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #e1e1e1;
        background-clip: padding-box;
        border:none;
        border-radius: 0;
    }
    .serviceWrap .dropdown-item {
        display: block;
        width: 100%;
        padding: 0 20px;
        font-size: 17px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border-top: 3px solid #ffffff;
        line-height: 45px;
    }
    .serviceWrap .dropdown-item.active {
        color: #ffffff;
        background-color: #c13200;
    }
}
@media (max-width: 576px) {
    .servicesContain .title h2 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 24px;
    }
    .servicesContain .content .title h3 {
        font-size: 20px;
    }
    .servicesContain .content .descr p,
    .servicesContain .content li {
        font-size: 15px;
        line-height: 27px;
    }
}