.pb-50 {
    padding-bottom: 50px;
}

.industry-type{
    text-align: center;       /* horizontal */
    vertical-align: middle !important;   /* vertical */
}

.industry-type p {
    margin: 0;                /* <-- এটা না দিলে কাজ করবে না */
}

p{
    margin: 0 !important;
}

.icon-div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
}

.panel-heading .panel-title a:hover, .panel-heading .panel-title a:focus {
    color: #fff !important;
}

.panel-heading  a:before {
    float: right !important;
    margin-top: 20px !important;
}