/*================================================
Yoga Alexa Area CSS
=================================================*/
.yoga-alexa-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.yoga-alexa-about-area .section-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.yoga-alexa-about-img {
  position: relative;
  z-index: 1;
}

.yoga-alexa-about-img .alexa-about-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.yoga-alexa-about-img .yoga {
  font-size: 150px;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  line-height: 1;
  color: var(--whiteColor);
  text-align: center;
  z-index: -1;
}

.yoga-alexa-about-content h2 {
  font-size: 41px;
  margin-bottom: 20px;
}

.yoga-alexa-about-content h2 span {
  color: var(--mainColor);
}

.yoga-alexa-about-content .social-links {
  padding: 0;
  list-style-type: none;
  line-height: 1;
  margin: 0;
  margin-top: 30px;
}

.yoga-alexa-about-content .social-links li {
  display: inline-block;
  margin-right: 20px;
}

.yoga-alexa-about-content .social-links li a {
  display: block;
  text-align: center;
  color: var(--whiteColor);
  font-size: 18px;
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 29px;
  background-color: var(--mainColor);
  text-align: center;
}

.yoga-alexa-about-content .social-links li a:hover {
  color: var(--whiteColor);
  background-color: var(--optionalColor);
}

.yoga-alexa-about-content .social-links li:last-child {
  margin-right: 0;
}

.yoga-alexa-about-content .yoga-certification {
  margin-bottom: 30px;
  margin-top: 30px;
}

.yoga-alexa-about-content .col-lg-6:nth-child(odd) .certification {
  padding-left: 70px;
}

.yoga-alexa-about-content .col-lg-6:nth-child(even) .certification {
  padding-left: 100px;
}

.yoga-alexa-about-content .yoga-certification .certification {
  position: relative;
}

.yoga-alexa-about-content .yoga-certification .certification img {
  position: absolute;
  top: 0;
  left: 0;
}

.yoga-alexa-about-content .yoga-certification .certification h3 {
  font-size: 20px;
  font-family: var(--bodyFontFamily);
}

.yoga-alexa-about-content .yoga-certification .certification span {
  font-size: 14px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .yoga-alexa-about-content {
        margin-top: 30px;
    }
    .yoga-alexa-about-content h2 {
        font-size: 25px;
    }
    .yoga-alexa-about-content .col-lg-6:nth-child(odd) .certification {
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .yoga-alexa-about-content .col-lg-6:nth-child(odd) .certification img {
        position: unset;
        margin-bottom: 20px;
    }
    .yoga-alexa-about-content .col-lg-6:nth-child(even) .certification {
        padding-left: 0;
        text-align: center;
    }
    .yoga-alexa-about-content .col-lg-6:nth-child(even) .certification img {
        position: unset;
        margin-bottom: 20px;
    }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .yoga-alexa-about-content {
        margin-top: 30px;
    }
    .yoga-alexa-about-content h2 {
        font-size: 25px;
    }
}