/* STYLE 5 */
.style5 .title-header h4{
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
}

.style5 .title-header h4 span{
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.style5 .nav.nav1 li,.style5 .nav.nav2 li,.style5 .nav.nav3 li{
    font-size: 18px;
    font-weight: normal;
}
.style5 .part {
    display: grid;
    grid-template-columns: 200px 2fr;
}

.style5 .containers-parts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.style5 .part img {
    padding: 10px;
    width: 100%;
    max-height: 150px;
    object-fit: scale-down;
}

.style5 .list-item {
    display: grid;
    grid-template-columns: 1fr auto;
}

.style5 .list-item .left {
    overflow: hidden;
}

.style5 .list-item .left p {
    color: #616f7d;
    font-size: 14px;
}

.style5 .list-item h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
}

.style5 .list-item h5 a {
    color: unset;
    text-decoration: none;
}

.style5 .list-item h5:before {
    content: '';
    position: absolute;
    width: 1000px;
    border-bottom: 1px dotted #616f7d;
    bottom: 6px;
    left: 102%;
}

.style5 .list-item .right {
    color: #f15f2a;
    font-weight: 500;
    font-size: 22px;
}

.style5 .list-item .right span span {
    vertical-align: super;
    font-size: 14px;
}