/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
  /* Styles for phones */
}

/* Small devices (landscape phones, ≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for small devices */
}

/* Medium devices (tablets, ≥768px) */
@media (max-width: 995px)  {
  /* Styles for tablets */
    .rtcol {
    width:100%!important;
  }
  .container, .lowercontainer {
    flex-wrap: wrap;
  }
  .logobkg {
    height:300px;
  }
}

/* Large devices (desktops, ≥992px) */
@media (max-width: 1275px) {
  /* Styles for small desktops */
  .leftcol {
    width:100%!important;
  }
}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
  /* Styles for large desktops */
}
