.introduction-container-wrapper p,
strong,
ol li{
    font-size: var(--sub-title-body);
    font-family: var(--font-crimson_pro);
}
.introduction-container-wrapper ul{
list-style: none;
font-size: var(--sub-title-body);
font-family: var(--font-crimson_pro);
}
.sub-title2 {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.sub-title2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10%;
    height: 3px; 
    background-color: #720d1d;
    transform: translateX(-50%); 
}