.service-dashboard-section{display:flex;flex-direction:column;width:100%;align-items:flex-start;gap:40px}@media screen and (max-width:767px){.service-dashboard-section{gap:30px}}.service-dashboard-section__header{font-weight:700;font-size:25px;color:#23272a;border-left:1px solid #23272a;padding:0 16px}@media screen and (max-width:767px){.service-dashboard-section__header{font-size:20px;line-height:1.3}}.service-dashboard-section__sub-header{font-size:20px;color:#23272a;font-weight:500}@media screen and (max-width:767px){.service-dashboard-section__sub-header{font-size:14px;line-height:1.5}}.service-dashboard-section__content{width:100%;display:flex;flex-direction:column;gap:80px;margin-top:40px}@media screen and (max-width:767px){.service-dashboard-section__content{gap:50px;margin-top:20px}}.service-dashboard-section__item{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}@media screen and (max-width:767px){.service-dashboard-section__item{display:flex;flex-direction:column-reverse;gap:30px;border-bottom:1px solid #23272a;padding:30px 0}}.service-dashboard-section__item__images{width:100%;display:flex;gap:40px;justify-content:center;align-items:center}@media screen and (max-width:767px){.service-dashboard-section__item__images{width:100%}}.service-dashboard-section__item__image{display:flex;justify-content:center;align-items:center;max-width:100%}.service-dashboard-section__item__image .dashboard-image{width:100%;height:auto;max-width:400px;object-fit:contain}@media screen and (max-width:767px){.service-dashboard-section__item__image .dashboard-image{max-width:100%}}.service-dashboard-section__item__image .dashboard-image--mobile{max-width:150px}@media screen and (max-width:767px){.service-dashboard-section__item__image .dashboard-image--mobile{max-width:200px}}.service-dashboard-section__item__content{display:flex;flex-direction:column;gap:20px;border-left:1px solid #23272a;padding:0 40px}@media screen and (max-width:767px){.service-dashboard-section__item__content{border-left:none;gap:15px;padding:0}}.service-dashboard-section__item__title{font-size:24px;font-weight:700;line-height:1.3;color:#23272a;margin-bottom:10px}@media screen and (max-width:767px){.service-dashboard-section__item__title{font-size:18px;margin-bottom:5px}}.service-dashboard-section__item__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}@media screen and (max-width:767px){.service-dashboard-section__item__list{gap:10px}}.service-dashboard-section__item__list li{font-size:20px;line-height:1.5;color:#23272a;padding-left:25px;position:relative}@media screen and (max-width:767px){.service-dashboard-section__item__list li{font-size:14px;padding-left:20px}}.service-dashboard-section__item__list li:before{content:"•";position:absolute;left:0;font-weight:700;font-size:24px;color:#23272a}@media screen and (max-width:767px){.service-dashboard-section__item__list li:before{font-size:20px}}.service-dashboard-section__item__cta{display:inline-block;width:-moz-fit-content;width:fit-content;padding:16px 32px;background-color:#23272a;color:#fff;font-size:16px;font-weight:700;text-decoration:none;border-radius:4px;transition:all .3s ease;margin-top:10px}.service-dashboard-section__item__cta:hover{background-color:rgb(58.1818181818,64.8311688312,69.8181818182);transform:translateY(-2px)}@media screen and (max-width:767px){.service-dashboard-section__item__cta{width:100%;text-align:center;padding:14px 24px;font-size:14px;align-self:center}}