.subtitle {
    color: #171A88;
    font-family: "Galano", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cl-1a1919{color: #1a1919;} 
.cl-171A88{color: #171A88;} 


.f-w-400{font-weight: 400;}
.f-w-500{ font-weight: 500;}

.mb-8{
    margin-bottom: 8px!important;
}
.mb-16{
    margin-bottom: 16px!important;
}
.bg-blue-button{
    background: #1E22B2;
}
.dis_flex_just_cont_center{
    display: flex;
    justify-content: center;
}
.pad-24{
    padding: 24px;
}

.width-100{
    width: 100%;
}
.mar-right-32{
    margin-right: 32px;
}
.display-grid{
    display: grid;
}
.pad-right-32{
    padding-right: 32px;
}
.just-cont-around{
    justify-content: space-around;
}

