/* Add custom CSS styles below */ 
.container > p:first-child{
    font-size: clamp(2rem, 1rem + 2vw, 2.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.container > p:last-child{
    font-size: clamp(1rem, 0.9rem + 1vw, 1.5rem) !important;
    line-height: 2 !important;
}