.arrow-down {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 32px solid white; }
  .arrow-down.bg-1 {
    border-top: 32px solid #F6F6F6; }

.title-section {
  height: 100px;
  display: flex;
  align-items: center; }
  .title-section.bg-1 {
    background: #F6F6F6; }
  .title-section.h-112 {
    height: 112px; }
  .title-section h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #444444; }

  .title-section  .bold{
font-weight: 700;
  }


    @media (min-width: 768px) {
      .title-section h2 {
        font-size: 25px; } }
    @media (min-width: 992px) {
      .title-section h2 {
        font-size: 28px; } }
    @media (min-width: 1450px) {
      .title-section h2 {
        font-size: 30px; } }
    .title-section h2 .text-light {
      font-weight: 300; }

.center-captcha {
  display: flex;
  justify-content: center; }
