h1, h2, h3, h4, h5, p{
    font-family: "Poppins", sans-serif;
}
a.navbar-brand img {
    width: 20% !important;
}
section.header {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
section.banner h2 {
    /* padding: 90px; */
    color: #000000;
    font-weight: 800;
}
section.content_section {
    padding-top: 90px;
    padding-bottom: 45px;
    background: #f0eeee;
}
.nav-link {
    padding: 0px;
}
 .german_offering_heading p{   font-size: 17px;
    font-weight: 600;
    text-transform: capitalize !important;
        color: #ef5a2f !important;}
section.banner .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: end;
}
        /* 
section.banner {
    height: 88vh;
    /* padding: 40px; 
    background: url(assets/img/banner_image.jpeg);
    background-position: center center;
    background-size: cover;
} */
section.banner img{width: 100%;
    /* height: 88vh; */
    object-fit: fill;}
section.german_offering {
    padding: 5px 0px;
}
.german_offering_heading h2 {
    font-weight: 700;
}   
.german_offering_heading h2 span {
    color: #ef5a2f !important;
}
.nav-link {
    border: none !important;
}
.nav-tabs {
    border: none !important;
}
.nav-link {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize !important;
}
.nav-link.active{
    color: #ef5a2f !important;
}
ul.nav.nav-tabs {
    padding: 20px 0px 30px;
}
.cource-item {
    border: 2px solid #ccc;
    border-radius: 23px;
    margin-bottom: 30px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .06);
}
.cource-img {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    position: relative;
    overflow: hidden;
}
.cource-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all .3s ease;
    width: 100%;
}
.course-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 25px 25px;
    transition: all .5s ease 0s;
    background: #fff;
}
h4.course-title {
    font-size: 20px;
    margin-bottom: 7px;
    min-height: 25px;
    display: block;
    color: #212121;
    font-weight: 700;
    margin-top: 20px;
    /* text-decoration: none; */
}
h4.course-title a{
    color: #212121;
    text-decoration: none;
}
.course-desc {
    margin-top: 12px;
}
h4.course-title a:hover {
    color: #ef5a2f;
}
a.offering_button {
    text-decoration: none;
    width: 30%;
    display: block;
    text-align: center;
    background: #ef5a2f;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    margin: auto;
}
.home-courses-block {
    height: 300px;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1200px) {
    button.navbar-toggler {
        display: none;
    }
    a.navbar-brand img {
        width: 25% !important;
    }
    .home-courses-block {
    height: auto;
}
}
@media screen and (max-width: 768px) {
    .german_offering_heading {
    text-align: center;
}   
.home-courses-block {
    height: auto;
}
    a.offering_button{
        width: 100%;
    }
    button.navbar-toggler {
        display: none;
    }
    a.navbar-brand img {
        width: 40% !important;
    }
    section.banner img{
        height: auto;
    }
    section.banner .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
  }