.montserrat-bold-45px {
    font-size: 45px;
    font-weight: bold;
}

* {
    font-family: Montserrat;
}

a:link {
    text-decoration: none;
}

.nav-bar-alignment {
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    color: #929292;
    text-decoration: underline;
}

.montserrat-28px {
    font-size: 28px;
}

.montserrat-24px {
    font-size: 24px;
    font-weight: bold;
}

.montserrat-20px {
    font-size: 20px;
    font-weight: bold;
}

.montserrat-18px {
    font-size: 18px;
    font-weight: normal;
}

.gray-upper-text-18px {
    font-family: Montserrat;
    font-size: 18px;
    color: #929292;
}

.montserrat-bold-48px {
    font-size: 48px;
    font-weight: bold;
}

.montserrat-14px {
    color: #929292;
    font-weight: thin;
}

.montserrat-bold-33px {
    font-size: 33px;
    font-weight: bold;
}

.how-do-we-work-img {
    width: 100%;
}

.who-we-are-div {
    height: 880px;
}

.montserrat-32px {
    font-size: 32px;
    font-weight: bold;
}

.who-we-are-description {
    font-size: 20px;
    margin-top: 120px;
    line-height: 1.6;
}

.copyright {
    color: #e6e6e6;
    font-size: 13px;
}

.zoom {
    transition: transform .2s;
    width: 70%;
}

.zoom:hover {
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .montserrat-bold-45px {
        font-size: 28px;
    }

    .montserrat-bold-48px {
        font-size: 30px;
    }

    .montserrat-bold-33px {
        font-size: 22px;
    }

    .montserrat-20px {
        font-size: 14px;
    }

    .size-change {
        height: 70%;
    }

    .montserrat-32px {
        font-size: 18px;
    }

    .montserrat-18px {
        font-weight: 500;
        font-size: 18px;
    }

    .resizable {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hide-img {
        display: none;
    }
}

@media (max-width: 991px) {
    .center-text {
        text-align: center;
    }
}