.color_boxes_list{display:flex;flex-direction:column;gap:80px}.color_boxes_list .item{display:flex}.color_boxes_list .item:nth-child(even){flex-direction:row-reverse}.color_boxes_list .item .text{width:50%;padding:60px 40px;box-sizing:border-box;background:linear-gradient(90deg, #4F6687 0%, #80A5C9 100%)}.color_boxes_list .item .text *{color:#fff}.color_boxes_list .item .text .title{margin:0 0 20px;text-transform:uppercase;font-weight:700}.color_boxes_list .item .text :is(article, .text_box) ul>li::before{background-color:#fff}.color_boxes_list .item .img_box{position:relative;width:50%}.color_boxes_list .item .img_box .img{position:absolute;inset:0;overflow:hidden}.color_boxes_list .item .img_box .img img{object-fit:cover;width:100%;height:100%}@media screen and (max-width:1400px){.color_boxes_list{gap:50px}}@media screen and (max-width:800px){.color_boxes_list .item{flex-direction:column !important}.color_boxes_list .item .text{width:100%;padding:40px 30px}.color_boxes_list .item .img_box{width:100%;padding:0 0 300px}}@media screen and (max-width:500px){.color_boxes_list .item .img_box{padding:0 0 220px}}/*# sourceMappingURL=1.css.map */