.entry-content>p:last-of-type{
  margin-bottom: 40px!important;
}
.fs_wrapper.aos_columns_wrapper{
  padding: 50px 0;
}
.fs_wrapper.aos_columns_wrapper h3{
  font-size: 36px;
  font-weight: bold;
  font-family: 'TradeGothic_Bold';
}
.fs_wrapper.aos_columns_wrapper>div>h3{
  text-align: left;
}
.fs_wrapper.aos_columns_wrapper .aos_program_list:not(:first-child){
  border-top: solid 2px #000;
}
.fs_wrapper.aos_columns_wrapper .aos_program_list{
  display: grid;
  grid-template-columns: 33% 66%;
  padding: 50px 0;
}
.aos_program_list-column-left h3{
  color: #003B5D;
  margin-bottom: 0;
}
.aos_program_list-column-left p{
margin-top: 0;
}
.aos_program_list-column-right{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 20px;
}
.aos_program_list-column-right .program_button{
  border-radius: 25px;
  border: solid 1px #003B5D;
  background: #fff;
  background-size: 50px;
  display: flex;
  padding: 20px;
  min-height: 85px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none; 
}
.aos_program_list-column-right span{
  min-width: 50px;
  min-height: 50px;
  background: url("/images/arrows-1.png") no-repeat right center;
	
	}
.aos_program_list-column-right p{
  color:#000;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
}

.entry-content>p{
  margin-top: 1.3em!important;
}




@media only screen and (max-width:999px) {
  .fs_wrapper.aos_columns_wrapper {
    padding: 50px 20px 10px;
}

  .fs_wrapper.aos_columns_wrapper .aos_program_list {
    grid-template-columns: 1fr;
    padding: 40px 0;
    margin-top: 50px;
  }

  .aos_program_list-column-right {
    grid-template-columns: 1fr;
    margin-top: 20px;
}
.site>h2{
  padding: 0 10px;
  font-size: 30px;
}
.subhero_column_left {
  padding-right: 0;
}
.fs_wrapper.aos_columns_wrapper>div>h3 {
  margin: 0 0 36px;
  font-size: 30px;
}

}