.selector-for-some-widget {
    box-sizing: content-box;
  }
body{
    
    background-color:#ebf6fc;
}
.title-col{
    color: #1d3557;
}
.title{
    font-size: 48px;
    line-height: 48px;
}

.subtitle{
    font-size: 18px;
    line-height: 24px;
}


.class-avatar-img{
    width: 100px;
    margin: 0 25% 30px 25%;
}
.title{
    padding-top: 30px;
}

.card-group-container{
    margin-bottom: 20px;
}


.top-row{
    margin-top: 40px;
    margin-bottom: 40px;
}

.bg-custom-red-400{
    background-color: #ea969f;
}

.title-container{
    /* background-color: #ebf6fc; */
    background-image: linear-gradient(rgba(235,246,252,1) 80%,rgba(235,246,252,0));
    padding-bottom: 30px;
}

