.w43-button {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 16px;
                background-color: #eee;
                padding: 8px 24px;
                height: 94px;
                min-height: 94px
            }

.w43-text-content {
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
}

.w43-text-content p {
margin-bottom: 0;
}

            .w43-button-style1 {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 16px;
width: fit-content;
                background-color: #eee;
                padding: 8px 24px;
                height: max-content;
                min-height: 94px;
                transition: .3s all ease-in-out
            }

.w43-container {
margin: 10px 0;
display: flex; gap: 20px;
background-color: #eee;
}

            .w43-button-style1:hover {
                background-color: #e2e2e2
            }

            .w43-button-style2,.w43-button-style5 {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 16px;
                background-color: #003227;
                color: #fff;
                padding: 8px 24px;
                height: max-content;
                min-height: 94px;
                transition: .3s all ease-in-out
            }

            .w43-button-style2:hover,.w43-button-style5:hover {
                background-color: #004435
            }

            .w43-button-style3 {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 16px;
                background-color: #003227;
                color: #fff;
                padding: 8px 24px;
                height: max-content;
                transition: .3s all ease-in-out;
                border: 1px solid #003227;
                min-height: 50px
            }

            .w43-button-style3 .w43-heading,.w43-button-style4 .w43-heading {
                font-weight: 600 !important;
                font-family: "Poppins",sans-serif !important;
                font-size: 15px !important
            }

            .w43-button-style3:hover {
                border: 1px solid #003227;
                background-color: #fff;
                color: #003227
            }

            .w43-button-style4 {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 16px;
                border: 1px solid #003227;
                background-color: #fff;
                color: #003227;
                padding: 8px 24px;
                height: max-content;
                min-height: 50px;
                font-family: "Roboto",Sans-serif;
                font-size: 15px;
                transition: .3s all ease-in-out
            }

            .w43-button-style4:hover {
                border: 1px solid #003227;
                background-color: #003227;
                color: #fff
            }

            .w43-button-style1 img,.w43-button-style2 img,.w43-button-style5 img {
                width: 60px;
                height: 60px
            }

            .w43-button-style3 img {
                width: 60px;
                height: auto
            }

            .w43-button-style2 .w43-text-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                margin: 0 auto
            }

            .w43-heading {
                font-weight: 600 !important;
                font-family: "Poppins",sans-serif !important;
                font-size: 17px !important
            }

            .w43-button-center {
                display: flex;
                justify-content: center !important;
                align-items: center
            }