/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.grid {
    background: #eee;
    max-width: 1010px;
}

/* clearfix */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.grid-item {
    width: 320px;
    height: 308px;
    float: left;
    background: #d26;
    border: 1px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 0px;
    margin-bottom: 29.77px;
}

.grid-item--width2 {
    width: 660px;
}

.grid-item--height2 {
    height: 645px;
}

.divider-line {
    background: #dbdbdb;
    height: 4px;
    width: 287px;
}

.pos-pt {
    color: #fff;
    font-size: 0.7rem;
    line-height: 22px;
    margin-bottom: 0;
}

.board-hover {
    filter: grayscale(1);
    transition: all 200ms ease-in;
}

.board-hover:hover {
    filter: grayscale(0);
}

.card-img-top {
    width: 100%;
    height: 45vh;
    object-fit: cover;
}

/* Heading Title */

/* Visi Misi Base Heading */
.vision-mission-head h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.three h1 {
    font-size: 28px;
    font-weight: 800;
    color: #3e3d3d;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background-color: #3e45eb;
}

/* Visi Misi Blockquote */
.quote {
    font-size: 20px;
    margin: 50px auto;
    color: #555555;
    padding: 1.2em 30px 1.2em;
    border-left: 3px solid #78c0a8;
    line-height: 1.6;
    position: relative;
    background: #ededed;
}

/*header for member aludi*/
h3.underline-green {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 3px solid #00b050; /* Hijau tajam */
    border-radius: 2px;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 0; /* Pastikan tidak ada margin bawah yang mengganggu */
    box-sizing: border-box; /* Untuk pastikan padding tidak melebihi lebar */
}