.bg-gray {
    background: #F5F5F5;
}
.c-yellow {
    color: #F4BC16;
}
.display-text {
    min-height: 220px;
}
.display-text-card {
    display: flex; 
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 500px;

}
.icon-contact {
    position: absolute;
    top: 0;
    left: 10px;
    border: 1px solid #E2E6E7;
    border-radius: 50%;
    padding: 19px;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.p-desc-card {
    padding: 0px 30px 30px !important;
}
.p-lr-10p {
    padding: 0 10% !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.text-center {
    text-align: center;
}