.san-small-banner {
  width: 100%;
  aspect-ratio: 3.84 / 1;
  overflow: hidden;background-size: cover;
  background-position: center center;
}

.san-small-banner .ban-txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.san-small-banner .ban-txt .red-title{
  color:#DC353B;
  font-size:clamp(14px, 1.25vw, 24px);
  line-height:1;
}

.san-small-banner .ban-txt .title {
	font-size: clamp(24px, 3vw, 60px);
	color: #fff;font-weight:700;
	line-height: 1;
	margin: 15px 0;
}

.san-small-banner .ban-txt p{margin:0;font-size:18px;color:#fff;line-height:1.5;}



@media screen and (max-width:1441px) {
.san-small-banner .ban-txt p{font-size:17px;}
}

@media screen and (max-width:1280px) {
.san-small-banner .ban-txt p{font-size:16px;}
}

@media screen and (max-width:960px) {

  .san-small-banner .ban-txt .title {
    width: 100%
  }

  .san-small-banner .ban-txt .title p {
    line-height: 24px;
    font-size: 15px
  }

}


@media screen and (max-width:768px) {
.san-small-banner{aspect-ratio:2.5 / 1;}
.san-small-banner .ban-txt p{font-size:15px;}
}

@media screen and (max-width:480px) {
.san-small-banner .ban-txt .title{margin:10px 0;}
.san-small-banner .ban-txt p{font-size:14px;}
}





