.main_headline span {
    color: #20439f;
    font-size: 18px;
}

.aabb {
    border-radius: 2rem;
    border: 3px dotted #5ca7a5;
}

.main_headline {
    margin-bottom: 3rem;
}

.main_headline h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.course-item2 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
}

.course-item .course-name {
    padding: 10px 24px;
    background-color: #7f2827;
}

.course-item .course-hover {
    background-color: #fff;
    padding: 0.5rem;
}

.marquee_height {
    height: 400px;
}

.marquee_height img {
    height: 350px;
    object-fit: cover;
}

.adminform_height {
    height: 600px;
}

.form-row {
    margin-bottom: 1rem !important;
}

.form-label {
    font-weight: 500;
    color: black;
    margin-bottom: .5rem;
    display: inline-block;
}

.form-control {
    border: 1px solid #c3c3c3 !important;
    display: block;
    font-weight: 400;
    appearance: none;
    border-radius: 6px;
    background-color: #fff;
}

.adm_bg {
    background-position: bottom;
    background-image: url(../img/adm_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
}

.facility_section ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.facility_section img {
  
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.facility_section ul li:before {
    display: none;
}
.facility_section ul li{  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin: 10px;
    padding: 10px;
    margin-bottom: 1.5rem;
}
.facility_section h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.facility_section p {
    color: black;
}