.cs-abstract {
    border-top: solid 1px white ;
    border-bottom : solid 1px white ;
}
.cs-block-title {
    color: rgb(243, 140, 3);
    font-variant-caps: all-small-caps;
    text-align: left;
    line-height: 0.8;
    margin-bottom: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}
.cs-img-text-block {
    margin-top: 10px;
    text-align: justify;
}
.cs-text {
    margin-top: 10px;
    text-align: justify;
}
.cs-text-block {
    margin-top: 10px;
    text-align: justify;
}
.cs-title {
    font-size: 2.4rem ;
    color: rgb(243, 140, 3);
    font-variant-caps: all-small-caps;
    text-align: left;
    line-height: 0.8;
    margin-bottom: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

.title-img {
    padding : 1.5vw ;
}

.cs-single-container {
    background-color: rgb(21, 24, 28);
    color: white;
    margin-bottom: 100px;
    padding-bottom: 20px;
    margin-top: 10vh;
    padding-top: 2vh;
}

.cs-img-legend {
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    font-style: italic;
}