@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");
.text-inner-pages{
font-family: 'Cormorant Garamond', serif;
color: #17151a;
max-width: 860px;
margin: 0 auto;
padding: 20px 24px 60px;
} .text-inner-pages h4{
font-family: 'Cormorant Garamond', serif;
font-weight: 600;
font-size: clamp(28px, 3.6vw, 40px);
line-height: 1.2;
color: #17151a;
margin: 0 0 22px;
} .text-inner-pages h4 + p,
.text-inner-pages h4 + br + p{
font-size: 20px;
font-weight: 500;
color: #4a4650;
line-height: 1.7;
margin: 0 0 46px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(23,21,26,.08);
} .text-inner-pages h3{
font-family: 'Cormorant Garamond', serif;
font-weight: 600;
font-size: 15px;
letter-spacing: 3px;
text-transform: uppercase;
color: #d81760;
margin: 46px 0 16px;
display: flex;
align-items: center;
gap: 12px;
}
.text-inner-pages h3::before{
content: "";
width: 26px;
height: 1px;
background: #d81760;
flex-shrink: 0;
} .text-inner-pages p{
font-size: 19px;
font-weight: 500;
line-height: 1.75;
color: #3a3640;
margin: 0 0 20px;
}
.text-inner-pages p strong{
font-weight: 700;
color: #17151a;
} .text-inner-pages p:last-of-type strong{
display: inline-block;
font-size: 17px;
letter-spacing: .3px;
color: #17151a;
background: #faf9f7;
border: 1px solid rgba(23,21,26,.1);
border-radius: 30px;
padding: 14px 26px;
line-height: 1.9;
}
@media (max-width: 620px){
.text-inner-pages{ padding: 10px 18px 40px; }
.text-inner-pages h4{ margin-bottom: 16px; }
.text-inner-pages h4 + p{ font-size: 17px; margin-bottom: 34px; padding-bottom: 22px; }
.text-inner-pages h3{ margin: 34px 0 12px; }
.text-inner-pages p{ font-size: 17px; }
}