.code-of-conduct{background: var(--sec-bg);padding: 80px 0 65px;border-top: 1px solid;}
.code-of-conduct .code-of-conduct-content{}
.code-of-conduct .code-of-conduct-content .block-items:not(:last-child){margin-bottom: 30px;}
.code-of-conduct .code-of-conduct-content .block-items > p:first-child{margin-top: 0;}
.code-of-conduct .code-of-conduct-content .block-items > p:last-child{margin-bottom: 0;}
.code-of-conduct .code-of-conduct-content .block-items-content{text-align: left;column-count: 2;column-gap: 24%;max-width: 1132px;margin: auto;}

@media screen and (max-width: 989px){
  .code-of-conduct .code-of-conduct-content .block-items-content{column-count: 1;}
}