.csd_banner_hero {
    position: relative;
    padding-top: 160px;
    margin-bottom:80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.csd_banner_hero::before{
	position: absolute;
    content: '';
    top: 40px;
    left: 0;
    right: 0;
    width: 40%;
    height: 80%;
    margin: 0 auto;
    background-image: url(../img/home/home_bg-02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.csd_banner_hero .row{
	position:relative;
}
.csd_banner_hero .text {
    color: var(--c3);
}

.csd_banner_hero .text h1 {
    color: var(--c3);
    margin-bottom: 24px;
}

.csd_banner_hero .text h4 {
    margin-bottom: 20px;
}

.csd_banner_hero .text p {
    color: var(--c3);
}
.csd_banner_hero .text .btn{
	display:none;
}
.csd_banner_hero .img img{
	border-radius:40px;
}

@media(max-width:990px) {
    .csd_banner_hero {
        padding: 80px 0;
    }
}


/* ---- global_csd_sbs_why_choose --- */

.global_csd_sbs_why_choose {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_csd_sbs_why_choose .txt .item_info {
    margin-top: 32px;
}

.global_csd_sbs_why_choose .txt .item_info .wrap {
    max-width: 80%;
    margin-bottom: 40px;
}

.global_csd_sbs_why_choose .txt .item_info .flex {
    align-items: center;
    margin-bottom: 20px;
}

.global_csd_sbs_why_choose .txt .item_info h3 {
    padding-left: 12px;
    margin-bottom: 0;
}

@media(max-width:990px) {
    .global_csd_sbs_why_choose .txt .item_info .wrap {
        max-width: 100%;
    }
    .global_csd_sbs_why_choose .txt .item_info .col-md-6:nth-last-child(2) .wrap,
    .global_csd_sbs_why_choose .txt .item_info .col-md-6:nth-last-child(1) .wrap {
        margin-bottom: 0;
    }
}

@media(max-width:767px) {
    .global_csd_sbs_why_choose .txt .item_info .col-md-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
}


/* --- global_csd_enterprise_app_sec ----  */

.global_csd_enterprise_app_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_csd_enterprise_app_sec .title_sec {
    text-align: center;
}

.global_csd_enterprise_app_sec .wrap {
    margin-bottom: 40px;
}

.global_csd_enterprise_app_sec .wrap .flex {
    align-items: center;
    margin-bottom: 20px;
}

.global_csd_enterprise_app_sec .wrap h3 {
    padding-left: 12px;
    margin-bottom: 0;
}

.global_csd_enterprise_app_sec .col-lg-6:nth-last-child(2) .wrap,
.global_csd_enterprise_app_sec .col-lg-6:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

@media(max-width:990px) {
    .global_csd_enterprise_app_sec .col-lg-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
}


/* ----Our Solution ---  */

.global_csd_our_solution {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_csd_our_solution .title_sec {
    text-align: center;
}

.global_csd_our_solution .col-lg-4 {
    margin-bottom: 40px;
}

.global_csd_our_solution .col-lg-6 {
    margin-bottom: 40px;
}

.global_csd_our_solution .col-lg-4:nth-last-child(3),
.global_csd_our_solution .col-lg-4:nth-last-child(2),
.global_csd_our_solution .col-lg-4:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_csd_our_solution .col-lg-6:nth-last-child(2),
.global_csd_our_solution .col-lg-6:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_csd_our_solution .wrap {
    position: relative;
    padding-top: 50px;
    height: 100%;
}

.global_csd_our_solution .wrap .img {
    position: absolute;
    top: 6px;
    left: 40px;
}

.global_csd_our_solution .wrap .img img {
    width: 100px;
    height: 100px;
}

.global_csd_our_solution .wrap .txt {
    height: 100%;
    padding: 80px 40px 54px;
    border-radius: 30px;
    border: 1px solid var(--c4);
}

.global_csd_our_solution .wrap .txt h3 {
    max-width: 80%;
}

@media(max-width:990px) {
    .global_csd_our_solution .col-md-6:nth-last-child(3) {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .global_csd_our_solution .col-md-6:nth-last-child(2) {
        margin-bottom: 40px;
    }
}


/* --- sbs_analytics ---  */

.global_csd_sbs_analytics {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media(max-width:990px) {
    .global_csd_sbs_analytics .txt {
        padding-top: 32px;
    }
}


/* .sbs_analytics  */