/* Add this CSS to your existing stylesheet or create a new one */

.about_section {
    padding: 50px 0;
}

.detail-box {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

.heading_container {
    text-align: center;
    margin-bottom: 30px;
}

form {
    max-width: 400px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}
.btn_sn{
    width: 100%;
    text-align: center;
}


.contact_h2{
    width: 100%;
    text-align: center;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

.btnsm {
    background-color: #646e43;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.btnsm:hover {
    background-color: #353b23;
}

.row2 {
    /* centre all the items */
    align-items: center !important;

}

.container2 {
    align-items: center !important;

}