/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 1 version
*/

.section-block {
    position:relative;
}

.section-content {
    z-index: 2;
}

.section--into {
    padding-bottom: 200px;
    padding-top: 2rem;
}

.section-heading {
    font-family: 'Lora';
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    color: #393939;
}

.section-heading :first-child {
    padding-bottom: 0;
}


.section--into {
    z-index: 22;
}

.circle-img-text .img-round {
    position: relative;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* firefox aspect-ratio backup if user is not over version 84 */
@-moz-document url-prefix() {
    .circle-img-text .img-round {
        position: relative;
        border-radius: 50%;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
}

.circle-img-text .img-round img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    min-height: 0;
}

/* section 1 */
@media (min-width:768px) {
    .img-round img {
        min-height: 667px;
        width: 100%;
/*         position: absolute; */
        -o-object-fit: cover;
           object-fit: cover;
/*         left: -6px; */
/*         object-position: right; */
		height: 100%;
    }

    .home .img-round img {
        min-height: 456px;
    }
}

/* 
@media (min-width:1025px) {
    .img-round img {
        position: relative;
        top: 65px;
    }
} */



.grey-leaf-bg-1 {
    position: absolute;
    top: 140px;
    left: 200px;
    z-index: -2;
}

.home .section--into {
    padding-bottom: 20px;
}

.section-content.section-1 {
    padding: 0px;
}

@media (max-width: 1024px) {
    .grey-leaf-bg-1 {
        position: absolute;
        top: 268px;
        left: -4px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 421px;
        height: 363px;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
    }
}

@media (max-width: 600px) {
  .leaves-bottom-box .grey-leaf-bg-1 {
      top: auto;
      left: -190px;
      bottom: -45px;
      max-width: inherit;
  }
}


@media (min-width: 768px) {
    .grey-leaf-bg-1 {
        top: auto;
        bottom: -102px;
        width: 500px;
        left: -187px;
    }

    .home .section--into {
        padding-bottom: 60px;
    }

    .icon-box-container {
        padding: 30px 12px;
    }

    .section-1 {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .section-content.section-1 {
        padding: 0px 20px;
    }

    .section-1 :first-child {
        margin-top: 0;
    }

    .section--into .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-row > .col-lg-6.col-sm-5.hidden-xs-down{
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1025px) {
    .grey-leaf-bg-1 {
        position: absolute;
        bottom: -225px;
        left: 24px;
        max-width: none !important;
    }

    .img-round {
        margin-left: -22px;
    }
}

@media (min-width: 1200px) {
    .grey-leaf-bg-1 {
        position: absolute;
        bottom: -225px;
        left: 147px;
        width: 492px;
        max-width: none !important;
    }

    .section--into {
        padding-bottom: 100px;
    }

     .home .section--into {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .grey-leaf-bg-1 {
        position: absolute;
        bottom: -160px;
        left: 220px;
        width: 568px;
        max-width: none !important;
    }
}

.grey-bg {
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
    height: 100%;
    z-index: 1;
}

@media (min-width: 1025px) {
    .section-1 {
        position: relative;
    }
}

@media (max-width:400px) {
    .section-1 {
        top:0;
    }
}

@media (max-width: 772px) {
    .section-1 {
        top:0;
    }
}
