h1{
    font-weight: 400;
    font-size: 120px;
    line-height: 108px;
    letter-spacing: -5px;
    margin-bottom: 30px;
}

.service-item__edition-rigth ul li {
list-style-type: disc;
}

.benefits-item-description{
color:#4E4E4E;
}

.services__top-left {
    width: 540px;
}
.services__top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.services__top-rigth {
    display: flex;
    flex-direction: column;
}
.services__top-rigth {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.stat-item {
    display: flex;
    gap: 61px;
    justify-content: space-between;
}
span.stat-number.sup {
    display: flex;
}
.stat-number {
    font-family: Montserrat , sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    color: #FF3D00;
    position: relative;
}
.stat-text {
    font-family: Source Sans Pro , sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1C1F23;
    width: 200px;
}
.stat-number sup {
    position: absolute;
    top: 14px;
    font-size: 30px;
    padding-left: 50px;
}
.consult__btn {
    font-family: 'Source Sans 3' , sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.94px;
    letter-spacing: 0px;
    text-align: center;
    background: #FF3D00;
    color: #fff;
    border: 0;
    padding: 11px 0;
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 500px;
}
.consult__btn.mobile{
    display: none;
}



@media (max-width: 991px) {
.services__top {
    flex-direction: column;
    position: relative;
    gap: 50px;
}
.services__top-left {
    width: 100%;
}
.consult__btn.mobile{
    display: block;
    margin-top: 0;
}
.consult__btn.desktop{
    display: none;
}
}


@media (max-width: 767px) {
h1 {
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    line-height: 54px;
    letter-spacing: -2px;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0px;
}
.stat-number {
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
    letter-spacing: 0px;
}
.stat-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0px;
}
.consult__btn{
    font-weight: 600;
    font-size: 14px;
    line-height: 19.94px;
    letter-spacing: 0px;
}
.stat-item {
    gap: 5px;
}
}