@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}
 
h1, h2, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 24px !important; 
    font-family: Gilroy-ExtraBold;
    color: #0d0e25;
    padding: 5px;
    text-transform: uppercase;
}

header {
    display: none
}

.menu-mob{
    display: block;
    width: 100%;
    height: 100px;
    background: #2C2C2C;
    z-index: 99999;    
}

.menu-mob .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.logo {
    width: 50%;
    padding-top: 10px;
    margin-left: 0%;
    text-align: left;
}

.logo img {
    width: 80%;
}

.page {
    padding: 20px 0 0 0;
}

.page-cont-title {
    width: 90%;
    font-size: 25px;
    font-family: MetaPro-Bold;
    padding-bottom: 30px;
}

.cogam-item {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
}

.cogam-title {
    width: 90%;
    font-size: 20px;
    font-family: MetaPro-Bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.eco-item .right {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.eco-item .left {
    width: 100%;
    height: 250px;
}

.menu-button{
    width: 40%;
    margin: 20px 0 0 30px;
    text-align: right;
}

.dropdown-menu {
    margin-left: -0%!important;
    width: 50% !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 40rem !important;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.menu-main {
    width: 90%;
    padding-top: 20px;
    margin-left: 0%;
    margin: 0 auto;
    text-align: center;
}

.menu {
    font-family: MetaPro-Light;
    color: #FFA07A;
    display: flex;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
}

.banner {
    width: 100%;
    height: 370px;
    text-align: center;
    background-image: url(img/main.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.banner-title {
    width: 100%;
    text-align: center;
    color: #FFCA66;
    text-shadow: 1px 1px 1px #2c2c2c;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 28px;
    font-family: MetaPro-Light;
}

.banner-title span {
    color: #FFCA66;
    text-shadow: 1px 1px 1px #2c2c2c;
    font-size: 42px;
    text-transform: uppercase;
    padding-top: 90px;
    line-height: 45px;
    font-size: 46px;
    font-family: MetaPro-Medi;
}

.about img {
    width: 100%;
    height: 300px;
}

.about .left {
    width: 100%;
    height: 300px;
    padding-top: 20px;
}

.about {
    padding: 40px 0 50px 0;
    height: auto;
}

.about .right {
    width: 100%;
    padding-top: 80px;
}

.about .right p {
    font-size: 17px;
    font-family: MetaPro-Book;
    text-align: left;
    padding-top: 20px;
    padding-left: 0px;
}

.about-title {
    text-align: left;
    font-size: 26px;
    font-family: MetaPro-Medi;
    margin-top: 50px;
    padding-left: 0px;
}

.post-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.post-left {
    width: 100%;
}

.post-right {
    width: 100%;
    height: 250px;
}

.cont img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.column {
    width: 90%;
    height: auto;
    margin-top: 20px;
    /* -webkit-column-width: 200px;*/
    /* -moz-column-width: 200px;*/
    /* column-width: 300px;*/
    /* -webkit-column-count: 3;*/
    /* -moz-column-count: 3;*/
    /* column-count: 3;*/
    /* -webkit-column-gap: 30px;*/
    /* -moz-column-gap: 30px;*/
    /* column-gap: 30px;*/
    /* -webkit-column-rule: 1px solid #ccc;*/
    /* -moz-column-rule: 1px solid #ccc;*/
    /* column-rule: 1px solid #ccc; */
    /* position: absolute; */
    padding-left: 20px;
    position: relative;
}

.info {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    margin-top: 10%;
    margin-left: 0%;
    margin-bottom: 2%;
}

.box-eco {
    width: 100%;
    height: auto;
    background-color: #FFCA66;
}

iframe{
    width: 100%;
}

.box {
    width: 100%;
    height: auto;
    background-color: #FFCA66;
    margin-top: 15px;
}

}