.listTitle {
    width: 100%;
    min-height: 55px;
    background-color: #fff1e6;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    position: relative;
    color: #33302e;
    font-weight: 700;
    letter-spacing: 2px;
}

.separator--dotted {
    background-image: radial-gradient(#212121 20%, transparent 0);
    background-position: 0 0;
    background-size: 3px 3px;
    height: 9px;
    width: 100%;
    position: absolute;
    top: 0px;
}
.listLiTxt p:nth-child(1) {
    color: #990f3d;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0px;
}

.listLiTxt p:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 10px 0px;
}

.listLiTxt p:nth-child(3) {
    color: gray;
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.listOne,
.listTwo,
.listThree {
    height: auto;
}

.listOne .listLiBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listOne .listLi{
    width: 31.5%;
    height: auto;
    margin: 20px 0px;
    /* border: 1px solid; */
}
.listOne .listLi img{
    width: 100%;
    height: 200px;
}
.listOne .listLi:nth-child(4),.listOne .listLi:nth-child(10),.listOne .listLi:nth-child(14){
    width: 65.5%;
    height: auto;
    padding-bottom: 10px;
}

.listOne .listLi:nth-child(4) img,.listOne .listLi:nth-child(10) img,.listOne .listLi:nth-child(14) img{
    width: 100%;
    height: 400px;
}

.listOne .listLi:nth-child(5),.listOne .listLi:nth-child(9),.listOne .listLi:nth-child(15){
    width: 31.5%;
    height: auto;
    padding-bottom: 10px;
    
}
.listOne .listLi:nth-child(5) img,.listOne .listLi:nth-child(9) img,.listOne .listLi:nth-child(15) img{
    width: 100%;
    height: 400px;
} 






/* listTwo */
.listTwo .listLiBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.listTwo .listLiBox .listLi {
    width: calc((100% - 60px)/4); 
    height: auto;
    box-shadow: 0px 0px 5px 0px gray;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 20px 20px 10px 0px;
}

.listTwo .listLi:nth-of-type(4n){
    margin-right: 0px;
}

.listTwo .listLiImg {
    width: 100%;
    height: 200px;
    
}

.listTwo .listLiImg img {
    width: 100%;
    height: 100%;
}

.listTwo .listLiTxt {
    width: 90%;
    margin: auto;
}

.listLiTxt p:nth-child(1) {
    color: #990f3d;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0px;
}

.listLiTxt p:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 10px 0px;
}

.listLiTxt p:nth-child(3) {
    color: gray;
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}



/* listThree */
.listLiBox{
    width: 100%;
    height: auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.listThree .listLi{
    width: calc((100% - 60px)/3);
    height: auto;
    padding: 10px 0px;
    margin: 10px 30px 10px 0px;
}
.listThree .listLi:nth-of-type(3n){
    margin-right: 0px;
}
.listThree .listLiImg{
    width: 100%;
    height: 245px;
    
}
.listThree .listLiImg img{
    width: 100%;
    height: 100%;
}
.listThree .listLiTxt p:nth-child(3){
    text-transform: uppercase;
    background-color: #01063d;
    color: #fff;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 10px 0px;
}


@media screen and (max-width:960px) {
    .listOne .listLi{
        width: 100%;
        margin: 10px 0px;
      }
      .listOne .listLi:nth-child(4), .listOne .listLi:nth-child(10), .listOne .listLi:nth-child(14){
        width: 100%;
      }
      .listOne .listLi:nth-child(4) img, .listOne .listLi:nth-child(10) img, .listOne .listLi:nth-child(14) img{
        height: 200px;
      }
      .listOne .listLi:nth-child(5) img, .listOne .listLi:nth-child(9) img, .listOne .listLi:nth-child(15) img{
        height: 200px;
      }
      .listOne .listLi:nth-child(5), .listOne .listLi:nth-child(9), .listOne .listLi:nth-child(15){
        width: 100%;
      }
      .listTwo .listLiBox .listLi{
        width: 100%;
        margin: 10px 0px;
      }
      .listThree .listLi{
        width: 100%;
        margin: 5px 0px;
      }
      .listTitle{
       margin: 0px;
      }
}