
/* SECTION 1 - Channel Bars  */
.section__channel__bars {
    background: #FFFFFF;
}

.section__channel__bars .row.__header{
    align-items: center;
    margin-bottom: 60px !important;
}

.section__channel__bars .__header img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.section__channel__bars .content._right {
    padding-left: 56px;
}
.section__channel__bars .content._right div p{
    margin-bottom: 20px;
}
.section__channel__bars .content._left {
    padding-right: 56px;
}
.section__channel__bars .content._left div p{
    margin-bottom: 20px;
}
.section__channel__bars h1 {
    color: var(--dark-red, #A1102B);
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.section__channel__bars p {
    color: #212121;
    text-align: left;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.section__channel__bars p strong {
    color: #212121;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section__channel__bars .text-center._custom{
    max-width: 1200px;
    margin: auto;
}
.section__channel__bars .contents.review--card {
    min-height: auto;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    gap: 20px 0;
}
.section__channel__bars p.card-text{
    text-align: left;
    margin-bottom: 0;
}
.section__channel__bars .percentage--container .caption {
    color: rgba(63, 64, 64, 0.80);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}
.section__channel__bars .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    grid-gap: 50px;
    align-items: stretch;
}
.section__channel__bars .image.d-lg-block.d-none {
    padding-right: 50px;
}
.section__channel__bars .image.d-md-block.d-lg-none {
    padding-left: 50px;
}
.section__channel__bars .grid>.contents img {
    max-width: 100%;
    width: 100%;
}
.section__channel__bars h3.card-title {
    color: var(--dark-red, #A1102B);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.section__channel__bars p.card-text{
    color: #212121;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


@media(max-width: 1199px) {
    .section__channel__bars .content._left{
        padding-right: unset;
    }
    .section__channel__bars .content._right{
        padding-left: unset;
    }
    .section__channel__bars .row:first-child .image {
        max-width: unset;
        margin-bottom: 30px;
    }
    .section__channel__bars .contents.review--card
    {
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: auto;
        padding: 30px;
    }
    .section__channel__bars p.card-text{
        text-align: center;
    }
    .section__channel__bars .image{
        margin-bottom: 0;
    }
    .section__channel__bars p {
        margin-bottom: 40px;
    }
    .section__channel__bars .grid{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

@media(max-width: 1024px) {
    .section__channel__bars .image.d-lg-block.d-none {
        padding: 0px;
    }
}
@media(max-width: 991px) {

    .section__channel__bars p.card-text{
        margin-bottom: 0 !important;
    }
    .section__channel__bars .row.__header{
        align-items: center;
        margin-bottom: 0 !important;
    }
    
}







