/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@media (max-width: 767px) {
  .sec-anchors {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .sec-anchors ul {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .sec-anchor-2 {
    margin-bottom: 99px;
  }
}

@media (max-width: 767px) {
  .sec-anchor-4 .content-sec {
    padding: 47px 16px 48px;
  }
}

.btn-blue {
  display: block;
  width: 276px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  color: #222222 !important;
  background: #ffde55;
  border: solid 1px #ffde55;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  margin: 0 auto;
  transition: all .3s;
}

@media (min-width: 768px) {
  .btn-blue {
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .btn-blue:hover {
    opacity: 1;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .btn-blue {
    width: 100%;
  }
}
