


html, body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  display: none;
}
.page {
  width: 100%;
  min-width: 1440px;
  height: 100%;
}

.space {
  flex-grow: 1;
}



.page .tabs {
  width: 100%;
  background-color: #fff;

}
.page .tabs .tabs-wrapper {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page .tabs .tabs-wrapper .tab {
  width: 352px;
  height: 80px;
  background-color: #DDE8F3;
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .tabs .tabs-wrapper .tab.active {
  background-color: #105DAA;
  color: #fff;
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 24px;
}
.page .about {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 120px;
  background-image: url("../static/123.png");
  background-size: 100% 100%;
}
.page .about .content {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
      padding: 0 10%;
}
.back{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 10%;
    font-size: 26px;
    font-weight: bold;
        color: #105DAA;
}
.page .about .content .info {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  /* gap: 30px; */
  width: 100%;
}
.page .about .content .info .title {
  font-size: 40px;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page .about .content .info .title::first-letter {
  font-size: 80px;
  color: #105DAA;
  font-weight: 600;
}
.page .about .content .info .sub-title {
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.page .about .content .info .desc + .sub-title {
  margin-top: 30px;
}
.page .about .content .info .desc video{
    max-width:50% !important;
}

.page .about .content .info .desc {
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
}
.page .about .content .info .desc p{
      line-height: 30px;
}
.page .about .content .info .desc span {
  font-weight: 600;
}

.page .about .content .info .box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.page .about .content .info .box a {
  color: #0E4C92;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}
.page .about .content .info .box span {
  color: #333333;
  font-size: 16px;
  position:relative;
  display: inline-block;
  padding-left:40px;
}
.page .about .content .info .box span::before{
  content:''; 
  position:absolute;
  width:25px;
  height:25px;
  background:url('../static/pdf.png') no-repeat;
  background-size:cover;
  left:0;
  top:2px;
}
.morebtn{
        font-family: Source Sans Pro, Source Sans Pro;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #105DAA;
    text-align: right;
    padding-right: 100px;
}