.col_fff{
    color:#FFF
}
.bg_fff{
    background: #FFF
}

.fs-20{
    font-size: 20px;
}

.fs-18{
    font-size: 18px;
}
.bg_EBEEEE{
    background: #EBEEEE
}
.bg_606060{
    background: #606060
}

.jcc{
    justify-content: center;

}

.brr_10{
    border-radius: 10px;
}
.brr_15{
    border-radius: 15px;
}
.br_5_fff{
    border:5px solid #FFF;
}
.dsh{
    filter: drop-shadow(0px 0px 10px #CCC);
}
.dsh_red{
    filter: drop-shadow(0px 0px 10px #E60020);
}
.dsh_pink{
    filter: drop-shadow(0px 0px 10px #FDD4DE);
}
.bg_g_pink{
  background: linear-gradient(135deg,rgba(254, 232, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);  
}

.mb-10 {
    margin-bottom: 6rem !important;
}
.mt-10 {
    margin-top: 6rem !important;
}

.my-10 {
    margin-bottom: 6rem ;
    margin-top: 6rem ;
}
.mb-75 {
       margin-bottom: 4.5rem !important;
}
.mt-75{
   margin-top: 4.5rem !important;  
}
.pt-75{
   padding-top: 4.5rem !important;  
}
.pb-75 {
       padding-bottom: 4.5rem !important;
}
.py-75{
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.pb-10{
    padding-bottom: 6rem !important;
}
.py-10{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.col_red{
    color:#E60020
}

.oh{
    overflow: hidden
}