h1.a_brand {
    font-family: 'AlegreyaSans-Bold';
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
}



.info__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    margin-bottom: 42px;
}

.info__list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    font-family: AlegreyaSans-Regular;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
}

.info__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/ulric/img/leaf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.info__list li:not(:last-child) {
    margin-bottom: 15px;
}
.min, h4{
	font-family: 'AlegreyaSans-Bold';
    font-size: 20px;
}