.heading_with_logo_content_list_section {
    margin: 48px 0
}

.heading_with_logo_content_list_section_inner .top_section .tagline_text {
    color: var(--Color_Medium_Blue)
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section {
    gap: 32px;
    width: calc(50% - 24px)
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section {
    background: var(--Color_Blue);
    border-radius: 75px;
    padding: 20px 10px;
    width: 100px
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section_inner img {
    height: 60px;
    width: 60px
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn {
    gap: 12px;
    width: calc(100% - 132px)
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn p {
    font-family: var(--Fonts_Manrope_Medium);
    line-height: 28px
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn .button_section {
    gap: 10px
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn .button_section .global_cta_item {
    line-height: normal
}

.heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn .button_section a {
    gap: 8px
}

@media (max-width:1199px) {
    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section {
        width: calc(50% - 12px)
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section {
        padding-bottom: 10px;
        padding-top: 10px;
        width: 80px
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn {
        width: calc(100% - 112px)
    }
}

@media (max-width:991px) {
    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section {
        width: 100%
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section {
        height: 60px;
        padding: 0;
        width: 60px
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section_inner img {
        height: 40px;
        width: 40px
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn {
        width: calc(100% - 92px)
    }
}

@media (max-width:767px) {
    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section {
        gap: 24px
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section {
        height: 48px;
        width: 48px
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .icon_section_inner img {
        height: 28px;
        width: 28px
    }

    .heading_with_logo_content_list_section_inner .bottom_section_inner .logo_with_content_list_section .heading_with_content_btn {
        width: calc(100% - 52px)
    }
}

/*# sourceMappingURL=heading_with_logo_content_list.css.map */