body.page-id-456 #page {background-image: url(/wp-content/themes/oxton-astra-child-theme/assets/img/bg_aboutus.png);}
body.page-id-456 #page #content:after {display:none;}
body.page-id-603 #page {background-image: url(/wp-content/themes/oxton-astra-child-theme/assets/img/bg_aboutus.png);}
body.page-id-603 #page #content:after {display:none;}
.double-border-box {
  	background: transparent;
    border: 1px solid #fff;
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 1);
    border-radius: 30px!important;
    position: relative;
}
.double-border-box::after {
   content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 26px;
    z-index: 0;
}
.double-border-box > div {
	 z-index: 1;
    position: relative;
}
.picture_sanora {
    box-shadow: 0px 0px 4px 1px #FFFFFF!important;
    border: 1px solid #fff!important;
    padding: 4px!important;
    border-radius: 40px!important;
}
.picture_sanora img {
    border-radius: 37px!important;
    filter: brightness(1.15) contrast(1.1);
    background-color: #fff;
    opacity: .9;
    filter: brightness(1.2) contrast(0.95) saturate(1.1) blur(0.3px);
}
@media (max-width:1024px) {
.picture_sanora {
	max-width: 400px!important;
	}
}
@media (max-width:768px) {
.picture_sanora {
	max-width: 280px!important;
	}
}