.custom-tooltip-items__container{display:flex;justify-content:space-between;align-items:flex-start;max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-tooltip-items__title{width:calc(35% - 20px)}.custom-tooltip-items__title h2{font-size:48px;font-weight:600}.custom-tooltip-items__items{width:calc(65% - 20px);height:100%}.custom-tooltip-items__item{max-width:450px;width:100%;height:100%;padding:20px 36px;background:rgba(218,232,250,.4);border-radius:90px;transition:.7s;position:relative;margin-bottom:25px;cursor:pointer;border:none}.custom-tooltip-items__item h3{font-size:24px;margin-bottom:0}.custom-tooltip-items__tooltip{position:absolute;z-index:-1;top:-20px;right:-25%;opacity:0;transform:translateX(15%);transition:.7s}.custom-tooltip-items__tooltip ul{list-style:none;height:100%;padding:24px;background:#fff;box-shadow:0 10px 21px rgba(77,96,107,.08);border-radius:18px;pointer-events:none}.custom-tooltip-items__tooltip ul li{font-size:16px;line-height:28px;font-weight:400;color:var(--border-black)}@media only screen and (min-width:920px){.custom-tooltip-items__item:hover{max-width:520px;background:var(--light-blue)}.custom-tooltip-items__item:hover .custom-tooltip-items__tooltip{transform:translateX(0);opacity:1;z-index:1}}@media only screen and (max-width:1024px){.custom-tooltip-items__container{flex-direction:column}.custom-tooltip-items__title{width:100%;margin-right:0;margin-bottom:30px}.custom-tooltip-items__title h2{font-size:36px}.custom-tooltip-items__items{width:100%;margin-left:0}}@media only screen and (max-width:920px){.custom-tooltip-items__item{max-width:100%;width:100%;padding:25px;border-radius:12px;cursor:auto}.custom-tooltip-items__tooltip{position:static;opacity:1;transform:translateX(0);transition:.7s}.custom-tooltip-items__tooltip ul{margin:25px 0 0}}@media only screen and (max-width:780px){.custom-tooltip-items__title h2{font-size:30px}}