.image_surrounded_by_text-group {
  background-color: var(--light-bg);
  padding-bottom: 70px;
  background-image: url(/img/image-surrounded-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right; }
  .image_surrounded_by_text-group .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .image_surrounded_by_text-group .photo-col {
    position: relative; }
    .image_surrounded_by_text-group .photo-col > .image {
      margin: 0; }
      .image_surrounded_by_text-group .photo-col > .image img {
        width: auto;
        width: 600px;
        height: 600px;
        object-fit: cover; }
  .image_surrounded_by_text-group .title-text {
    font-weight: 700;
    font-size: 36rem;
    color: #231F20; }
    .image_surrounded_by_text-group .title-text strong {
      color: var(--primary-title);
      font-weight: 700; }
  .image_surrounded_by_text-group .normal-text {
    font-weight: 400;
    font-size: 18rem;
    color: #464646; }
  .image_surrounded_by_text-group .mini-text {
    text-align: center;
    margin-top: 15px;
    color: #464646;
    font-weight: 400;
    font-size: 14px; }
  .image_surrounded_by_text-group .stars-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .image_surrounded_by_text-group .stars-wrapper .subtitle {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      color: #464646;
      margin-bottom: 0; }
    .image_surrounded_by_text-group .stars-wrapper .image {
      width: auto !important;
      margin: 0;
      margin-left: 5px; }
      .image_surrounded_by_text-group .stars-wrapper .image img {
        width: 16px;
        height: 16px; }
  .image_surrounded_by_text-group .single-element-wraper {
    position: absolute;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    z-index: 7; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper1 {
      left: -50px;
      top: 15px;
      width: 250px; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper2 {
      left: -115px;
      top: calc(100% - 65px);
      width: 200px; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper3 {
      right: -25px;
      top: calc(100% - 165px);
      width: 250px; }
    .image_surrounded_by_text-group .single-element-wraper .image-surrounded-by-text-title {
      font-weight: 700;
      font-size: 18rem;
      color: #6D37FF;
      margin-top: 0; }
    .image_surrounded_by_text-group .single-element-wraper .image-surrounded-by-text-content {
      font-weight: 400;
      font-size: 16rem;
      color: #464646;
      margin-bottom: 0; }

@media (max-width: 575.5px) {
  .image_surrounded_by_text-group {
    background-size: calc(100% + 60px) auto;
    background-position: -60px calc(50%);
    padding-bottom: 30px; }
    .image_surrounded_by_text-group .title-text {
      font-size: 26rem; }
    .image_surrounded_by_text-group .buttons {
      margin-top: 50px; }
      .image_surrounded_by_text-group .buttons .btn {
        width: 100%; }
    .image_surrounded_by_text-group .photo-col {
      margin-top: 10px; }
      .image_surrounded_by_text-group .photo-col > .image {
        display: flex;
        justify-content: center; }
        .image_surrounded_by_text-group .photo-col > .image img {
          width: 100%;
          height: auto;
          aspect-ratio: 1 / 1; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper1 {
      left: calc(50% - 125px);
      top: calc(100vw - 86px); }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper2 {
      left: 0px;
      top: 330px;
      display: none; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper3 {
      right: 0px;
      top: calc(100% - 165px);
      display: none; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .image_surrounded_by_text-group {
    padding-bottom: 40px; }
    .image_surrounded_by_text-group .title-text {
      font-size: 26rem; }
    .image_surrounded_by_text-group .buttons {
      margin-top: 50px; }
      .image_surrounded_by_text-group .buttons .btn {
        width: 100%; }
    .image_surrounded_by_text-group .photo-col {
      margin-top: 10px; }
      .image_surrounded_by_text-group .photo-col > .image {
        display: flex;
        justify-content: center; }
        .image_surrounded_by_text-group .photo-col > .image img {
          width: 500px;
          height: 500px; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper1 {
      left: calc(50% - 125px);
      top: 440px; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper2 {
      left: 0px;
      top: 330px;
      display: none; }
    .image_surrounded_by_text-group .single-element-wraper.single-element-wraper3 {
      right: 0px;
      top: calc(100% - 165px);
      display: none; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .image_surrounded_by_text-group .title-text {
    font-size: 26rem; }
  .image_surrounded_by_text-group .buttons {
    margin-top: 0; }
    .image_surrounded_by_text-group .buttons .btn {
      width: 100%; }
  .image_surrounded_by_text-group .photo-col > .image img {
    width: 330px;
    height: 330px; }
  .image_surrounded_by_text-group .single-element-wraper.single-element-wraper1 {
    left: 55px;
    top: 270px; }
  .image_surrounded_by_text-group .single-element-wraper.single-element-wraper2 {
    left: 0px;
    top: 330px;
    display: none; }
  .image_surrounded_by_text-group .single-element-wraper.single-element-wraper3 {
    right: 0px;
    top: calc(100% - 165px);
    display: none; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .image_surrounded_by_text-group .photo-col > .image img {
    width: 450px;
    height: 450px; }
  .image_surrounded_by_text-group .single-element-wraper.single-element-wraper1 {
    left: 0px;
    top: 15px; }
  .image_surrounded_by_text-group .single-element-wraper.single-element-wraper2 {
    left: 0px;
    top: calc(100% - 40px); }
  .image_surrounded_by_text-group .single-element-wraper.single-element-wraper3 {
    right: 0px;
    top: calc(100% - 165px); } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .image_surrounded_by_text-group .photo-col > .image img {
    width: 540px;
    height: 540px; } }

/*# sourceMappingURL=image_surrounded_by_text.css.map */
