footer {
    text-align: center;
    font-weight: bolder;
    border-top: black solid thin;
    #background-color: rgb(222, 227, 233);
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.website-banner {
    width: 100%;
}

.header-logo {
    position: absolute;
    margin: 20px;
    top: 0;
    left: 0;
    max-width:30%;
    height:50px;
}

.hcp-image {
    position: absolute;
    margin: 20px;
    top: 10%;
    left: 50%;
    max-width:20%;
    height:auto;
}

.header-background {
    position: relative;
}

body {
    font-size: 18px !important;
}

body .container-extra {
    border: blue solid thin;
    margin-left: 5px;
    margin-right: 5px;
}

.declaration-text {
    font-size: 24px;
    height: 100%;
    text-align: center;
}
.text-image {
    width: fit-content;
    height: 100%;
    text-align: center;
}

.image-text {
    width: 100%
}

.text-image-container {
    width: 100%;
}
.text-image-button {
    #border: black solid thin;
    font-weight: bolder;
    #margin: 10px;
    #padding-right: -15px;
}

.text-image-box {
    #border: black solid thin;
}

.row.row-image-text {
    #border: red solid thin;
}

.products-box {
    #border: black solid thin;
    margin-left: auto;
    margin-right: auto;
}

div.row-text-image {
    #border: red solid thin;
    text-align: center;
}

.container.row-text-image {
    width: 100%;
}

.col.col-image {
    border: black solid thin;
    text-align: center;
}

.col.col-text {
    border: black solid thin;
}

.grid-container {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  background-color: #2196F3;
  padding: 10px;
    width: 100%;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}:window-inactive

h4 {
    margin-top: 15px;
 }
.solutions-row {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;

 }

.solutions-column-image img {
    width: 250px;
}

.solutions-image {

}

.solutions-columns-text {

}


@media (max-width: 767px) {
   .large-screen-image1 {
      display: none;
   }
}
@media (min-width: 768px) {
   .small-screen-image1 {
      display: none;
   }
}


@media (max-width: 767px) {
   .resilient-ag {
      display: none;
   }
}
@media (min-width: 768px) {
   .resilient-ag1 {
      display: none;
   }
}



@media (max-width: 767px) {
   .contact-big {
      display: none;
   }
}
@media (min-width: 768px) {
   .contact-small {
      display: none;
   }
}
