@media only screen and (max-width: 768px){
    .navbar-brand::before {
        position: absolute;
        content: "";
        background: rgba(213, 213, 213, 0.6);
        height: 106px;
        width: 80px;
        left: 0;
        right: 0;
        margin: auto;
        top: -20px;
        border-radius: 0 0 50px 50px;
        z-index: -1;
    }
    .intro.presence h2 {
        font-size: 23px;
        font-weight: 600;
        text-align: center;
    }
    .team-member {
        width: 100%;
        float: left;
        text-align: left;
        border-right: 1px solid #ccc;
        padding: 0 20px;
        margin-top: 20px;
    }
    .team-member .name {
        color: #1aa935;
        margin-bottom: 10px;
        text-shadow: none;
    }
    .team-member p {
        color: #333;
    }
}
@media only screen and (max-width: 640px){
	body{
		font-size: 12px;
	}
	.intro {
    width:70%;
    margin: auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 20px;
    font-size: 13px;
    margin-top: 32px;
}
.intro h2 {
    font-size: 26px;
    margin-bottom: 7px;
    margin-top: 4px;
    text-shadow: 0 2px 1px #1aa935;
}
.img-grid .icon img {
    width: 50px;
    opacity: 0.5;
}
.process-list .img-grid .header {
    font-size: 10px;
}
.process-list{
	top: 26%;
}
.img-grid {
    width: 35%;
    display: inline-block;
    margin: 0 8px 12px;
}
.intro.presence {
    top: 14%;
}
.navbar-brand > img {
    display: block;
    margin: auto;
    width: 60px;
}
.intro.about-ca{

}
.navbar-brand {
    width: 100%;
    padding-top: 3px;
}
.innovation-process{
	width: 85%;
}
.why-suroop-info ul li{
	font-size: 12px;
	width: 100%;
	border:none;
	margin-bottom: 6px;
}
.why-suroop-info ul{
  padding: 0;
  margin:0;
  width: 80%;
}
.contact-info-address{
	padding-left: 0;
	border:none;
}
.contact-info-address li {

    margin-bottom: 8px;
    font-size: 12px;

}
#popup-with-something {

    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 93.25%;
    text-align: center;

}
#popup-with-something label{
	text-align: left;
}
.some-element {

    background: #fff;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    }
    .open-popup-link {

    font-size: 13px;
    color: #fff;
    background: #1aa935;
    padding: 5px 15px;

}
.why-suroop-info{
	margin-top: 20px;
	color: #333;
}
.innovation-process h2{
    font-size: 23px;
}
.process-list{
    width: 70%;
}
}