.dis-block {
    display: block;
    text-align: center;
}

.text-size{
    font-size: 22px;
}

.brand-logo img {
    width: 135px;
}

.shadow-cus {
    transition: all .4s ease;
    border: 1px solid #10b9817d;
}
.shadow-cus:hover {
    box-shadow: 0 2px 13px #10b981d9;
    transform: translateY(-5px);
}
.shadow-purple {
    border: 1px solid #a855f775;
    transition: all .4s ease;
}
.shadow-purple:hover {
    box-shadow: 0 2px 13px #a955f7c4;
    transform: translateY(-5px);
}
.shadow-white{
    transition: all .4s ease;
}
.shadow-white:hover{
    box-shadow: 0 2px 13px #ffffff;
    transform: translateY(-5px);
    
}
.shadow-yellow{
    transition: all .4s ease;
}
.shadow-yellow:hover{
    box-shadow: 0 2px 13px #f8f40ecf;
    transform: translateY(-5px);
    
}
