.area__items p {
    font-size: 30px;
    color: #0f175c;
    margin-bottom: 15px;
    transition: all .4s ease-in-out;
}
.area__items li {
    padding-left: 28px;
    position: relative;
    transition: all .4s ease-in-out;
    line-height: 1.5;
}	
.area__items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: min(max(12px + 5 * (100vw - 375px) / 1065, 12px), 17px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f175c;
    transition: all .4s ease-in-out;
}
.area__item {
    padding: 36px 20px 11px 32px;
    
}