/* compress: true */
/* main: style.css */

.descr-suptitle {
  font-size: 24px;
  padding: 90px 0 10px;
}
.img-area .img-header {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin-bottom: 10px;
  margin-left: 20px;
  width: auto;
}

.img-content {
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
margin-bottom: 20px;
margin-left: 20px;
width: auto;
marg
}

.main-section {
  margin-top: -75px;
}

.about-border {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 2px dashed #5FE2CA;
  padding: 20px;
  font-weight: 700;
  color: #213F55;
}

.flexbox {
  display: flex;
  justify-content: space-between;
margin: 20px 0;
flex-wrap: wrap;}

.flexbox a {
  position: relative;
  width: 19%;
  margin: 5px 0;
  text-decoration: none;
  color: black;
}



.flexbox a:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: -42%;
left: 42%;

background: rgba(245, 252, 224, 0) url(../images/yes.jpg) center/20% 20% no-repeat;
 
z-index: 2;
}

.flexboxnone {
  display: flex;
  justify-content: space-between;
margin: 20px 0;
flex-wrap: wrap;}

.flexboxnone a {
  position: relative;
  width: 23%;
  margin: 5px 0;
  text-decoration: none;
  color: black;
}
.flexboxnone a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -42%;
  left: 42%;
  
  background: rgba(245, 252, 224, 0) url(../images/no.jpg) center/20% 20% no-repeat;
   
  z-index: 2;
  }

  .linkq {
    color: #f99d1c;
    font-weight: 700;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    transition: 0.2s all;}
    
    .linkq:hover {
      color: #ffb44b;
      text-decoration: none;   
    }
    .qqq:hover {
      color: #66c7ff;
    }

@media (max-width: 991px) {
.col-md-6 {
    flex: 0 0 50%;
    max-width: 51%;
    left: 25%;
}

.img-area {
  margin: 0;
}

.img-area .img-header {
  margin: 20px;
  margin-left: -65px;
}
}

@media (max-width: 767px) {

  .img-area .img-header {
  margin: 20px;
  margin-left: -80px;
}
.img-area {
  margin: 0;
}
}