.dlmtravelimg {
    width:100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; 
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    letter-spacing: 1px; 
    line-height: 30px;
    padding: 10%;
    background-color: rgb(247, 247, 247);
}
.dlmtravelimg h1{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.dlmtravelimg h2{
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}
.dlmtravelimg h3{
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
    margin-top:20px;
}
.dlmtravelimg article{
    width: 100%;
    height: 100%;
    text-align: left;
    /* margin-bottom: 20px; */
}
.dlmtravelimg p{
    font-size: 16px;
    text-indent: 20px;
}

.dlmtravelimg bold{
    font-weight: bold;
}

.dlmtravelimgcover {
    width:100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; 
    
}

.dlmtravelimgcoverart{
    width:50%;
    height:100%;

}
.dlmtravelimgcoverimg{
    width:50%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; 
   
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 40px;

}
.dlmtravelimgcoverimg img{
    width:100%;
    height:auto;
    object-fit: cover;
}

/* Article Style With Image Lıke News */

.articlewithimg{
    width:70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; 
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 1px; 
    line-height: 30px;
    /* padding: 20%; */
    padding: 40px;
    margin-left: 15%;  
}
.articlewithimg img {
    width:100%;
}
.articlewithimg a{
   color:darkblue;
   font-weight: 600;
}

.articlewithimg section{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; 
    margin-top: 4%;
    margin-bottom: 4%;
}

.articlewithimg p{
    width: 100%;
    text-indent: 40px;
    
}
.articlewithimg h2{
    width: 100% !important;
    text-align: center;
    font-size: 22px ;
    border:0px !important;
    margin-top: 2%;
    margin-bottom: 2%;
}

.articlewithimg h2:nth-child(1){
   border-bottom: 1px solid darkorange ;
}

.articlewithimg h3{
    width: 100% !important;
    text-align: left !important;
    font-size: 18px !important;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 600 !important;
}

.articlewithimg bold{
    font-weight: 600;
    text-decoration: underline;
    text-decoration: dotted;
}
.articlewithimg ul{
   padding-left: 30px;
}
.articlewithimg li{
    margin-bottom: 3px;
    list-style: disc;
}
.articlewithimg span{
    width:100% !important;
   
    margin-top: -3% !important;
    margin-bottom: 3% !important;
}

.articlewithimg span ul{
    width:100% ;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   flex-direction: row;
   font-size: 13px;
}
.indexfirsthead{
    font-size: 32px !important;
    font-family: 'Josefin', Arial, Helvetica, sans-serif;
    border: 0;
  
}
.trustarticle{
    width: 100%;
    margin-left: 0px;
}
@media only screen and (max-width: 768px) {
    .dlmtravelimgcover {
              flex-direction: column; 
    }
    .dlmtravelimgcoverart{
        width:100%;
        height:auto;
        margin-bottom: 20px;
       
    }
    .dlmtravelimgcoverimg{
        width: 100%;
        height:auto;
        margin-bottom: 20px;
    
       margin: 0px;
    }
    .dlmtravelimgcoverimg img{
        width: 100%;
        height:auto;
       
    }

    .dlmtravelimg h1{
        font-size: 20px ;
        text-align: center;
        margin-bottom: 20px;
    }
    .dlmtravelimg h2{
        font-size: 16px;
        text-align: left;
        margin-bottom: 15px;
    }
    .dlmtravelimg h3{
        font-size: 16px;
        text-align: left;
        margin-bottom: 15px;
    }
    .dlmtravelimg p{
        font-size: 14px;
    }

    

    .articlewithimg{
        width: 90%;
       padding: 10%;
       margin-left: 5%;
       font-size: 14px;
    }
    .articlewithimg p{
        text-indent: 15px;
     }
     .articlewithimg h3{
    
    font-size: 16px !important;
}
.trustarticle{
    width: 100%;
    margin-left: 0px;
}
}

@media only screen and (max-width: 640px){
    .articlewithimg span ul{
      align-items: flex-start;
       flex-direction: column;
    
    }
    .articlewithimg h2{
        font-size: 18px;
    }
  
}