

.about-section h5 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 2em;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-section-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.about-section-div-actual {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    margin-top: -40px;
}

.about-section h1{
    margin-top: 10px;
    color: #000;
    font-size: 2rem;
}

.about-section-div-content {
    padding: 20px;
    background: #fff;
    z-index: 100000;
}

.about-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100000;
}

.about-section {
    margin-top: 40px;
    max-width: 800px;
}

.about-section h4 {
    color: #000;
    font-weight: 700;
    font-style: italic;
}

.about-section h4::after {
    content: "";
    width: 50px;
    height: 2.5px;
    display: block;
    margin-right: auto;
    margin-top: 10px;
    background: linear-gradient(89.96deg, #C51515 6.07%, rgba(197, 21, 21, 0) 104.84%);
}


.about-section p{
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.4em;
}

.about-section-intro-box {
    position: relative;
    display: grid;
    grid-gap: 40px;
}

.about-section-intro h2 {
    margin-top: 40px;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.about-section-intro h2:after {
    content: "";
    width: 100px;
    height: 2.5px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    background: linear-gradient(89.96deg, #C51515 6.07%, rgba(197, 21, 21, 0) 104.84%);
}

.about-section-intro img {
    max-width: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.div-history {
    content: "";
    position: absolute;
    width: 2.5px;
    height: 120%;
    background: rgba(0, 0, 0, .2);
    top: -10%;
}

.red-circle {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #C51515;
    border-radius: 50px;
    right: -3.5px;
}

.red-circle-end {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #C51515;
    border-radius: 50px;
    right: -3.5px;
    bottom: 0;
}

@media only screen and (max-width:750px) {
    .about-section-div {
        grid-template-columns: 1fr ;
    }

    .about-section h5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}