/*Styles for phones*/
@media (max-width: 481px) {
    .office-information {
        padding: 1rem 1rem;
    }

    .office-description {
        padding: 2rem 1.5rem;
    }

    .nav-people-office {
        padding: 0rem !important;
    }

        .nav-people-office li {
            display: block !important;
            margin-top: 2rem;
            margin-right: 0rem !important;
        }

    .office-map iframe {
        height: 24rem !important;
    }
}

/*Styles for tablets*/
@media (min-width: 482px) and (max-width: 980px) {
    .office-information {
        padding: 1rem 1rem;
    }

    .office-description {
        padding: 2rem 1.5rem;
    }

    .nav-people-office {
        padding: 0rem !important;
    }

        .nav-people-office li {
            display: block !important;
            margin-top: 2rem;
            margin-right: 0rem !important;
        }

    .office-map iframe {
        height: 24rem !important;
    }

    .office-card-information {
        align-self: center;
    }
}

/*Styles for laptops*/
@media (min-width:961px) {
    .people-office {
        padding: 3rem 0rem 0rem 0rem;
    }

    .office-information {
        padding: 1rem 3rem;
    }

    .office-description {
        padding: 0rem 1.5rem;
    }

    .office-card-information {
        align-self: center;
    }
}

.nav-people-office {
    list-style-type: none;
    text-align: center;
    margin: 0rem 0rem 4rem 0rem;
}

    .nav-people-office li {
        display: inline;
        margin-right: 5rem;
    }

        .nav-people-office li a {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            color: #002239;
            text-decoration: none
        }

            .nav-people-office li a:hover {
                border-bottom: 3px solid #18BDE6;
                cursor: pointer;
            }

            .nav-people-office li a.active {
                border-bottom: 3px solid #002239;
                cursor: pointer;
                color: #18BDE6;
            }


.office-map iframe {
    width: 100%;
    height: 100%;
}

.office-title {
    text-align: center;
}

.office-card-information {
    text-align: center;
}
