.section-report {
    padding: 4.5rem 1.5rem 3rem
}

.section-report p {
    font-size: 17px;
    line-height: 2;
}

.report-title {
    letter-spacing: 0.5rem;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
}

.sub-title {
    border-left: 10px solid #ffe500;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 20px;
    margin: 2rem 0 2.5rem;
}

.re-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.img-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    line-height: 2;
    background-color: rgb(0, 0, 0, 0.45);
}

.img-desc span {
    font-size: 15px;
    padding-left: 1rem;
}

.re-card-title {
    display: block;
    font-size: 1.4rem;
    color: #333333;
    transition: 0.2s;
    padding: 20px 0;
}

.re-card-title:hover {
    text-decoration: none;
}

.re-card-title::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 1.7rem;
    color: #f47700;
}


.re-card {
    padding: 2rem;
}

/* =================================== */

.report-more {
    position: relative;
    padding: 4rem 1.2rem 5rem;
    background-color: #f47700;
    background-size: cover !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.5) 100%), url(../images/bg.jpg) no-repeat center center scroll;
}

.report-more::before {
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
    margin-left: -50vw;
}
.report-more a {
    text-decoration: none;
}

.report-more .report-title{
    padding-top: 40px;
    color: #ffe500;
}

.report-more .report-title span{
    background-color: #000000;
    padding: 5px 0 5px 6px
}

.report-box {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 360px;
    margin-bottom: 2rem;
    transition: all 0.3s;
}

.report-box:hover {
    transform: translateY(-10px);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}


.report-box-title {
    font-size: 20px;
    color: #212121;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 0;
}

.report-box-title::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    color: #212121;
    position: absolute;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #ffe500;
    right: 25px;
    bottom: 12px;
}

/* ================================ */
.report-inner p:last-child {
    margin-bottom: 3rem;
}

a.btn-back {
    text-decoration: none;
    transition: 0.3s;

}

.report-inner h4{
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    border-bottom: 3px solid #ffe500;
    margin: 15px 0;
}

.btn-back {
    color: #212121;
}

.btn-back:hover {
    padding: 0 10px;
}

.btn-back::before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-weight: 900;
    color: #ffe500;
    background-color: #212121;
    border-radius: 50%;
    padding: 10px 11px;
    margin-right: 10px;
}