.hero {
    background: var(--medium-blue);
}
.hero .container {
    padding: 36px 0 52px;
}
.hero .content {
    padding: 30px 0 0;
}
.hero .content h1 {
    color: var(--light-green);
    margin-top: 0;
}
.hero .content h2 {
    color: var(--purple);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-top: 0;
}
.hero .content li {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.hero .content ul {
    margin: 25px 0;
}
.hero .content p {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.hero #breadcrumbs {
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.hero #breadcrumbs a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.hero .hero-banner-image {
    width: 100%;
    height: auto;
}
.hero .register {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}
.hero .register p {
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.hero .register p a {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* =======================================================
HEro Resources
=======================================================*/
.hero-resources h1{
    color: var(--light-green);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
}
.hero-resources .theme{
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.hero-resources #breadcrumbs{
    margin-bottom: 30px;
}
.hero-resources .date{
    color: #FFF;
    font-family: Lexend;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 30px;
}
.hero-resources h3 {
    color: var(--purple);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
    margin-top: 0;
}
/* =======================================================
REsponsive
=======================================================*/
@media(max-width: 767px){
    .hero .register {
        align-items: flex-start;        
        flex-direction: column;
    }
    .hero .register .btn{
        margin-bottom: 20px;
        
    }
    .hero .register p {
        margin: 0;
    }
}
@media(max-width: 575px){
    .hero {
        padding: 0 10px;
    }
}

