/*(+about)*/
.about-fluid {
  margin-bottom: 3.125rem;
}
.about-row-1 {
  margin-top: 1.875rem;
}
/* .about-image .img-fluid {
  max-height: 29.38rem;
} */
.about-row-2 {
  position: relative;
  margin: 0 auto;
}
.about-text {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  background-color: #fff;
}
.about-text .about-text-text {
  font-family: 'GoogleSans-Regular';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #495057;
}
/*(+media-query)*/
/*+col (extra small)*/
@media only screen and (min-width: 320px){
  .about-image {
    padding-right: 0;
    padding-left: 0;
  }
  .about-image .img-fluid {
    /* min-width: initial; */
    min-height: 14rem;
    border-radius: 0;
  }
  .about-row-2 {
    top: -2rem;
  }
  .about-text .about-text-text {
    padding: 1rem .5rem;
    font-size: 1rem;
  }
}
/*+col-sm (small)*/
@media only screen and (min-width: 576px){
  .about-image .img-fluid {
    border-radius: 20px;
  }
}
/*+col-md (medium)*/
@media only screen and (min-width: 768px){
  .about-image {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-row-2 {
    top: -4rem;
    max-width: 40rem;
  }
  .about-text .about-text-text {
    font-size: 1.25rem;
  }
}
/*+col-lg (large)*/
@media only screen and (min-width: 992px){
/*   .about-image .img-fluid {
  min-width: 58rem;
} */
  .about-row-2 {
    max-width: 56rem;
  }
  .about-text .about-text-text {
    padding: 3.125rem 1.875rem;
  }
}
/*+col-xl (extra large)*/
@media only screen and (min-width: 1200px){
/*   .about-image .img-fluid {
  min-width: 69.38rem;
} */
  .about-row-2 {
    max-width: 68rem;
  }
}
@media only screen and (min-width: 2560px){
  .container {
    width:1520px;
  }
}