/* STYLE 4 */

.style4 .title-header h4{
    font-size: 36px;
    font-weight: 600;
}
.style4 .title-header h4 span{
    line-height: 30px;
    font-size: 48px;
    font-weight: normal;
}

.style4 .nav.nav1 li,.style4 .nav.nav2 li,.style4 .nav.nav3 li{
    font-weight: normal;
    font-size: 16px;
}

.style4 .parts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.style4 .part {
    display: grid;
    grid-template-columns: 1fr 3fr auto;
    border: 1px solid #ddd;
    padding: 14px;
}

.style4 .part img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}

.style4 .part div {
    margin-top: auto;
    margin-bottom: auto;
}

.style4 .part div:first-child {
    padding-right: 10px;

}

.style4 .part .right {
    color: #f10909;
    font-weight: 500;
    font-size: 15px;
}

.style4 .part .right p {
    text-align: end;
    color: #f10909;
    font-weight: bold;
}


.style4 .part .right p a {
    color: #f10909;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    text-align: right;
}

.style4 .part div p {
    margin-bottom: 0;
    font-size: 15px;
    color: #505050;
}

.style4 .part div h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
}

.style4 .part div h3 a {
    color: #101010;
    text-decoration: none;
}