﻿.CS_Introtext{
    padding-top:75px;
}
.step-section {
    padding: 40px 0;
}

.step-img img {
    width: 100%;
}

.step-title {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-weight: 600;
    color:black;
}

.step-heading {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 12px;
    color: black;
}

.step-text {
    font-size: 14px;
    color: black;
    line-height: 2;
    font-weight: 300;
}

.text_section_left {
    margin-left: 95px;
}

.text_section_right {
    margin-right: 85px;
}

.banner_text_section_left {
    margin-left: 170px;
    margin-right: 120px;
}

.banner_bg_color {
    background: #f5f5f5;
    padding:0;
}

.comment_text {
    font-size: 23px;
    font-weight:400;
    color:black;
}

.welcomeBanner3 {
    margin-top: 70px;
}

.watchCare {
    margin-top: 80px;
}

.brand_logo {
    width: 180px;
    padding: 20px 30px;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,auto);
    gap: 0px;
    align-items: center;
    justify-items: center;
}
.full_col_img{
    padding-left:0px;
    padding-right:0px;
}

.step_8_p {
    padding: 0 4px;
}



@media screen and (max-width:768px) {
    .CS_Introtext {
        padding-top: 55px;
        padding-bottom:12px;
    }
    
    .step-title{
        font-size:12px;
    }
    .step-heading{
        font-size:20px;
    }
    .step-text{
        font-size:14px;
    }
    .text_section_left {
        margin-left: 0;
        padding: 25px 25px 0 25px;
        text-align: center;
    }
    .text_section_left p{
        margin-bottom:0;
    }
    .text_section_right {
        margin-right: 0;
        padding: 25px 25px 0 25px;
        text-align: center;
    }
    .text_section_right p {
        margin-bottom: 0;
    }
    .banner_text_section_left {
        text-align: center;
        padding: 25px 25px 0 25px;
        margin-left: 0;
        margin-right: 0;
    }
    .banner_bg_color {
        padding: 50px 10px 30px;
    }
    .mob_p_20{
        padding-top:20px;
        padding-bottom:25px;
    }
    .banner_txt_mob_p_20{
        padding:0 20px;
    }
    .step_8_p{
        padding:0 12px;
    }
    .step_8_text_p{
        padding:20px 20px 0;
    }
}

