.system-status__wrapper{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,0.15);border-radius:20px;padding:40px 40px 36px 30px}
.system-status__wrapper .system-status__arrow-icon{transform:rotate(-90deg)}
.system-status__accordion{display:flex;align-items:center;cursor:pointer;position:relative}
.system-status__title{font-weight:500;font-size:32px;line-height:40px;color:#222}
.system-status__arrow-icon{width:25px;height:15px;color:#222;transition:all .3s;position:absolute;right:0}
.system-status__link{position:absolute;top:0;bottom:0;left:0;right:0}
@media only screen and (max-width:1099px){.system-status__wrapper{padding:29px}
.system-status__title{font-size:24px;line-height:30px}
.system-status__arrow-icon{width:22px;height:14px}
}
@media only screen and (max-width:619px){.system-status__wrapper{padding:20px;border-radius:10px}
.system-status__title{font-size:20px;line-height:28px}
.system-status__arrow-icon{width:18px;height:11px}
}