.ftco-section .container, .ftco-section .container-xl{
    max-width: 1500px;
}

.img-about:after, .img-about:before  {
    display: none; 
}

.badge {
    position: absolute; 
    top: 45px; 
    left: 16px; 
    background-color: #4e6245; 
    color: #fff; 
    padding: 4px 8px; 
    font-size: 12px; 
    font-weight: bold; 
    border-radius: 4px; 
    text-transform: uppercase; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.badge-2 {
    position: absolute; 
    top: 16px; 
    left: 16px; 
    background-color: #4e6245; 
    color: #fff; 
    padding: 4px 8px; 
    font-size: 12px; 
    font-weight: bold; 
    border-radius: 4px; 
    text-transform: uppercase; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.badge-price {
    position: absolute;
    top: -20px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: #4e6245;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

.card img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 0.25rem, 0 , 0.25rem, 0;
    margin: auto;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

.card-title {
    font-size: 18px;
}

.card-text {
    font-size: 14px;
    padding-bottom: 27px;
}

.chapter {
    font-size: .775rem;
}

.card .btn-primary{
    background-color: #c8d8c0 !important;
    border-color: #c8d8c0 !important;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.card .btn-primary:hover{
   background-color: #4e6245 !important;
    border-color: #4e6245 !important;
}

@media (max-width: 768px) {
    .col-md-3 {
        margin-bottom: 20px;
    }
}


.title-modal {
    font-size: 1.3rem !important;
}

.btn-primary-modal {
    background-color: #c8d8c0 !important;
    border-color: #c8d8c0!important;
}

.btn-primary-modal:hover {
    background-color: #4e6245 !important;
    border-color: #4e6245 !important;
    color: white;
}

