/* CSS Document */
article{
    padding-bottom: 80px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#compliance{
    margin-bottom: 50px; 
}
#compliance h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#compliance h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#compliance #ethics .img{
    text-align: center;
    margin-top: 30px;
}

#compliance #conduct dl{
    padding: 20px 0;
}
#compliance #conduct dl dt {
    font-weight: bold;
    font-size: 110%;
}
#compliance #conduct dl dd {
    padding: 0 0 1.5em 1.2em;
}
@media screen and (max-width: 480px) {
  
	
}
