.container-one{
    padding: 20px 20px 50px 20px;
    background-color: #FFFFFF;
}

.header-one{
    
    line-height: 30px;
}

.title-one{
    font-size: 22px;
    font-family: Medium;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.data-one{
    
    font-family: Regular;
    color: #6A6A6A;
    text-align: center;
    margin-bottom: 10px;
}

.container-one{
    border-bottom: 1px solid #D8D8D8;
}

.container-one img{
    width: 100%;
    height: auto;
}

.content-one{
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #343a40;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.container-one p{
    width: 100%;
    margin: 0;
}



