.solution-result-sec__solution-col,
.solution-result-sec__img-col {
    margin-bottom: 8px;
}
.solution-result-sec__block {
    position: relative;
    padding: 60px 24px 24px;
    background-color: #F0F0F5;
    height: 100%;
    min-height: 300px;
}
.solution-result-sec__title {
    color: #7174E4;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 40px;
}
.solution-result-sec__desc {
    color: #2A2A36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}
.solution-result-sec__desc *:not(:last-child) {
    margin-bottom: .5em;
}
.solution-result-sec__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution-result-sec__desc ul {
    padding: 0;
    list-style-type: none;
}
.solution-result-sec__desc ul:last-child {
    margin: 0;
}
.solution-result-sec__desc ul li {
    display: block;
    padding-left: 1.7em;
    position: relative;
}
.solution-result-sec__desc ul li:not(:last-child) {
    margin-bottom: 8px;
}
.solution-result-sec__desc ul li::before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    left: 0;
    top: .1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.8883 8.15062C17.2266 9.81084 16.9855 11.5369 16.2053 13.0408C15.425 14.5448 14.1527 15.7358 12.6006 16.4153C11.0484 17.0948 9.31027 17.2216 7.67596 16.7746C6.04164 16.3276 4.60995 15.3339 3.61964 13.9591C2.62934 12.5843 2.14027 10.9115 2.23401 9.21979C2.32774 7.52805 2.99861 5.91957 4.13474 4.6626C5.27086 3.40562 6.80357 2.57612 8.47727 2.31244C10.151 2.04875 11.8645 2.36681 13.332 3.21358' stroke='%235F63DF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.40625 8.89136L9.62847 11.1136L17.0359 3.70618' stroke='%235F63DF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.solution-result-sec__result-col .solution-result-sec__block:not(.solution-result-sec__block--full) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
.solution-result-sec__info-blocks {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
.solution-result-sec__info-numbers {
    display: block;
    color: #292929;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
}
.solution-result-sec__info-desc{
    color: #5E5E69;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}
@media screen and (min-width:550px) and (max-width:767.98px) {
    .solution-result-sec__info-blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width:768px) {
    .solution-result-sec__result-col .solution-result-sec__block:not(.solution-result-sec__block--full) {
        grid-template-columns: repeat(2, 1fr);
    }
    .solution-result-sec__block {
        min-height: 400px;
    }
}
@media screen and (min-width:992px) {
    .solution-result-sec__solution-col,
    .solution-result-sec__img-col {
        margin-bottom: 0;
    }
}
@media screen and (min-width:992px) and (max-width:1100px) {
    .solution-result-sec__info-blocks {
        grid-template-columns: 1fr;
    }
}