body {
  font-family: 'Poppins', 'Montserrat', sans-serif;
}

.maincontent {
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.reusable,a,p{
  font-size:18px
}
.my-container {
  max-width: 1600px;
  margin: 0 auto;
}

p {
  color: #737373;
}

h1 {
  color: #737373;
}

.flex-container a {
  color: #737373;
}

.myButton {
  margin-top: 20px;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff
}

.myButton:hover {
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  background-color: #e9e9e9;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.top {
  background-color: #E6E6E6;
  width: 100%;
}

.contactBtn a {
  color: white;
  font-size: 18px;
}

.contactBtn a:hover {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 20px;
}

.p-container {
  max-width: 350px;
  margin: 0 auto;
}

.flex-container {
  display: flex;
  margin-left: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-container img {
  height: 366px;
  max-width: 400px;
}

.flex-item1 {
  display: flex !important;
  justify-content: center;
}

.flex-item2 {
  background-color: #f2f2f2;
  border: 5px solid var(--accent-color);
  text-align: center;
  color: #737373;
  max-width: 400px;
  padding: 0 10px 20px;
}

@media only screen and (max-width:1200px) {
  .col {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width:1200px) {
  .img2 {
    display: none;
  }
}

@media only screen and (max-width:900px) {
  .flex-container img {
    height: 100%;
    width: 100%;
  }
}