    .page__wrap {
        color: var(--Base-Dark, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.16px;
        flex: 1 0 calc(48% - 80px);
		margin: 60px 0;

        p {
            &:not(:last-child) {
                margin-bottom: 16px;
            }
        }

        b {
            font-weight: 600;
        }
        strong {
            font-weight: 600;
        }
		
		a {
			font-style: italic;
			color: #45080d;
		}
		
		i {			
			font-style: italic;
		}

        h2 {
            margin-bottom: 44px;
            color: var(--Base-Dark, #171717);
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            letter-spacing: 0.8px;
        }

        h3 {
            margin-bottom: 22px;
            color: var(--Base-Dark, #171717);
            font-size: 26px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            letter-spacing: 0.52px;
        }

        h4 {
            color: var(--Base-Dark, #171717);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            letter-spacing: 0.52px;
            margin-bottom: 12px;
        }

        ul {
            list-style: disc;
            padding-left: 18px;
            margin-top: 10px;
            margin-bottom: 15px;

            li {
                &:not(:last-child) {
                    margin-bottom: 8px;
                }
            }
        }
    }