.section1-ccts {
    padding: 75px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section1-ccts h1{
    font-size: 45px;
}
.section2-ccts .year {
    font-weight: bold;
    font-size: 25px;
    margin: 50px 0px 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #5c882e45;
}
.section2-ccts .year::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #5C882E;
    border-radius: 100%;
    margin-right: 10px;
}
.section2-ccts .container-card {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.002);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
}
.section2-ccts .container-card .title{
    font-size: 20px;
    font-weight: bold;
}
.section2-ccts .container-card .container-btn {
    width: 45%;
}
.section2-ccts .container-card .btn {
    padding: 10px !important;
    margin: 5px 0px 0px;
}
.section2-ccts .container-card .container-btn:nth-child(2) a.btn {
    background: #ED7225 !important;
}
@media (max-width:991px) {
    .section1-ccts h1 {
        font-size: 30px;
    }
    .section2-ccts .container-card {
        height: auto;
    }
    .section2-ccts .container-card .container-general-btn {
        align-items: end !important;
    }
}