.testing-block {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 100px;
}
.testing-block .testing-container {
    width: 50%;
    background: #fff url("../img/bg-testing.png") no-repeat 50% 0;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testing-block .testing-container:after {
    position: absolute;
    top: 16px;
    right: 27px;
    display: block;
    content: '';
    background: url("../img/ico-testing.png") no-repeat 100% 0;
    width: 90px;
    height: 110px;
}
.testing_text-box {
    margin: 0 auto;
    max-width: 419px;
    text-align: center;
}
.testing_title {
    margin-bottom: 16px;
    color: #1E1819;
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-align: center;
}
.testing_text {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1819;
    margin-bottom: 32px;
    text-align: center;
}
.testing_text-box .btn {
    width: 100%;
}
.testing-block .illustration {
    width: 50%;
    background: #DBD7D6;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.testing-block .illustration img {
    display: block;
    width: 100%;
    height: auto;
}