.com_page_block_solution{display:flex;flex-direction:column;gap:1rem}.com_page_block_solution .name{font-size:1.6rem;text-transform:uppercase;color:#CDB8A2}.com_page_block_solution .intro{color:#8E9E91}.com_page_block_solution .buttons{display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap;gap:2rem;margin-top:1rem}.com_page_block_solution .button{display:flex;flex-direction:column;width:calc((100% - 4rem) / 3);text-align:left}.com_page_block_solution .button .image{text-align:center}.com_page_block_solution .button img{width:60%}.com_page_block_solution .button .title{font-size:1.1rem}.com_page_block_solution .button.message{align-self:start;display:inline-flex;flex-direction:row;align-items:center;gap:2rem;padding:2rem;font-style:italic;text-align:left;border:1px solid #8E9E91;box-shadow:0 15px 16px rgba(0,0,0,.1);border-radius:.2rem}.com_page_block_solution .button.message:before{content:'';display:block;width:1.5rem;aspect-ratio:10/46;background:url(../images/before_message.svg);background-size:cover}@media screen and (max-width:991px){.com_page_block_solution .button{display:flex;flex-direction:column;width:calc((100% - 3rem) / 2)}}@media screen and (max-width:575px){.com_page_block_solution .button{width:100%}}