body {
    background-color: #ffffff;
}

#main .container {
    padding-top: 20rem; 
}

.title {
    color: #417A74;
    font-size: 3.5rem!important;
}

.date {
    color: #ABA3A3;
    font-size: 1.1rem;
    margin-top: 1.8rem;
}

.main-img {
    margin-top: 4.1rem;
    max-height: 36rem;
    width: 100%;
}

.main-img-caption {
    color: #ABA3A3;
    font-size: 1.1rem;
    margin-top: 1.3rem;
    text-align: center;
}

.text {
    color: #707070;
    font-size: 1.1rem!important;
    padding-bottom: 5rem;
}

.text-yellow {
    color: #B69558;
}

.publish {
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    margin-top: 5rem;
    padding: 2.9rem 0;
}

.publish-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2.3rem;
    margin-top: 1.8rem;
}

.publish-img {
    border-radius: 50%;
    height: 6.25rem;
    object-fit: cover;
    width: 6.25rem;
}

.publish-title {
    color: #707070;
    font-size: 1.3rem;
}

.publish-name {
    color: #707070;
    font-size: 1.3rem;
}

.publish-job {
    color: #ABA3A3;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.publish-duration {
    color: #ABA3A3;
    font-size: 1.3rem;
    margin-top: 0.5rem;

}

.title2 {
    color: #417A74;
    font-size: 3.5rem;
    margin-top:  5.3rem;
    text-align: center;
}

.cards {
    margin-top: 6rem;
}

.card {
    border-radius: 1.75rem !important;
    box-shadow: 0px 2px 15px #26635C33;
    height: 33rem;
}

.card-img {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
    height: 15rem;
    object-fit: cover;
    width: 100%;
}

.card-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    padding-left:1rem;
    padding-right:1rem;
    padding-top: 1rem;

}

.card-title {
    color: #B69558;
    font-size: 1.5rem!important;
    text-align: center;
}

.card-text {
    color: #26635C;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0 1rem;
    text-align: center;
}

.card-more {
    color: #417A74!important;
    font-size: 1rem!important;
    margin-top: 0rem!important;
    background-color: unset!important;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .card-text {
        margin-top: 1rem;
        padding: 0;
    }
}

.more-articles {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10rem;
    margin-top: 5rem;
    padding: 1.5rem 3.75rem;
}

