﻿.service_section{display:flex;flex-direction:column;align-items:center;gap:24px;padding:16px 18px;background-color:#f0f3f5;}@media(min-width:600px){.service_section{gap:32px;padding:32px;}}@media(min-width:1200px){.service_section{padding:48px 32px;}}@media(min-width:1920px){.service_section{gap:40px;padding:48px 64px 0;}}.service_section .service_title{font-family:"SairaBold";font-size:40px;line-height:1.5;color:#0d3048;}.service_section .cards__container{display:flex;flex-flow:row wrap;align-content:center;justify-content:center;gap:24px;}@media(min-width:1440px){.service_section .cards__container{max-width:1280px;}}@media(min-width:1920px){.service_section .cards__container{max-width:1480px;}}.service_section .cards__container .card{padding:24px;gap:12px;max-width:340px;line-height:1.5;color:#fff;}@media(min-width:1440px){.service_section .cards__container .card{max-width:302px;}}@media(min-width:1920px){.service_section .cards__container .card{padding:32px;max-width:350px;}}.service_section .cards__container .card .content_title{font-family:"SairaBold";font-size:20px;}@media(min-width:600px){.service_section .cards__container .card .content_title{font-size:24px;}}.service_section .cards__container .card .content_description{font-family:"SairaMedium";font-size:13px;}@media(min-width:600px){.service_section .cards__container .card .content_description{font-size:16px;}}.service_section .cards__container .card .content_link{margin-top:12px;}