.services-agr {
    position: relative;
    background-color: #ffffff;
}
.services-agr h2 {
    margin-top: 0;
    margin-bottom: 60px;
    color: rgb(0, 0, 0);
    font-family: "Tektur", sans-serif;
    font-size: min(calc(46 * 100vw / 1920), 46px);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}
.services-agr .block-content {
    padding: 90px 0;
}
.services-agr .block-content-item {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
.services-agr .services-agr-block {
    padding: 30px;
    border-radius: 15px;
    background: rgb(248, 248, 251);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-agr .services-agr-block .title {
    color: rgb(48, 47, 47);
    font-family: "Tektur", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.services-agr .services-agr-block .title span {
    color: rgb(165, 113, 255);
}
.services-agr .services-agr-block ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
}
.services-agr .services-agr-block li {
    color: rgb(48, 47, 47);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.services-agr .services-agr-block .price-block {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.services-agr .services-agr-block .price-block-item {
    color: rgb(48, 47, 47);
    font-family: "Tektur", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}
.services-agr .services-agr-block .price-block-item span span {
    color: rgb(165, 113, 255);
}
.services-agr .services-agr-block .link-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-agr .services-agr-block .link-block a {
    width: 100%;
    height: 70px;
    border-radius: 6px;
    background: rgb(26, 36, 49);
    padding: 0 25px;
    color: rgb(236, 236, 241);
    font-family: "Tektur", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    transition: all 0.25s;
    box-shadow: none;
    outline: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-agr .services-agr-block .link-block a:hover {
    background-color: rgb(125, 51, 255);
}



@media (max-width: 1440px) {
    .services-agr .block-content {
        padding: 75px 0;
    }
}
@media (max-width: 1280px) {
    .services-agr .block-content {
        padding: 60px 0;
    }
    .services-agr .block-content-item {
        gap: 20px;
    }
}
@media (max-width: 1023px) {
    .services-agr .block-content {
        padding: 45px 0;
    }
    .services-agr h2 {
        font-size: min(calc(46 * 100vw / 1023), 46px);
    }
    .services-agr .block-content-item {

    }
}
@media (max-width: 860px) {
    .services-agr .block-content-item {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 620px) {
    .services-agr .choose-content {
        padding: 35px 0;
    }
    .services-agr h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .services-agr .block-content-item {
        grid-template-columns: repeat(1, 1fr);
    }
    .services-agr .numbers-block .numbers {
        font-size: 28px;
    }
    .services-agr .services-agr-block {
        padding: 20px;
        border-radius: 12px;
    }
    .services-agr .services-agr-block .title {
        font-size: 24px;
        line-height: 120%;
    }
    .services-agr .services-agr-block li {
        font-size: 16px;
    }
    .services-agr .services-agr-block .price-block-item {
        font-size: 24px;
        line-height: 120%;
    }
    .services-agr .services-agr-block ul {
        margin-bottom: 40px;
    }
    .services-agr .services-agr-block .link-block a {
        height: 60px;
        font-size: 16px;
    }
}