@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style-type: none !important;
}

:root {
  --primary: #2b9a44 !important;
  --secondary: #13417a !important;
  --white: #ffffff !important;
  --black: #000 !important;
  --fonts: "Inter", sans-serif;
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
  .left {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .content-div img {
    width: 270px;
  }
  .content-div h1 {
    font-size: 36px;
  }
  .content-div h6,
  .content-div h4 {
    font-size: 24px;
  }
  .content-div h5 a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .content-div img {
    width: 250px;
  }
  .content-div h1 {
    font-size: 26px;
  }
  .content-div p {
    font-size: 16px;
  }
  .content-div h6,
  .content-div h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
