﻿.About {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main {
    width: 80%;
}
.about-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 2em;
}
}
.h1 {
    color: #d98400;
}

p {
    font-size: 1.5rem;
    text-align: justify;
    margin-top: 1em;
    color: gray
}

.aboutDiscript h2 {
    text-align: start;
    color: #d98400;
    font-weight: 600;
}

.aboutDiscript ul {
    display: grid;
    gap: 12px;
}

.aboutDiscript li {
    font-size: 1.2rem;
    color: gray;
    font-family: 'Hind Madurai';
}

.aboutDiscript strong {
    color: #d98400;
    font-family: monospace;
}
.end {
    display: flex;
    align-items: center;
    justify-content: center;
}
.end p {
    font-size: 1rem;
  
}
.copyRight {
    display: flex;
    margin: 0;
    padding: 10px;
    background: #cfcfcf;
    border-top: 3px solid #b4b4b4;
    justify-content: space-around;
}

    .copyRight p {
        font-size: 0.9rem;
        margin: 0;
        color: gray;
    }