@media only screen and (min-width: 1025px) {
.section__title {
    /* color: var(--primary-color); */
    font-size: 60px !important;
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.33em;
  }

}
