.main_blog_heading>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 63px */
    text-transform: capitalize;
    margin-bottom: 24px;
}

.main_blog_heading>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.payroll_main>img {
    width: 100%;
}

.paroll_bg {
    margin-bottom: 26px;
}

.payroll_content>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    margin-bottom: 0;
}

.payroll_main>img {
    width: 100%;
}

.payroll_main {
    border-radius: 15px;
    overflow: hidden;
}

.objective_heading>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 56px */
    margin-bottom: 26px;
}

.Objective {
    margin-top: 60px;
}

.objective-img>img {
    width: 100%;
    border-radius: 16px;
}

.objective_content>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    margin-bottom: 0;
}

.objective_content {
    height: 100%;
    display: flex;
    align-items: center;
}

.inner_sub_conrtents>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    /* 56px */
}

.inner_sub_conrtents>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.object_content_main_contents {
    /* margin-top: 50px; */
}

.object_content_main_contents {
    margin-bottom: 50px;
}

.feature_heading>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 56px */
}

.feature_heading>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.feature_content>ul>li {
    color: #000;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: 26px;
}

.feature_content.brad_cramb {
    border-left: 5px solid #1351D8;
    background: #F1F6FF;
    padding: 20px 40px;
}

.feature_content>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 32px */
}

.feature_content>h4 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0px;
}

.feature_heading>h2 {
    margin-bottom: 20px;
}

.illus_img>img {
    width: 100%;
}

.feature_content>ul>li {
    list-style: none;
    position: relative;
}

.feature_content>ul>li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
    width: 26px;
    height: 26px;
    background-image: url(../assets/imgs/tick.png);
    background-size: contain;
    background-position: center;
}

/*iot page*/
.objective_content.iot_page.flex-column.align-baseline {
    align-items: baseline !important;

}

.objective_content.iot_page.flex-column.align-baseline>h4 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 35px */
}

.objective_content.iot_page.flex-column.align-baseline>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.carousel_topP_3.eachTopCarousel {
    background-image: url(../assets/imgs/iot_bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel_topP_4.eachTopCarousel {
    background-image: url(../assets/imgs/iot_bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}