@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
    width: 4px !important;
}
::-webkit-scrollbar-thumb {
    background: #FF770F;
    width: 4px;
    border-radius: 3px;
}

@media (min-width:1000px) {
.newtex .h31{
	display: grid;
            place-items: center;
	}
.newtex .h3{
	text-align: center;
    border-radius: 0.25rem;
    background: var(--ff-770-f, #FF770F);
    color: #fff;
    padding: 10px;
    width: auto;
    margin: auto;
    font-size: 1rem;
	font-weight:600;
	    display: inline-block;
		    vertical-align: top;
	}

.image-container {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
        }

       .image-container img {
            width: 100%;
    height: auto;
            object-fit: cover;
            margin-right: 10px;}
		
}

@media (min-width:1000px) and  (max-width:1360px){



}




@media (max-width:999px) {
.newtex .h3{
	text-align: center;
    border-radius: 0.25rem;
    background: var(--ff-770-f, #FF770F);
    color: #fff;
    padding: 10px;
    width: auto;
    margin: auto;
    font-size: 1rem;
	font-weight:600;

	}
.image-container {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
        }

       .image-container img {
            width: 100%;
    height: auto;
            object-fit: cover;
            margin-right: 10px;}
}































