.section__information__CEPAT {
    margin: 30px 10px 30px 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.section__card__CEPAT {
    margin: -3px -16px -8px -5px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.background__CEPAT{
    background-color: #212529;
}

.img__CEPAT{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.card-title{
    margin-bottom: 10px;
    color: #fff;
}

.card-CEPAT{
    padding-right: 16px;
    color: #fff;
    text-align: justify;
}

.btn-default{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.4s ease-in;
}

.btn-default:hover{
    color: #fff;
}

.icon-box {
    padding: 40px 10px 10px 10px;
}

.icon__CEPAT {
    text-decoration: none !important;
    color: #444444 !important;
}

.modules__item-CEPAT {
    display: inline-block;
    margin: 20px 10px 10px 20px;
    height: 100%;
    font-size: 2rem;
    line-height: 80px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 4px;
    transform: translateZ(0);
    transition: 0.3s;
    transition-property: box-shadow, transform, background-color;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.modules__item-CEPAT:hover {
    transform: scale(1.15);
    background-color: var(--color-main);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    color: white;
}

.modules__item-CEPAT>i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.fa {
    border: 4px solid #fff;
    border-radius: 70%;
    font-size: 60px;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-transform: capitalize;

}


