.breadcrumb-custom span {
    border-left: 1px solid #d8d8d8;
    color: #223345;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 60px;
}

.breadcrumb-custom span:first-child {
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 2px;
    border-left: none;
}
.regulation{
    margin-bottom: 80px;
}
.regulation div h1{
    width: 300px;
    font-family: 'EB Garamond';
    font-size: 30px;
    color: rgba(34, 51, 69, 1);
    border-bottom: solid  rgba(18, 0, 190, 1);
    margin: 10px 0px 36px 0px;
}
.regulation-content{
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 20px;
    margin-bottom: 20px;
}
.regulation-content h6{
    color: #0a142f;
    font-family: SFProText-bold;
}
.regulation-content p{
    padding: 15px 0px 0px 25px ;
    color: #0a142f;
    font-family: SFProText-Regular;
}