.section-1 {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.section-1 .video-container, .section-1 .hero-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-1 .container-fluid {
    position: relative;
    z-index: 8;
}
.section-1 video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.hero-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: right;
}
h1, h3 {
    text-transform: uppercase;
    font-weight: 700;
}
h3 {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 16px;
}
.section-1 .subtitle {
    font-size: 24px;
    max-width: 1103px;
    margin: 0 auto;
    line-height: 1;
    font-weight: 300;
}
.section-1 h1 {
    max-width: 1103px;
    margin-left: auto;
    margin-right: auto;
}
.details {
    font-weight: 300;
    font-size: 20px;
}

.section-2 li {
    font-weight: 300;
    font-size: 20px;    
    line-height: 32px;
    margin-bottom: 14px;
}
.section-2 {
    margin-bottom: 60px;
}
.section-2 .separator {
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-2 .col-lg-5, .section-2 .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.separator img {
    width: 100%;
}
.section-2 .title-container img {
    max-width: 40px;
}
.section-2 .red-a, .section-2 .red-a:hover, .section-2 .red-a:focus {
    color: #ED193F;
}
.title-container, .details {
    max-width: 617px;
    font-size: 20px;
    margin-bottom: 0;
}
.title-container .details {
    margin-bottom: 0;
}
.title-container {
    margin-bottom: 24px;
}
.section-2 ul {
    padding-left: 24px;
}
.section-2 li::marker {
    color: #ED193F;
}
@media only screen and (max-width: 991px){
    .section-2 .row {
        margin-top: 24px;
    }
    .section-2 .col-lg-5 img {
        width: 100%;
    }
    .section-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-1 .subtitle {
        font-size: 17px;
        line-height: 20px;
    }
}