
/* Ensures consistent alignment and responsiveness */
.content {
    padding: 40px 20px;
}


 #fs-2{
    text-align: justify;
    color: #072c4f
}

/* Responsive image styling */
.img-fluid {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* Better spacing for mobile screens */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }
    
    .col-md-6 {
        margin-bottom: 20px;
    }
}



