.card-custom {
    background-color: whitesmoke;
}

.btn-view-more {
    font-size: 20px; /* Adjust as needed */
    padding: 15px 30px; /* Adjust as needed */
    background-color: #61B500;
    color: whitesmoke; /* Adjust text color as needed */
}

.btn-view-more2 {
    font-size: 20px; /* Adjust as needed */
    padding: 15px 30px; /* Adjust as needed */
    background-color: whitesmoke;
    color: #61B500; /* Adjust text color as needed */
}

.btn-view-more2:hover {
    background-color: #FE9E16; /* Change to the color you want on hover */
    color: #000; /* Change text color on hover if needed */
}

.btn-view-more:hover {
    background-color: #FE9E16; /* Change to the color you want on hover */
    color: #000; /* Change text color on hover if needed */
}

.container.mt-5 {
    padding-bottom: 20px; /* Adjust as needed */
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-text2 {
    letter-spacing: normal;
    font-size: 1.4em; /* Adjust this value as needed */
}
.bigp {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 1.7em !important;
    line-height: 1.5; /* Adjust this value as needed */
}

.bigp {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6em !important;
    line-height: 1.5; /* Adjust this value as needed */
}

/* When the screen is 600px or less, decrease the font size */
@media screen and (max-width: 900px) {
    h1.brush-stroke {
        font-size: 2em !important;
    }
}

@media screen and (max-width: 900px) {
    h1.brush-stroke2 {
        font-size: 2em !important;
    }
}

@media screen and (max-width: 900px) {
    h1.brush-stroke3 {
        font-size: 2em !important;
    }
}
@media screen and (max-width: 900px) {
    .brush-stroke3::after {
        left: 15%; /* Adjust this value as needed */
        right: 15%; /* Adjust this value as needed */
        height: 10px; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 900px) {
    .brush-stroke::after {
        left: 15%; /* Adjust this value as needed */
        right: 15%; /* Adjust this value as needed */
        height: 10px; /* Adjust this value as needed */
    }
}

.section {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}
.section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.section h2 {
    margin-bottom: 10px;
}
