:root{
 --color-brand: #CB2E79; 
 /**/ 
}

.content-box-wrapper{
  width: 50%;
  display: inline-block;
    vertical-align: top;
  text-decoration: none;
  color: inherit;
  padding:0;
}
.content-box-wrapper:hover h3 a{
color: #CB2E79;
}
.ContentBox__boxThree:nth-child(2):last-child, .ContentBox__boxThree:nth-last-child(2):first-child, .ContentBox__boxThree:first-child:last-child{
 width:100%;
}
