body {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    max-width: 1200px;
    width: 100%;
    height: 300px;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    
    
}
.logo {
    /* border-radius: 50%;
    max-width: 150px;
    max-height: 180px; */
    max-width: 100%;
    max-height: 100%;
    
}

.logo-placeholder {
    padding: 5px;
    text-align: center;
}



.fnts{ padding: 40px 0px 25px;
    font-weight: 700;
color: #d91c53;

}
.blue{color: #222e64;
    font-weight: 600;}

.padd-tp{padding: 30px 0px;}


.font{
    font-size: 50px;
    color: #d91c53;
    margin: 20px 100px;
}
.text{
    /* text-align: center; */
    color: #d91c53;
    font-weight: 600;
    font-size: 23px;
}
.flet{
    display: flex;
    position: absolute;
    top: 3px;
    left: 0px;
}

.bg-voilet {background-color : #222e64 !important;}
.text-voilet {color : #222e64 !important;}
.bg{background-color: #ebebeb;}
