.tf-btn.primary {
    background-color: #e8b727;
    color: #ffffff;
    border-color: #e8b727;
}


@media (min-width: 1200px) {
    .title-large {
        font-size: 70px;
        line-height: 75px;
        font-weight: 800;
    }

}


@media only screen and (max-width: 991px) {
    .title-large {
        font-size: 30px;
        line-height: 35px;
    }
}

.about-top {
    background-image: url('/images/slider/slider-about.png'); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
}

/* For mobile screens */
@media (max-width: 768px) {
  .about-top {
    /* Move background 20% to the right while keeping it vertically centered */
    background-position: 30% center;
  }
}
