.Footnote {
    float: right;
    width: 100%;
    /*background-color: rgba(169, 169, 169, 0.62);*/
    padding: 20px 0 30px 0;
}
.Footnote .sp3 {
    color: #757575;
}
.Footnote h4 {
    height: 40px;
    font-weight: bold;
}
.Footnote h4:before {
    content: '';
    width: 3px;
    height: 20px;
    background-color: #4c2c67;
    margin-left: 10px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Footnote .owl-carousel.owl-rtl .owl-item {
    background-color: whitesmoke;
    border-bottom: 2px solid #103b7f;
    min-height: 340px;
}
.Footnote .owl-carousel .owl-item .info {
    position: initial;
    width: 100%;
    padding: 10px 5px 0 5px;
    text-align: right;
    background-color: transparent;
    height: auto;
    border-top: 2px solid #103b7f;
    margin-top: 2px;
}
.Footnote .owl-carousel .owl-item .info span {
    font-size: 12px;
}
.Footnote .owl-carousel .owl-item .info h3 {
    color: #103b7f;
}
.Footnote .owl-carousel .owl-item .info p {
    font-size: 13px;
    color: #343941;
}