@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.container {
  width: 100%;
  max-width: 1170px;
  margin: 121px auto 122px;
}

main .section-headers h2 {
  color: #898F8F;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
main .section-headers h3 {
  color: #FC0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
main .section-headers .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .section-headers .wrapper .before {
  margin-right: 5px;
  content: "";
  display: block;
  width: 210px;
  border-bottom: 1px solid gold;
}
main .section-headers .wrapper .after {
  margin-left: 5px;
  content: "";
  display: block;
  width: 210px;
  border-bottom: 1px solid gold;
}
main .section-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
  margin-top: 40px;
}
main .section-info .left-side {
  display: flex;
}
main .section-info .left-side .img {
  position: relative;
  padding: 15px;
}
main .section-info .left-side .img .top-left, main .section-info .left-side .img .top-right, main .section-info .left-side .img .bottom-left, main .section-info .left-side .img .bottom-right {
  width: 100px;
  height: 100px;
  position: absolute;
  border: 1px solid gold;
}
main .section-info .left-side .img .top-left {
  top: 0;
  left: 0;
  border-bottom: unset;
  border-right: unset;
}
main .section-info .left-side .img .top-right {
  top: 0;
  right: 0;
  border-bottom: unset;
  border-left: unset;
}
main .section-info .left-side .img .bottom-left {
  bottom: 0;
  left: 0;
  border-top: unset;
  border-right: unset;
}
main .section-info .left-side .img .bottom-right {
  bottom: 0;
  right: 0;
  border-top: unset;
  border-left: unset;
}
main .section-info .left-side .img img {
  width: 400px;
  height: 400px;
  border: 1px solid #FC0;
}
main .section-info .divider {
  width: 1px;
  height: 100%;
  background-color: gold;
  margin: 0 85px;
}
main .section-info .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .section-info .right-side h2 {
  color: #666;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
main .section-info .right-side .divider {
  width: 100px;
  height: 1px;
  color: gold;
  margin: 29px 0;
}
main .section-info .right-side h3 {
  color: #666;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
main .section-info .right-side nav {
  margin-bottom: 49px;
}
main .section-info .right-side nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
main .section-info .right-side p {
  color: #333;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 430px;
  width: 100%;
  margin-bottom: 20px;
}
main .section-info .right-side .dividers {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
main .section-info .right-side .dividers .divider-short {
  width: 10px;
  height: 4px;
  background: #FC0;
}
main .section-info .right-side .dividers .divider-long {
  width: 20px;
  height: 4px;
  background: #FC0;
}
main .section-info .right-side button {
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #666;
  border: 1px solid #FC0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
