@media only screen and (max-width: 600px) {
    
    .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    
    
section.hero-section {
    width: 100%;
    height: 100%;
    padding: 10px 0 30px;
    background: linear-gradient(to top, #ffffff,#ffffffa1, #ffffff), url(../img/bg-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: inherit;
}


  .ban-left h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    }
    
   .iconInner {
    cursor: pointer;
    margin: 0 auto;
    width: 17em;
    margin: 22px auto;
}

    
   .button-div {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    .button-div a {
    padding: 12px;
    width: 100%;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    }
    
    ul.aime-work {
    margin: 0px;
    padding: 0px;
    }
    
    ul.aime-work li {
        list-style: none;
        display: contents;
        font-size: 16px;
        font-weight: 400;
        padding-right: 0px;
        line-height: 2;
        text-align: left;
        font-family: 'Be Vietnam Pro';
    }
    
    svg {
    width: 22px;
    object-position: center;
    }
    
    
    .about-section {
        padding: 30px 0;
        background: var(--bg-gray);
        text-align: center;
    }
    
   .title h2 {
    color: var(--tex-col);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    font-family: var(--dm);
    padding: 5px 0;
    margin-bottom: 0;
}

.title h2 span {
    color: var(--blue);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    font-family: var(--dm);
    margin-bottom: 0;
}

.title p {
    font-size: 16px;
    font-weight: bold;
    font-family: 'DM Sans';
}

ul.ab-content {
    text-align: left;
    margin-top: 20px;
    padding: 0px;
}

ul.ab-content li {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    list-style: none;
    color: var(--dark-gray);
    line-height: 1.4;
}

ul.ab-content li span {
    font-family: 'DM Sans';
    color: var(--blue);
    font-weight: bold;
    font-size:16px;
}

ul.ab-content li span:before {
    content: "\21D2";
    display: block;
    float: left;
    margin: 0px 6px 0 0;
    font-size: 18px;
}

ul.list-2 {
    margin: 0px;
    padding: 0px;
}

ul.list-2 li:before {
    content: "\27A4";
    display: block;
    float: left;
    margin: 4px 6px 0 0;
    font-size: 12px;
}

ul.list-3 {
    margin: 0px;
    padding: 0px;
}


ul.list-3 li:before {
    content: "\2022";
    display: block;
    float: left;
    margin: 0px 6px 0 0;
    font-size: 20px;
    width: 10px;
    height: 10px;
}

.ribbon {
    background: #f6f9fa;
    padding: 0px;
}

.hero-bottom {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #ddd;
    margin: 0 0 20px 0px;
}

section.features-section {
    background-image: linear-gradient(180deg, #ffffff,#6187fe21 0%, #ffffff);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 40px 0;
    background-size: 100%;
    background-color: transparent;
}

.hero-bottom p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bolder;
    border-left: 1px dashed #ddd;
    margin-left: 15px;
    margin-bottom: 0px;
    font-family: 'DM Sans';
}
.avazcare-title h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    line-height: 1.4;
    padding: 20px 0 0;
}

.avazcare-btn a {
    background: #444;
    padding: 12px 14px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'DM Sans';
    text-decoration: none;
    font-weight: 400;
}

.avazcare-btn a:hover{
    background: var(--blue);
    color:var(--white);
}


h4.ribbon-title {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    padding-top: 10px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
    
}