
/*** o nas ***/

.aboutUs__section{
    flex-direction: column;
	padding-top: 3rem;
    padding-bottom: 6rem;
}
.aboutUs__section h2 {
   font-family: 'Quicksand', sans-serif;	
}
.k_baner_onas{
    height: 55vh;
    width: 100%;
    background-image: url(../img/o_nas/baner_onas.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
	
}

.aboutUs__box{
    max-width: 50rem;
}

.areaHeader__content h1 {
font-family: 'Quicksand', sans-serif !important;	
}	

.aboutUs__img{
    background-image: url(../img/o_nas/team_onas.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutUs__holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0rem 0 4rem 0;
}
.aboutUs__containerbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18rem;
    text-align: center;
    justify-content: space-between;
}
.aboutUs__grabber{
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.aboutUs__grabber p {
		   font-family: 'Quicksand', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	
	}
.aboutUs__containerimg{
    background-image: url(../img/placeholder.webp);
    width: 100%;
    height: 11rem;
    width: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutUs__containerbox {
	  box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
border-radius: 0.5vw;	
margin: 1vw;
padding: 1.5vw;
}




.symf_area--doubleSection{
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    
    }
    .symf_area--sectionGrabber{
        display: flex;
        align-items: stretch;
        width: 100%;
    
    }
    .symf_area--sectionContentSide, .symf_area--sectionImgSide{
        width:50%;
        display: flex;
        justify-content: center;
        
    }
    .symf_area--sectionContentSide{
        flex-direction: column;
        padding: 4rem 0;
        max-width: 70rem;
        margin: 0 auto;
        width: 100%;
        padding-top: 8rem;
    }
    .symf_area--sectionContentSideTitle{
        color: var(--main-color);
        font-size: 3vw;
        line-height: 3.2vw;
        font-weight: 500;
    }
    .symf_area--sectionContentSideSubTitle{
        font-weight: 600;
        margin: 0 2rem;
        margin-bottom: 2rem;
        color: var(--main-color);
        font-family: 'Quicksand', sans-serif;
        
    }
    .symf_area--sectionContentSideDesc{
        margin: 1rem 2rem;
    }

    .contactSection{
        flex-direction: column;
    }
    .contactSection h1{
        font-weight: 300;
        color: var(--main-color);
    }
    .contactSection span{
        font-size: 1.1rem;
        margin: .5rem;
        color: rgba(0,0,0,.6);
    }
    .contactSection p{
        font-size: 1.1rem;
        margin: .5rem;
        color: rgba(0,0,0,.6);
    }
    .contactSection p:first-of-type{
        margin-top: 3rem;
    }
    .contactSection p:last-of-type{
        margin-bottom: 5rem;
    }
    .contactSection .k_fb, .contactSection .k_ins{
        color: rgba(0,0,0,.4);
        border: .15rem solid rgba(0,0,0,.4);
    }
    .contactSection div{
        width: 7rem;
        display: flex;
        justify-content: space-between;
    }
    .contactSection a{
        margin: 0;
        text-decoration: none;
        color: rgba(0,0,0,.6);
    }
    .li_h3_cont{
        margin: .5rem;
        margin-top: 3rem;
    }
    .social_icons{
        margin-top: 4rem;
    }
    @media only screen and (max-width: 600px){
        .symf_area--sectionGrabber{
            flex-direction: column;
        }
        .symf_area--sectionContentSide, .symf_area--sectionImgSide{
            width: 100%;
        }
        .symf_area--sectionImgSide.aboutUs__img{
            height: 40vh;
        }
    }