To align title/icon to bottom of image in Expanding Panels plugin, like this.

You can use this code to Custom CSS.
[data-wm-plugin=expanding-panels] .vertical-title {
bottom: 30px !important;
transform: unset !important;
}
[data-wm-plugin="expanding-panels"] .vertical-title h4 {
display: flex !important;
align-items: center;
transform: unset !important;
writing-mode: initial !important;
}
[data-wm-plugin="expanding-panels"] .vertical-title h4:after {
bottom: 0;
transform: unset !important;
right: -30px;
}
