

.history-section img {
    width: 100%;
}

.history-container {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 100px;
}

.history-container p {
    font-size: .825em;
}

.history-container h4 {
    font-weight: bold;
}

.history-container h4 span {
    font-weight: lighter;
    color: #EA2425;
}


.about-subtitle {
    font-weight: bold;
    font-size: small;
    margin-bottom: 0;
}

.about-title {
    color: #EA2425;
}

.mission-vision-section img {
    width: 100%;
}

.mission-vision-container {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 100px;
}
.mission-vision-container p {
    font-size: .825em;
}


.team-section {
    padding: 70px 10px;
}
.team-container {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-section p {
    margin: 0;
}

.team-image {
    margin-bottom: 13px;
    box-shadow: 0 11px 31px #cacaca;
    width: 250px;
    height: 250px;
}

.team-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}


@media (max-width: 425px) {
    .history-section {
        padding: 25px 0;
    }
    .history-container {
        margin: 0 40px;
    }
    .mission-vision-container {
        margin: 0 25px;
        padding: 25px 0;
    }
}