﻿
.tile-icon-wrapper {
    height: 100px;
}

.tile-logo {
    height: 86px;
}

.n-postcard__content-wrapper {
    display: flex;
    flex-direction: column;
}

.tile-content-wrapper {
    flex: 1
}



.tile-button-wrapper {
    min-height: 64px;
}


@media (min-width: 0px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  
    .tile-other-wrapper {
        min-height: 70px;
    }
    .n-postcard__content-wrapper.fr {
        min-height: 632px;
    }
}

@media (min-width:769px) and (max-width:992px) {

    .n-postcard__content-wrapper.en {
        min-height: 460px;
    }
    .n-postcard__content-wrapper.fr .tile-other-wrapper {
        min-height: 124px;
    }
}

@media (min-width: 992px) {

    
    .n-postcard__content-wrapper.fr {
        min-height: 530px;
    }

      .n-postcard__content-wrapper.fr .tile-other-wrapper {
        min-height: 97px;
    }

}

@media (min-width: 1200px) {
    .n-postcard__content-wrapper.fr {
        min-height: 560px;
    }
     .n-postcard__content-wrapper.en {
        min-height: 492px;
    }
}
