.head-office {
    margin: 2rem 1rem;
    max-width: 1300px;
    text-align: center;
}

.head-office-title {
    margin: 0;
    margin-bottom: 1rem;
    color: #354a5f;
}

.head-office-description,
.head-office-address {
    margin: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.branches {
    margin: 0 1rem;
    max-width: 1300px;
}

.branches-title {
    text-align: center;
    color: #28af60;
    margin: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.branch-link {
    color: #28af60;
}

.branches-city {
    text-align: center;
    color: #354a5f;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.branch-title {
    text-align: left;
    color: #28af60;
    margin: 0;
}

.branch-description {
    margin: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.phone-icon,
.email-icon,
.facebook-icon {
    background-color: #015333;
    color: white;
    border-radius: 50%;
    padding: 0.25rem;
}

/* Tablet Design */

@media(min-width: 768px) {
    .bulacan-branches {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 1rem;
        margin-bottom: 2rem;
    }

    .bataan-branches {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 1rem;
        margin-bottom: 2rem;
    }

    .other-branches {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 1rem;
    }
}

/* Desktop design */

@media(min-width: 992px) {
    .head-office {
        margin: 2rem auto;
    }

    .head-office-address {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 20rem;
    }

    .head-office-description {
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        width: 20rem;
    }

    .branches {
        margin-left: auto;
        margin-right: auto;
    }

    .branch {
        width: 21.5rem;
    }

    .branch,
    .other-branches div {
        margin-left: auto;
        margin-right: auto;
    }

    .bulacan-branches {
        grid-template-columns: auto auto auto;
    }
}