@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: PFSquareSansPro-Bold;  
    color: #0d0e25;
    padding: 5px;
    text-transform: uppercase;
}

header {
    height: auto;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.header__btn {
    font-family: PFSquareSansPro-Regular;
    font-weight: 900;
    padding: 20px 0 0 0px;
    color: #000;
    background: url(img/instagram.svg) left;
    background-size: 20px;
    background-position: left 2px top 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.header__btn3 {
    font-family: PFSquareSansPro-Regular;
    font-weight: 900;
    padding: 20px 0 0 30px;
    color: #000;
    background: url(img/phone-call.svg) left;
    background-size: 20px;
    background-position: left 2px top 37px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.header__but {
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
    background: #aad348;
    width: 180px !important;
    text-align: center;
    font-family: PFSquareSansPro-Regular;
    cursor: pointer;
    margin-left: 0px;
    font-size: 15px;
}

.div__menu{
    display: none;
}

.banner__text {
    width: 100%;
    height: auto;
    font-family: PFSquareSansPro-Regular;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0 10px 0;
}

.banner__text h1 {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    font-size: 26px !important;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0 0 0px;
    font-family: PFSquareSansPro-Bold;
}

.blog_item {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 20px;
}

.loft-left {
    width: 100%;
    font-size: 18px;
    text-align: left;
    font-weight: 100;
    font-family: PFSquareSansPro-Regular;
}

.loft-right {
    width: 100%;
}

.loft-right img {
    width: 100%;
    position: relative;
    top: 10px;
}

.partner_item {
    width: 100%;
    margin-top: 30px;
}

}