@import url(variablesPage5.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Avenir-Heavy";
    color: var(--color-2);
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.div__text-box {
    width: 531px;
    height: 208px;
    font-size: 44px;
    display: flex;
    justify-self: flex-start;
    margin-top: 64px;

}

.div__card {
    width: 1312px;
    height: 549px;
    display: flex;
    justify-items: center;
    gap: 56px;
    margin-top: 69px;
}

.div__card-box {
    width: 400px;
    height: 549px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--color-2);
}

.div__card-box .number {
    font-size: 32px; 
    opacity: 55%;

}

.div__card-box .card-text {
    width: 418px;
    height: 132px;
    color: var(--color-2);
    opacity: 80%;
    font-size: 24px;
}

.div__card-box .card-image {
    width: 400px;
    height: 345px;
}
