@media screen and (max-width: 1500px) {

    .welcome-section {
        height: 600px;
    }

    .welcome-section-text {
        padding: 50px 30px 100px 95px;
    }

    .welcome-section-text > h2 {
        font-size: 38px;
        line-height: 57px;
    }

    .welcome-section-info {
        padding: 50px 13px 0 0;
    }

    .about-section-title-menu > ul > li {
        width: 200px;
        height: 60px;
    }

    .about-section-title-menu > ul > li > a {
        font-size: 17px;
    }
    .hero-section {
        top: -250px;
    }
    .hero-section-image {
        height: auto;
    }
    .footer-section {
        height: 770px;
    }
    .sus-section-title-menu > ul > li {
        width: 175px;
        height: 60px;
    }

    .sus-section-title-menu > ul > li > a {
        font-size: 14px;
    }
}

@media screen and (min-width: 577px) and (max-width: 1200px) {

    .header-section-logo {
        width: 78%;
        justify-content: left;
        margin-bottom: 0;
    }

    .header-section-menu {
        display: none;
    }

    .header-section {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .header-section-menubar {
        width: 22%;
        display: flex;
        justify-content: right;
    }

    .header-section-title {
        padding-top: 12px;
        width: 100%;
    }
    .header-section-title > h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .header-section-menubar img {
        width: 26px;
    }

    .welcome-section-info {
        padding: 50px 20px;
    }

    .header-section-logo img {
        width: 50px;
    }

    .welcome-section {
        height: 525px;
        padding-bottom: 60px;
    }

    .welcome-section-text {
        padding: 20px;
    }

    .welcome-section-text > h2 {
        font-size: 33px;
        line-height: 53px;
    }
    .about-section {
        margin-bottom: 50px;
    }
    .about-section-title-menu {
        margin-bottom: -70px;
    }
    .about-section-info > img {
        width: 100%;
        height: auto;
    }
    .about-section-title-menu > ul > li {
        width: 100%;
        height: 60px;
        display: inline;
        margin-right: 1px;
        padding-bottom: 5px;
    }
    .about-section-title-menu > ul > li > a {
        font-size: 9px;
        padding: 5px;
    }
    .about-section-info{
        padding: 20px;
    }
    .about-section-media{
        padding: 20px;
        height: auto;
    }
    .about-section-media-img{
        height: auto;
    }
    .about-section-member {
        height: auto;
        flex-wrap: wrap;
    }
    .about-section-member-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-section-member-img img {
        height: auto;
    }
    .about-section-member-text {
        width: 100%;
    }
    .service-section-info {
        padding: 30px 3px 33px 50px;
    }


    .hero-section {
        top: -150px;
        margin-bottom: -115px;
    }

    .hero-section-overlay {
        display: none;
    }

    .hero-section-info {
        display: none;
    }
    .hero-section-image{
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .hero-section-info-m {
        display: block;
    }
    .hero-section-info-text-m {
        text-align: center;
        padding: 25px;
    }
    .hero-section-info-text-m > h4 {
        font-weight: 500;
        font-size: 25px;
        line-height: 122.1%;
        color: black;
    }

    .hero-section-info-text-m > img {
        margin-bottom: 10px;
    }

    .service-section {
        top: 0;
    }

    .client-section {
        top: 0;
        height: auto;
        padding: 50px 15px 10px 15px;
    }
    .product-section-title {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .member-section {
        top: 0;
        padding: 50px 15px 0 15px;
    }

    .member-section-title {
        width: 90%;
    }

    .member-section-title > h3 {
        font-size: 30px;
    }

    .service-section > .row {
        width: 100%;
    }

    .service-section-btn {
        margin-bottom: 20px;
    }

    .footer-section {
        height: auto;
    }

    .footer-section-title {
        margin-bottom: 20px;
    }

    .footer-section-info {
        padding: 0 20px;
    }

    .footer-section-copy-right {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .footer-section-dev {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .footer-section-social {
        padding: 0 20px;
    }

    .footer-section-social ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 576px) {

    .header-section-logo {
        width: 78%;
        justify-content: left;
        margin-bottom: 0;
    }

    .header-section-menu {
        display: none;
    }

    .header-section {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .header-section-menubar {
        width: 22%;
        display: flex;
        justify-content: right;
    }

    .header-section-title {
        padding-top: 12px;
        width: 100%;
    }
    .header-section-title > h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .header-section-menubar img {
        width: 26px;
    }

    .welcome-section-info {
        padding: 50px 20px;
    }

    .header-section-logo img {
        width: 50px;
    }

    .welcome-section {
        height: auto;
        padding-bottom: 60px;
    }

    .welcome-section-text {
        padding: 20px;
    }

    .welcome-section-text > h2 {
        font-size: 33px;
        line-height: 53px;
    }
    .about-section {
        margin-bottom: 50px;
    }
    .about-section-title-menu {
        margin-bottom: -70px;
    }
    .about-section-info > img {
        width: 100%;
        height: auto;
    }
    .about-section-title-menu > ul > li {
        width: 100%;
        height: 60px;
        display: inline;
        margin-right: 1px;
        padding-bottom: 5px;
    }
    .about-section-title-menu > ul > li > a {
        font-size: 9px;
        padding: 2px;
    }
    .about-section-info{
        padding: 20px;
    }
    .about-section-media{
        padding: 20px;
        height: auto;
    }
    .about-section-media-img{
        height: auto;
    }
    .about-section-member {
        height: auto;
        flex-wrap: wrap;
    }
    .about-section-member-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-section-member-img img {
        height: auto;
    }
    .about-section-member-text {
        width: 100%;
    }
    .service-section-info {
        padding: 30px 3px 33px 50px;
    }


    .hero-section {
        top: -150px;
        margin-bottom: -115px;
    }

    .hero-section-overlay {
        display: none;
    }

    .hero-section-info {
        display: none;
    }
    .hero-section-image{
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .hero-section-info-m {
        display: block;
    }
    .hero-section-info-text-m {
        text-align: center;
        padding: 25px;
    }
    .hero-section-info-text-m > h4 {
        font-weight: 500;
        font-size: 25px;
        line-height: 122.1%;
        color: black;
    }

    .hero-section-info-text-m > img {
        margin-bottom: 10px;
    }

    .service-section {
        top: 0;
    }

    .client-section {
        top: 0;
        height: auto;
        padding: 50px 15px 10px 15px;
    }
    .product-section-title {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .member-section {
        top: 0;
        padding: 50px 15px 0 15px;
    }

    .member-section-title {
        width: 90%;
    }

    .member-section-title > h3 {
        font-size: 30px;
    }

    .service-section > .row {
        width: 100%;
    }

    .service-section-btn {
        margin-bottom: 20px;
    }

    .footer-section {
        height: auto;
    }

    .footer-section-title {
        margin-bottom: 20px;
    }

    .footer-section-info {
        padding: 0 20px;
    }

    .footer-section-copy-right {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .footer-section-dev {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .footer-section-social {
        padding: 0 20px;
    }

    .footer-section-social ul {
        padding-left: 0;
    }
}