/* https://brainrain.com.ua/wp-content/themes/brainrain/app/Shortcodes/services/assets/style.css?ver=5.8.13 */
.services{display:flex;justify-content:space-between;align-items:stretch;margin:40px auto}.service{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:33%;margin:10px;padding:0;text-decoration:none;color:#1C3843;box-shadow:0 10px 60px rgba(32,34,38,.1);border-radius:20px}.service:hover{text-decoration:none;color:#1C3843}.service-image{border-radius:20px 20px 0 0;background-color:#fff;overflow:hidden}.service-title{background:#F3F9FF;box-shadow:0 60px 60px rgba(32,34,38,.1);font-style:normal;font-weight:700;font-size:21px;line-height:150%;color:#1C3843;padding:20px 20px 0;margin-bottom:0}.service-desc{flex-grow:1;padding:20px;background:#F3F9FF;border-radius:0 0 20px 20px;overflow:hidden;font-size:16px}.service-desc p{font-size:16px}@media screen and (max-width:991px){.services{flex-direction:column}.service{width:100%;max-width:400px;margin:10px auto}}@media screen and (max-width:480px){.service-title{font-size:19px}.service-desc{font-size:16px}}