@media (max-width: 1200px) {
	.content {
        width: 900px;
        padding: 0 20px;
    }
}
@media (max-width: 900px) {
	.content {
        width: 768px;
        display: block;
    }
}
@media (max-width: 768px) {
	.content{
        width: 480px;
        padding: 0;
    }
    .top_menu .content {
        display: flex;
        flex-direction: column;
    }
    
    .home_banner h1 {
        font-size: 42px;
        margin-top: 0;
    }
    
    .banner_list .item p {
        font-size: 16px;
    }
    
    .banner_list {
        margin: 40px 0;
    }
    
    .row {
        display: flex;
        flex-direction: column;
    }
    
    .home_info {
        text-align: center;
    }
    
    .content_2 {
        width: 90%;
        margin: 0 auto;
    }
    
    .home_our_services img {
        max-height: 260px;
    }
    
    .home_our_services p {
        margin-bottom: 40px;
    }
    
    .home_our_services .col-sm {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .serve_list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        grid-gap: 20px;
        align-items: center;
    }
    
    .serve_list .item {
        width: 50%;
        padding: 15px;
    }
    
    .home_info h2 {
        font-size: 35px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    .mob_rew .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .mob_rew .box_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    
    .footer p {
        margin: 30px auto;
    }
    
    .banner_list .item {
        margin-bottom: 40px;
    }
    
    .banner_list .item:last-child {
        margin-bottom: 0;
    }
    .top_menu {
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
.our_story_text {
    padding: 0;
    width: 90%;
    margin: 20px auto 0;
}

.our_story_box {
    margin-bottom: 50px;
}

.our_story_img {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.top_logo {
    margin-bottom: 10px;
}
.home_our_services {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ededed;
}
.banner_list .item .icon {
    margin-bottom: 20px;
}

.home_banner {
    padding: 70px 0;
    min-height: 30vh;
}
.serv_list {
    display: flex;
    flex-direction: column;
    grid-gap: 40px 0%;
}
.padd{
    padding-right: 0px;
  }
.serv_list .item {
    width: 100%;
}
.title_box_2 {
    margin-top: 30px;
}
.box_contact_us .home_info:last-child {
    margin-top: 20px;
}
.serv_list .item .serv_img {
    margin-right: 1%;
}

.serv_list .item .info {
    width: 49%;
    margin-left: 3%;
}

.serv_list .item .info h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
}
@media (max-width: 500px) {
    .content{
        width: 95%;
    }
}