.blog-author {
    padding-top: 25px;
}

.blog-author__wrap {
    display: flex;
}

.blog-author__image {
    flex: 0 0 147px;
    max-width: 147px;
    height: 147px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 11px;
}

.blog-author__title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.blog-author__name {
    padding-bottom: 15px;   
}

.blog-author__name a {
    color: rgba(0, 98, 73, 1) !important;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.blog-author__content-wrap {
    font-weight: 400;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 40px;
}

.blog-author__content h4 {
    margin-bottom: 10px;
}

.blog-author__content ul {
    list-style: disc !important;
    padding-left: 20px !important;
    line-height: 1.1;
}

.blog-author__content ul li {
    padding-left: 0 !important;
}

.blog-author__content ul li:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .blog-author__content ul {
        line-height: 1;
    }
}

@media screen and (max-width: 480px) {
    .blog-author__wrap {
        display: block;
    }

    .blog-author__content-wrap {
        padding-left: 0;
    }

    .blog-author__image {
        max-width: 220px;
        height: 220px;
        margin-bottom: 30px;
    }
}

/* home banner */
.home-banner {
    position: relative;
    background-position: 0 0;
    padding: 100px 0 170px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner__container {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin: 0 auto;
}

.home-banner__badge {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #144b37;
    border-radius: 18px 0 0 18px;
    color: #fff;
    width: 210px;
    height: 80px;
}

.home-banner__badge-wrap {
    position: relative;
}

.home-banner__badge-wrap::before {
    content:url('../images/nib.svg');
    position: absolute;
    left: 10px;
    top: 15px;
}

.home-banner__content p {
    color: #007a4a !important;
    font-size: 32px !important;
    font-weight: 600 !important;
}

.home-banner__content h3 {
    color: #174c37;
    font-size: 55px;
    margin-bottom: 30px;
}

.home-banner__content h6 {
    color: #007a4a;
    font-size: 25px;
    font-weight: 600;
}

@media screen and (max-width: 1440px) {
    .home-banner {
        background-position: bottom;
    }

    .home-banner__container {
        max-width: 1275px;
    }
}

@media screen and (max-width: 1200px) {
    .home-banner__content p {
        font-size: 27px !important;
    }

    .home-banner__content h3 {
        font-size: 50px;
    }

    .home-banner__content h6 {
        font-size: 20px;
    }

    .home-banner__badge {
        bottom: 50px;
        top: inherit;
    }
}

@media screen and (max-width: 992px) {
    .home-banner__content p {
        font-size: 22px !important;
    }

    .home-banner__content h3 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .home-banner__content h6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .home-banner__content h3 {
        font-size: 35px;
    }

    .home-banner {
        background-position: 55% 0px;
    }

    #Slider_22705_slide04 {
        background-position: 35% 0px !important;
    }
}

@media screen and (max-width: 420px) {
    .home-banner__content p {
        font-size: 18px !important;
    }

    .home-banner__content h3 {
        font-size: 32px;
    }

    .home-banner {
        background-position: 67% 0px;
    }

    #Slider_22705_slide04 {
        background-position: 27% 0px !important 
    }
}