.feminine-style-lite-banner-section h1{
    font-family: 'Cormorant Infant', serif;
  }
.feminine-style-lite-banner-section{
    width: auto;
    height: auto;
    min-height: 600px;
  }
.feminine-style-lite-banner-section .feminine-style-lite-text-section-first {
    padding-left: 10% !important;
    padding-right: 20% !important;
}
.feminine-style-lite-banner-section h1{
    border-radius: 30px;
    color: #fff !important;
}
.feminine-style-lite-banner-section a{
    border-radius: 30px;
    color: #fff !important;
    font-weight: 600;
}

/*digital-agency-aboutus-section*/
.feminine-style-lite-about-text-section figure{
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px #ddd;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 22px 10px 10px 10px;
    border: 0px;
}
.feminine-style-lite-about-text-section h3{
    font-weight: bold;
}
.feminine-style-lite-about-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.feminine-style-lite-about-section p.paragraph1 {
    font-weight: 200;
    font-style: italic;
    font-family: 'Cormorant Infant', serif;
    position: relative;
}
.feminine-style-lite-about-image-section {
    position: relative;
}
.feminine-style-lite-about-image-section  h5.about-page {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 20px;
    right: 20px;
    background: #f2766d;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: none;
}
.feminine-style-lite-about-text-section p.paragraph1:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #eee;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
}
@media screen and (min-width: 320px) and (max-width:720px) {
    .feminine-style-lite-image-section img{
       display: none;
    }
    .feminine-style-lite-about-image-section  h5.about-page {
      bottom:55px;   
    }
    .feminine-style-lite-about-camera-section{
      flex-wrap: nowrap !important;
    }
    .feminine-style-lite-about-camera-section.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:first-child {
      flex-basis: 25% !important;
    }
    .feminine-style-lite-about-text-section p.paragraph1:after {
      left: 26%;
    }
    .feminine-style-lite-banner-section .feminine-style-lite-text-section-first {
        padding-left: 5% !important;
        padding-right: 0% !important;
    }
}
@media screen and (min-width: 721px) and (max-width:991px) {
    .feminine-style-lite-text-section {
      flex-wrap: nowrap !important;
    }
    .feminine-style-lite-about-section .wp-block-columns{
      flex-wrap: nowrap !important;
    }
    .feminine-style-lite-about-image-section h5.about-page {
      margin-top: -5em;
      bottom: 2px;
    }
    .feminine-style-lite-about-camera-section.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:first-child {
      flex-basis: 25% !important;
    }
    .feminine-style-lite-about-text-section p.paragraph1:after {
      left: 26%;
    }
    .feminine-style-lite-banner-section .feminine-style-lite-text-section-first {
        padding-left: 5% !important;
        padding-right: 0% !important;
    }
}
@media screen and (min-width: 992px) and (max-width:1024px) {
     .feminine-style-lite-about-text-section p.paragraph1:after {
      left: 22%;
    }
    .feminine-style-lite-banner-section .feminine-style-lite-text-section-first {
        padding-left: 5% !important;
        padding-right: 10% !important;
    }
}
