.banner.banner4 a {
    background: url(../images/banner4.png) no-repeat center;
    background-size: auto 500px;
}

h1.title {
    background-image: url(../images/italk.png);
    margin: 50px 0;
    padding: 0 0 40px;
}
h1.title.title1{
    background-image: url(../images/craftsman.png);
    margin: 50px 0;
    padding: 0 0 40px;
}



body {
    background: url(../images/bg.png) no-repeat center top;
}

.italk .new-activity {
    margin-top: 30px;
    background-color: rgb(244, 244, 244);
    box-shadow: 3.441px 4.915px 8.1px 0.9px rgba(103, 103, 103, 0.14);
}

.recenta {
    background-color: rgb(230, 242, 255);
    box-shadow: 3.441px 4.915px 8.1px 0.9px rgba(103, 103, 103, 0.14);
    padding-top: 50px;
}

.recent-activity-list {
    margin-top: 30px;
    flex-wrap: wrap;
}

.recent-activity-list-item {
    display: block;
    margin-right: 29px;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.414px 1.414px 11.57px 1.43px rgba(0, 27, 144, 0.4);
box-sizing: border-box;
padding:12px ;
    width: 314px;
    height: 337px;

}

.recent-activity-list-item:nth-child(3n-3) {
    margin-right: 0;
}
.recent-activity-list-item img{
    display: block;
   height:165px ;
width: 290px;
}
.recent-activity-list-item p.location{
    
        font-size: 14px;
        font-family: "SourceHanSansCNVF";
        color: rgb(104, 104, 104);
        line-height: 28px;
        text-align: left;
        margin-top: 6px;
}
.recent-activity-list-item h6{
    
   padding-left: 7px;
    font-size: 18px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
  line-height: 18px;
  border-left: 3px solid  rgb(0, 150, 255);
  margin-bottom: 24px;
  position: relative;
}
.recent-activity-list-item h6::after{
    
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom:-16px;
    background: url(../images/circle-line.png) no-repeat center left;
    height: 6px;
    width: 100%;

 }
 .recent-activity-list-item p.intr{
    
    
        font-size: 12px;
        font-family: "SourceHanSansCNVF";
        color: rgb(111, 111, 111);
        line-height: 18px;
      
}

@media screen and (max-width:600px) {

  body  .recent-activity-list-item {
        display: block;
        margin:  0 auto 10px;
    padding:12px ;
        width: 95%;
        height: auto;
    
    }
    .recent-activity-list-item img {
        display: block;
        height: auto;
        width: 100%;
    }
    .recent-activity-list-item h6::after {
        background-size: cover;
    }
    .recent-activity-list-item:nth-child(3n-3) {
        margin:  0 auto 10px;
    }
}