a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.management__wrapper {
}

.management__bg {
    display: flex;
    background-image: url(/bundles/dcsite/img/mazda/service/manuals/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    align-items: center;
    justify-content: center;
}

.management__bg-title {
    letter-spacing: 5px;
    font-size: 26px;
    font-weight: 500;
    color: white;
    text-align: center;
    line-height: 34px;
}

.gray__wrapper {
    padding: 90px 0px 90px;
    background-color: #F5F5F5;
    margin-bottom: 70px;
}

.management__title {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 30px;
}

.management__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.car__choice__wrapper {
}

.choice-title {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 3px solid black;
    width: 180px;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.car__choice__wrapper {
}

.choice-title {
}

.choice__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.car__choice__info__wrapper {
    margin: 60px 0px;
}

.car__box {
    width: 30%;
    margin: 10px;
    border: 1px solid #d5d5d5;
}

.car__box > img {
    width: 100%;
}

.car__box > p {
    text-align: center;
    padding: 5% 10% 3% 10%;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    /*border-bottom: 1px solid #d5d5d5;*/
}

/*accordion*/

.accordion__wrapper {
    background-color: #F5F5F5;
}
.accordion {
    width: 70%;
    padding: 60px 0px;
    margin: 0 auto;
}

.tab input, .tab-content {
    display: none;
}

.tab {
    border-bottom: 1px solid #d1d1d1;
    border-radius: 3px;
    color: gray;
    margin-bottom: 10px;
}

.tab-title {
    padding: 20px 35px 20px 10px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    color: gray;
    font-size: 15px;
    font-weight: 500;
}

.tab-title::after {
    content: '+';
    font-size: 35px;

}
.accordion__title{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: rgb(74 74 74);
    margin-bottom: 40px;
    letter-spacing: 5px;
}

.tab-content {
    padding: 10px 10px;
}

.tab-content > p {
    color: black;
}

.tab :checked + .tab-title {

}

.tab :checked + .tab-title::after {
    content: '−';
}

.tab :checked ~ .tab-content {
    display: block;
}

.tab-title {
    position: relative;
}

.tab-title:after {
    position: absolute;
    right: 8px;
    top: 12px;
}

.plus__position {
    position: relative;
}

.plus__position:after {
    position: absolute;
    right: 8px;
    top: 30px;
}
.download__box{
    display: flex;
    justify-content: flex-start;
    padding: 10px 26px 10px;
    align-items: center;
    border-top: 1px dashed #a6a6a6;
}
.download__box>p{
    padding: 5px;
    margin: 0px;
}

@media (max-width: 991px) {
    .accordion {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .car__box {
        width: 28%;
    }
    .tab-title:after {
        top: 18px;
    }
    .plus__position:after {
        top: 50px;
    }
    .download__box {
        padding: 5px;
    }
    .download__box>img{
        width: 20%;
    }
    .download__box>p{
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 491px) {
    .car__box {
        width: 45%;
    }
}

@media (max-width: 429px) {
    .car__box {
        width: 44%;
    }
}

@media (max-width: 363px) {
    .car__box {
        width: 100%;
    }
}
@media (max-width: 321px) {
    .download__box > p {
        font-size: 15px;
        line-height: 12px;
    }
}