Описание
.two-column { display: grid; grid-template-columns: 1fr 50%; align-items: center; grid-row-gap: 25px; grid-column-gap: 25px; } .mt-1 { margin-top: 25px } .mt-2 { margin-top: 45px } .wrapper__product p { font-size: 15px; margin: 1em 0 } .wrapper__product video, .wrapper__product img { max-width: 100% } .wrapper__product h2 { font-size: 30px; font-weight: 400 } .wrapper__product #video { width: 900px; border-radius: 25px } .wrapper__product h3 { font-size: 24px; font-weight: 400; } .wrapper__product h4 { font-size: 22px; font-weight: 400; text-align: center } .wrapper__product .text-xs { font-size: 14px; font-weight: 700 } .text-center { text-align: center } .text-right { text-align: right } section h2.section-heading { font-size: 46px; font-weight: 600; text-transform: uppercase; margin: 0; margin-bottom: 20px; } .flex { display: flex } .main-block { text-align: center } .main-block__content { width: 100% } .main-block__content p { margin: 1em 5em } .main-block__image { margin: 0 auto } .main-block__content img { margin: 0 auto } .main-block__image video { max-width: 100%; cursor: pointer; } .main-block__image img { margin: 0 auto } .prop__img img { width: 60px; margin: 0 auto } .wrapper__product p.tip { font-size: 12px } .props-block { display: grid; grid-template-columns: repeat(3, 1fr); grid-row-gap: 15px; grid-column-gap: 15px; text-align: center; padding: 55px 0 } #advantages-block .props-block { grid-template-columns: repeat(4, 1fr) } #photo-block .props-block { grid-template-columns: repeat(2, 1fr) } .prop__descr { margin: 25px 0 } .prop__descr-title { font-size: 18px; font-weight: 600; margin: 1em 0 } #advantages-block .prop__descr-title { font-size: 16px } #advantages-block p { margin: 1em } .prop__descr-value { font-size: 14px; margin: .55em 0 } .column-block { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center } .column-block__image { width: 48% } .column-block__content { width: 48% } .text-center { text-align: center } .te