.contents {
    margin: 20px;
    padding: 50px;

    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    
}

.content-section > img {
    width: 25%;
    height: 25%;

    align-self: center;

    /* margin: 10px; */
}

.title-section {
    margin-left: 15px;
    margin-right: 15px;
}
.title-section > p {
    font-size: 48px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.title-section > hr {
    padding-bottom: 0;
}

.content-section {
    display: flex;
}
.content-section > span {
    margin: 20px;
}
.content-section > span > p {
    font-size: 20px;
}

.img-section {
    margin: 20px;
    margin-top: 60px;
}

.img-section-verti {
    justify-content: center;
    align-content: center;
}

.img-section-horiz {
    display: flex;
    justify-content: center;
    align-content: center;
}

.img-section-horiz > p, .img-section-verti > p {
    font-size: 20px;
    text-align: center;
    justify-content: center;

    margin-left: 20px;
    margin-right: 20px;
}

.sec-l {
    margin-left: 15px;
    margin-right: 30px;
    
    padding-left: 15px;
}

.sec-r {
    margin-left: 30px;
    margin-right: 15px;

    padding-right: 15px;
}

.sec-m {
    margin-left: 20px;
    margin-right: 20px;
}

table {
    border-collapse: collapse;
    font-size: 20px;
}

td {
    padding: 10px;
}