.custom-section-widget{
  padding-left: 18px;
  padding-bottom: 18px;
  position: relative;
}

.custom-section-caption{
  background: #9C0000;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.791px;

display: inline-flex;
padding: 10px 15px;
flex-direction: column;
align-items: center;
}
.custom-section-caption strong {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 8px;


  color: #FFF;
font-family: "Open Sans";
font-size: 31.356px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.941px;
}
.custom-section-number{
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 41.808px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.254px;
}


@media only screen and (max-width: 960px) {
  .custom-section-caption {
  	font-size: 18px;
  	letter-spacing: 0.539px;
  }
  .custom-section-caption strong {
  	font-size: 21.385px;
  	letter-spacing: 0.642px;
  }
  .custom-section-number{
    font-size: 28.513px;
    letter-spacing: 0.855px;
  }
}
