.summary-points-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.summary-points-block__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 48px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #000000;
}

.summary-points-block__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #000000;
}

.summary-points-block__content p img {
    max-width: 26px;
    min-width: 26px;
    width: 100%;
    height: auto;
    margin-top: -2px;
    margin-right: 20px;
}

.summary-points-block__content P:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .summary-points-block__wrapper {
        padding: 24px;
    }
}
