.accomplice-buckets .buckets{display:flex;flex-wrap:wrap;justify-content:space-evenly;padding-top:50px;width:100%}.accomplice-buckets .bucket{margin-bottom:50px;margin-right:5%;width:28%}.accomplice-buckets .bucket .bucket-image{position:relative;transition:.3s}.accomplice-buckets .bucket .bucket-image:before{border:15px solid var(--anakiwa);content:"";display:block;height:100%;position:absolute;right:0;top:0;transition:.3s;width:100%;z-index:1}.accomplice-buckets .bucket .bucket-image:hover:before{background:rgba(157,224,250,.5);mix-blend-mode:multiply;transition:.3s}.accomplice-buckets .bucket .bucket-image:after{border:1px solid var(--black);bottom:-20px;content:"";display:block;height:100%;position:absolute;right:-20px;width:98%;z-index:-1}.accomplice-buckets .bucket img{filter:grayscale(1);height:500px;object-fit:cover;width:100%}.accomplice-buckets .bucket .bucket-text{margin:50px 0 50px 30px}@media only screen and (max-width:991px){.accomplice-buckets .bucket{width:42%}}@media only screen and (max-width:768px){.accomplice-buckets .buckets{padding-top:10px}.accomplice-buckets .bucket{width:100%}.accomplice-buckets .bucket img{height:400px}}