/***** HOME  *****/
.home-banner {
    margin-top: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.home-banner img {
    height: 100%;
    object-fit: cover;
    float: left;
    width: 100%;
}

.home-banner .inn-cap p,
section.home-banner-info ul li span,
section.home-banner-info ul li p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Rubik-Regular';
    font-weight: 400;
    margin-bottom: 15px;
    color: white;
}

section.home-banner-info ul li p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.home-banner .inn-cap h1,
.home-banner .inn-cap p {
    max-width: 50%;
}

section.home-banner-info {
    float: left;
    width: 100%;
    background-color: #b4222d;
}

section.home-banner-info ul {
    display: flex;
}

section.home-banner-info ul li {
    padding: 30px;
    width: 33%;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: white;
}

section.home-banner-info ul li:first-child {
    border-left: none;
}

section.home-banner-info ul li span {
    display: block;
    width: 100%;
}

section.home-banner-info ul li .info-content {
    display: flex;
    column-gap: 5%;
    justify-content: space-between;
}

section.home-banner-info ul li .info-content img {
    width: 35%;
}

section.home-banner-info ul li .info-content .info-content-rgt {
    width: 60%;
}

section.home-banner-info ul li .info-content .info-content-rgt h4 {
    color: #fff;
    font-family: 'NTF-Grand-Bold';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
}

/***** end HOME  *****/