.section1 .text1 h2{
  font-size: 3.5rem;
  color: #bf1e2e;
  font-weight: 600;
}

.section1 .text1 h3{
  font-size: 3rem;
  font-weight: 400;
  color: #1b4472;
}

.section1 .text1 ul,
.section1 .text1 li{
  margin-left: 0;
}

.section1 .text1 h4{
  font-weight: 600;
  color: #1b4472;
}

.section1 .text1 p,
.section1 .text1 li{
  color: #1b4472;
  font-size: 1.6rem;
  font-weight: 400;
  list-style-position: inside;
}

.section1 .text1 a{
  transition: 0.3s all;
  color: #1b4472;
}

.section1 .text1 a:hover{
  color: #bf1e2e;
}

.section1 .text1 strong{
  color: #1b4472 !important;
}
