body {
  font-family: "Samsung Sharp Sans Bold", Arial, Helvetica, sans-serif !important;
}

#logo-img {
  min-width: 120px;
  max-width: 135px;
  width: 130px;
  height: auto;
}

.title-img {
    height: 24px;
    width: auto;
    margin-left: 5px !important;
}

.main-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /*align-content: stretch;*/
  background-color: white;
}

.logo-cont {
    order: 1;
    flex-grow: 2;
    align-items: center;
    flex-basis: max-content;
    padding-left: 5px;
}

.title-text-cont {
    order: 2;
    flex-grow: 6;
    align-items: center;
    flex-basis: max-content;
}

.title-img-cont {
    order: 3;
    flex-grow: 3;
    align-items: flex-end;
    text-align: right;
    padding-right: 5px;
    flex-basis: max-content;
}

#carouselMain {
    margin: 10px auto;
    width: 85%;
    max-width: 85%;
    height: auto;
}