/* About us page */
.section-about {
    margin-top: 50px;
}

.section-about > .section-intro > h3 {
    margin-top: 50px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.section-about > .section-intro > p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.section-about > .section-intro .section-tile {
    font-weight: bold;
    font-size: 24px;
    color: var(--primary-text);
    border-bottom: 1px solid;
    line-height: 2;
}

.section-about > .section-intro .section-details {
    line-height: 2;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 14px;
    font-style: italic;
}

@media screen and (max-width: 450px) {
    .section-about > .section-intro > h3 {
        font-size: 30px;
    }
}

.section .section-intro > h3 {
    margin-top: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.section .section-intro > p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.card {
    background: #fff !important;
    padding: 20px;
    margin: 20px 10px;
    display: flex;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-left {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: -15px;
}

.card-right {
    width: auto;
    margin: 0 15px;
    line-height: 2;
    letter-spacing: 1px;
}

.card-right > .name {
    font-weight: bold;
    color: var(--primary-text);
}