.alsman-case-read-block {
  padding-top: 25px;
}
.alsman-case-read-block .back {
  margin-bottom: 50px;
}
.alsman-case-read-block .back a {
  color: var(--title-text-color);
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.alsman-case-read-block .top {
  margin-bottom: 80px;
}

.alsman-case-read-block .top img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.alsman-case-read-block .title {
  margin-bottom: 10px;
  font-size:clamp(24px, 3.15vw, 60px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--title-text-color);
  text-align: center;
}
.alsman-case-read-block .top .desc {
  margin-bottom: 60px;
  color: var(--text-color);
  line-height: 1.7;
  font-size: 20px;
  text-align: center;
}

.alsman-case-read-block .content {
  font-family: var(--font-family, Arial, sans-serif);
}

.alsman-case-read-block .row.center{align-items:center;}


.alsman-case-read-block .sub_title {
  font-size:clamp(22px, 2.5vw, 48px);
  font-weight: 700;line-height:1;
  margin-bottom: 15px;
  color: var(--title-text-color);
}

.alsman-case-read-block .desc {
  font-size: 20px;
  color: var(--text-color);
  line-height: 1.7;
}

.alsman-case-read-block .btn {
  margin:40px 0;
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 16px 32px;
  border-radius: var(--button-radius);
  text-decoration: none;
  transition: background 0.2s;
  text-align: center;
}

.alsman-case-read-block .btn:hover {
  background: var(--btn-hover);
  color: #fff;
}

.alsman-case-read-block .fix-wh {
  width: 100%;
  height: auto;
  border-radius: var(--button-radius); 
  object-fit: cover;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.alsman-case-read-block .bottom .sub_title {
  text-align: center;
}
.alsman-case-read-block .bottom {
  background: #F8F8F8;
  padding: 60px 0 40px 0;
  margin-top: 60px;
  text-align: center;
}

.alsman-case-read-block .bottom .sub_title {
  font-size:clamp(22px, 2.5vw, 48px);
  font-weight: 700;
  color: var(--title-text-color);
}

.alsman-case-read-block .bottom ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.alsman-case-read-block .bottom ul li{width:48%;}


.alsman-case-read-block .bottom .row {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.alsman-case-read-block .bottom .col-lg-6 {
  flex: 1 1 0;
  min-width: 0;
}

.alsman-case-read-block .bottom .bottom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  color: inherit;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: var(--button-radius);
  transition: none;
}

.alsman-case-read-block .bottom .bottom-btn img {
  width: 100%;aspect-ratio: 1.09 / 1;
  object-fit: cover;
  border-radius: var(--button-radius);
  margin-bottom: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.alsman-case-read-block .bottom .bottom-btn h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  text-align: center;
}




@media (max-width:1441px){
.alsman-case-read-block .top{margin-bottom:60px;}
.alsman-case-read-block .bottom .bottom-btn img{height: 505px;}
.alsman-case-read-block .top .desc {margin-bottom:50px;font-size:18px;} 
.alsman-case-read-block .desc{font-size:18px;}
.alsman-case-read-block .btn{font-size:18px;padding:15px 32px;}
}

@media (max-width: 1280px){
.alsman-case-read-block .bottom .bottom-btn img{height:478px;}
.alsman-case-read-block .top{margin-bottom:50px;}
.alsman-case-read-block .top .desc {margin-bottom:40px;font-size:17px;} 
.alsman-case-read-block .desc{font-size:17px;}
.alsman-case-read-block .btn{font-size:17px;}

.alsman-case-read-block .btn{margin:30px 0;}

}

@media (max-width: 1200px){
  .alsman-case-read-block .bottom .bottom-btn img{
    height: 410px;
  }
}


@media (max-width: 991px) {
  .alsman-case-read-block .row.center,
  .alsman-case-read-block .bottom .row {
    flex-direction: column;
    gap: 24px;
  }
  .alsman-case-read-block .bottom .bottom-btn img {
    height: auto;
  }
}


@media screen and (max-width:768px){
.alsman-case-read-block .back{margin-bottom:30px;}
.alsman-case-read-block {
    padding-top: 10px;
  }
.alsman-case-read-block .top{margin-bottom:40px;}
.alsman-case-read-block .top .desc{margin-bottom:30px;font-size:16px;} 
.alsman-case-read-block .desc{font-size:16px;}

.alsman-case-read-block .btn{font-size:16px;padding:12px 25px;margin:20px 0;}

.alsman-case-read-block .bottom{padding:30px 0 20px;margin-top:30px;}

}

@media screen and (max-width:576px) {
.alsman-case-read-block .top .desc{font-size:15px;} 
.alsman-case-read-block .desc{font-size:15px;}
.alsman-case-read-block .btn{font-size:15px;}  
}

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

.alsman-case-read-block .back a{font-size:16px;}

.alsman-case-read-block .top{margin-bottom:30px;}

.alsman-case-read-block .top .desc{margin-bottom:20px;font-size:14px;} 
.alsman-case-read-block .desc{font-size:14px;}
.alsman-case-read-block .btn{font-size:14px;font-size:16px;padding:8px 20px;}  


}	







