#testimonails p {
    text-align: left;
    font-size: 16px;
    color: #333;
    width: 60%;
    margin: 0 auto;
    line-height: 1.8;
    padding-left: 0%;
        
}
.heading-content{
    padding-top: 20px;
}
#testimonails .img1{
    display: block;
    margin: 20px auto;
    max-width: 60%;   
    width: 100%;      
    height: auto;
    object-fit: contain;
}
#testimonails h1 {
    text-align: left;
    padding-left: 20%; 
    margin: 0;
}
#testimonails hr {
    border: none;
    border-top: 2px dashed #fa980573;
    width: 60%;
    margin: 0 auto;    
    transition: width 0.3s ease;
    margin-top: 10px;
}
.bottom-footer {
    text-align: center;
}

.main-footer .row {
    display: flex;
    justify-content: center;
}

.centered-footer {
    text-align: center;
}