.complete-guide-area {
  background-image: url('/template/1f6e749a/images/complete-guide-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 130px 0 120px;
}
.complete-guide-area::before {
  content: "";
  background-color: #000000;
  opacity: 0.68;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.widget-snippet .complete-guide-area::before {
  display: none;
}
.complete-guide-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  display: flex;
}
.complete-guide-container .complete-guide-content {
  color: #ffffff;
  flex: 1;
  max-width: 50%;
  padding-right: 110px;
}
.complete-guide-container .complete-guide-content .complete-guide-title {
font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 45px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.complete-guide-container .complete-guide-content .complete-guide-text {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.complete-guide-container .complete-guide-content .complete-guide-button {
  background-color: #1C2F80;
  font-family: "Averia Serif Libre", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  color: #FFFFFF;
  border-radius: 11px;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 160px;
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
.complete-guide-container .complete-guide-content .complete-guide-button:hover {background: #fff;color: #000;}
.complete-guide-container .complete-guide-image {
  flex: 1;
  max-width: 50%;
  text-align: center;
}
.complete-guide-container .complete-guide-image img {
  height: 460px;
  width: 460px;
  object-fit: cover;
  border-radius: 100%;
}
