.pci-heading-white, .pci-heading-blue {
    display: inline-block;
    position: relative;
}

.pci-heading-white::after {
    position: absolute;
    left: 20%;
    right: 20%;
    display: block;
    content: ' ';
    height: 5px;
    background: #fff;
    bottom: -18px;
}

.pci-heading-blue::after {
    position: absolute;
    left: 20%;
    right: 20%;
    display: block;
    content: ' ';
    height: 5px;
    background: #00AAD4;
    bottom: -18px;
}

.elementor .elementor-widget-container p img {
    display: inline-block;
    padding: 2px;
    border: 2px solid #00aad4;
}