/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-custom-title {
  margin-top: 73px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-custom-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3b434a;
  position: relative;
  z-index: 2;
}
.section-custom-title span {
  position: absolute;
  top: 30px;
  color: #eef0f2;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-custom-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size:16px;
}
@media (max-width: 575px) {
    /*section{
        margin-top:-150px;
    }*/
  .section-custom-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-custom-title span {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
	.about .content ul{
		display:block;
	}
	.about .content ul li{
		padding-right:0px;
	}
	.about-aisac .content ul {
    display:block;
}
}
@media (min-width: 900px) {
.about-aisac .content ul {
    display:flex;
}
.about-aisac  .content ul li {
	padding-right:10px;
}
.about .content ul{
	display: -webkit-inline-box;
	}
.about .content ul li{
		padding-right:10px;
	}
}
.info{
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
 .bq-table th{
    background-color: #da243d !important;
    color: #fff;
    padding: 0.3rem 0.5rem !important;
    font-size: 13px !important;
    text-shadow: none !important;
    font-weight: normal;
    text-transform: uppercase !important;
}

.bq-table td{
    padding: 0.2rem 0.5rem !important;
    font-size: 12px !important;
}
.table-bordered th, .table-bordered td {
      border-width: 0px !important;
    }
    .fs-12{
        font-size:12px;
    }
        .fs-13{
        font-size:13px;
    }
  