@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  background-color: #011224;
  font-family: "Open Sans", sans-serif;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54.47px;
  color:#E7D6D6;
}
p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color:#E7D6D6;
}
h3 {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  text-align: left;
  color:#E7D6D6;
}
.container {
  max-width: 1320px;
  padding: 10px 20px;
  margin: 0px auto;
}
div#top-section {
  color:#E7D6D6;
}
div#second-section {
  color:#E7D6D6;
}
.column {
  width: 50%;
  padding: 10px;
}
.row {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
div#second-section img {
  width: 350px;
}
.column.col-mx-wdth h2,
.column.col-mx-wdth p {
  max-width: 450px;
  /* margin: 0px auto; */
}
.columns {
  float: left;
  width: 50%;
  padding: 10px;
}

.rows:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
.columns.bg-color {
  background-color: #00142a;
}
.columns.bg-color {
  background-color: #00142a;
  margin: 10px;
}
.columns.col-two.gap-col {
  padding: 0px;
  text-align: left;
  color:#E7D6D6;
}
.columns.bg-color {
  background-color: #00142a;
  margin: 10px;
  padding: 30px;
  min-height: 395px;
  width: 46%;
}
div#third-section {
  margin-top: 180px;
}
div#fourth-section {
    float: left;
    width: 100%;
    margin-top: 140px;
}
div#fourth-section h2 {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 400;
    line-height: 54.47px;
    color:#E7D6D6;
    margin-bottom: 80px;
}
div#fourth-section ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  color:#E7D6D6;
}
div#fourth-section ul li img {
  width: 200px;
  height: 200px;
  border: 12px solid #E7D6D6;
  margin: 10px;
  border-radius: 50%;
  padding: 16px;
  object-fit: scale-down;
}
div#footer-section ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
div#footer-section ul li {
  margin: 0px 70px;
}
div#footer-section {
    margin-top: 220px;
    float: left;
    width: 100%;
}
/*Mobile css*/
@media screen and (max-width: 767px) {
	div#footer-section ul li img {
    width: 80%;
}
	div#third-section {
    margin-top: 0px;
}
div#fourth-section {
    margin-top: 0px;
}
div#footer-section {
    margin-top: 80px;
     
}
 
  .columns.bg-color {
    width: 100%;
  }
  div#second-section {
    display: block;
  }
  div#footer-section ul li {
    margin: auto;
  }
  .columns.col-one {
    display: none;
  }
  div#fourth-section ul {
    display: block;
    padding: 0px;
  }
  .columns.col-two.gap-col {
    width: 100%;
  }
  div#second-section .column {
    width: 100%;
  }
  .column.col-mx-wdth h2,
  .column.col-mx-wdth p {
    max-width: 100% !important;
  }
  div#second-section img {
    width: 100%;
  }
}
