.header .right p {
  color: #000000;
}

.header .right .circle span {
  background: #000;
}

.header .right .circle {
  border-color: rgba(0, 0, 0, 0.2);
}

.header .left {
  margin-left: 40px;
}

.section {
  width: 100%;
  padding-top: 120px;
}

.section img {
  display: block;
  width: fit-content;
  margin: 0 auto 45px;
  /*cursor: pointer;*/
}

/* .section img:nth-last-child(1) {
    margin-bottom: 185px;
} */
.section img {
  width: 90%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .section img {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .section img:nth-last-child(1) {
    margin-bottom: 50px;
  }
}
