.about-block{margin-bottom:75px}.about-block .about{display:flex;justify-content:space-between;gap:30px}.about-block .text__holder{background-color:var(--card);padding:40px;border:1px solid var(--hover);border-radius:10px;max-width:769px;width:100%;max-height:496px;height:100%}.about-block .text-scroll{max-height:416px;overflow-y:scroll;padding-right:64px;display:flex;flex-direction:column;gap:15px}.about-block .text-scroll p,.about-block .text-scroll ul li,.about-block .text-scroll ol li{font-weight:400;font-size:16px;line-height:150%;color:var(--main-text)}.about-block .text-scroll ul{padding-left:20px;display:flex;flex-direction:column;gap:15px}.about-block .text-scroll ul li::marker{color:var(--hover)}.about-block .image__holder{max-width:371px;width:100%;height:100%;border-radius:10px;overflow:hidden}.about-block .image__holder img{height:100%;width:100%;object-fit:cover}@media(max-width:1100px){.about-block .text-scroll{padding-right:20px}}@media(max-width:860px){.about-block .about{flex-direction:column-reverse}.about-block .image__holder{max-width:100%;max-height:300px}.about-block .text__holder{max-width:100%}}@media(max-width:600px){.about-block .text__holder{padding:20px}.about-block{margin-bottom:40px}}