/*=== pbminfotech-fid-style-5 ===*/

.pbminfotech-ele-fid-style-5 .pbmit-fld-contents {
    display: flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    margin: 0;
    font-size: 80px;
    line-height: normal;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid sup {
    font-size: 45px;
    line-height: normal;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap {
    padding-left: 20px;
}

.pbmit-text-color-white .pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    color: rgba(var(--pbmit-xido-white-color-rgb), 0.6);
}


/*=== Responsive ===*/

@media (max-width:414px) {
    .pbminfotech-ele-fid-style-5 .pbmit-fld-contents {
        flex-direction: column;
        text-align: center;
    }
    
    .pbminfotech-ele-fid-style-5 .pbmit-fld-wrap {
        padding-left: 0;
    }
    
    .rtl .pbminfotech-ele-fid-style-5 .pbmit-fld-wrap {
        padding-right: 0;
    }
}

/*=== RTL ===*/
.rtl .pbminfotech-ele-fid-style-5 .pbmit-fld-wrap {
    padding-right: 20px;
    padding-left: inherit;
}
