.heading-large{
  line-height: 1.2;
  font-size: 46px;
}
.heading-large-sub{
  line-height: 1.5;
  font-size: 17px;
}
.text-span-9{
  text-align: left;
}
.hero-paragraph-pc{
  font-size: 16px;
}
.section-2{
  max-height: 800px !important;
  background-image: linear-gradient(270deg, transparent 27%, #251408), url(../images/hero-shakehands-1920-1080_2606.jpg);
}
.image-box-paragraph{
  font-size: 24px;
  line-height: 30px;
}
.div-image-box{
  gap: 40px;
}
.div-image {
  position: static;
  width: 300px;
  height: 300px;
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/photo-of-people-talking-to-each-other-3182765_2606.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/photo-of-people-talking-to-each-other-3182765_2606.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}
.div-image-2 {
  position: static;
  width: 300px;
  height: 300px;
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/pexels-fauxels-3182759_2606.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/pexels-fauxels-3182759_2606.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.div-image-3 {
  position: static;
  width: 300px;
  height: 300px;
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/pexels-andrea-piacquadio-3756678_2606.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/pexels-andrea-piacquadio-3756678_2606.jpg');
  background-position: 0px 0px, 60% 80%;
  background-size: auto, cover;
}

.speakers-photo{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 200px;
  margin-inline: auto;
}

.button-2{
  display: block !important;
  margin: 0 auto;
}
.section-box-shadow{
  padding: 60px 30px;
}
.box-paragraph-copy{
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.div-box{
  width: 50%;
}

.programs{
  display: flex;
}
.programs_blank{
  width: 18%;
}
.programs h4{
  display: flex;
  flex: 1;
}
.programs h4 .programs-number{
  color: #11244d;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 24px;
  flex: 0.2;
  line-height: 1.3;
  width: 160px;
}
.programs h4 .programs-number2{
  width: 160px;
}
.programs h4 .programs-title{
  color: #c70700;
  font-size: 30px;
  flex: 1;
  line-height: 1.3;
}
.programs h4 .programs-title-sub{
  color: #11244d;
  font-size: 26px;
}
.p-column-copy{
  padding-right: 0;
  padding-left: 0;
}


@media screen and (max-width: 767px) {
  .heading-large{
    line-height: 1.2;
  }
  .text-span-9{
    font-size: 16px;
    padding: 10px 20px;
  }
  .div-box{
    width: 100%;
  }
  .programs h4{
    flex-flow: column;
    align-items: center;
  }
  .programs h4 .programs-number{
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .programs h4 .programs-title{
    font-size: 20px;
    text-align: center;
  }
  .programs h4 .programs-title-sub{
    font-size: 16px;
  }
  .p-column-copy{
    padding-top:20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 479px) {
  .header-title{
    padding-top: 20px;
  }
  .text-span-9{
    font-size: 13px;
    padding: 10px 20px;
  }
  .heading-large{
    
    font-size: 20px;
    line-height: 1.2;
  }
  .div-box{
    width: 100%;
  }
  .programs h4{
    flex-flow: column;
    align-items: center;
  }
  .programs h4 .programs-number{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .programs h4 .programs-title{
    font-size: 20px;
    text-align: center;
  }
  .programs h4 .programs-title-sub{
    font-size: 16px;
  }
  .p-column-copy{
    padding-top:20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-image {
    width: 80%;
    height: 80%;
  }
  .div-image-2{
    width: 80%;
    height: 80%;
  }
  .div-image-3{
    width: 80%;
    height: 80%;
  }
  .image-box-paragraph{
    padding-bottom: 126px;
  }
}