﻿* {
    background-color: black;
}

body {
    background-color: black;
}


#tarifSection .priceListTitle {
    font-weight: 600;
    font-size: 25px;
    color: #76beca;
    margin-bottom: 35px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-radius:15px
}

#tarifSection p {
    /*font-size: 1.6rem !important*/
    color: white;
}

#tarifSection .carTypeDesc {
    color:white;
    font-style:italic;
    margin-bottom:25px
}


#tarifSection .carType {
    font-weight: 600;
    font-size: 25px;
    color: white;
}

#tarifSection .title {
    background-color: #76beca;
    text-align: center;
    font-size:16px !important;
}

#tarifSection .items {
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#tarifSection .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: -15px;*/
    font-size:12px !important;
}


@media screen and (max-width: 767px) {
    #tarifSection .items {
        margin-bottom: 35px;
    }

    #tarifSection .carType {
        padding-bottom: 15px;
        border-bottom: 1px solid white;
    }
}
