/*===========================
  services css
===========================*/
.services-three {
    margin-top: 90px;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.services-three .image {
    border-radius: 8px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-three .image {
        margin-top: 35px;
    }
}
@media (max-width: 767px) {
    .services-three .image {
        margin-top: 30px;
    }
}
.services-three .services-content .sub-title {
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.services-three .services-content .services-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: var(--black);
    margin-top: 16px;
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-three .services-content .services-title {
        font-size: 35px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .services-three .services-content .services-title {
        font-size: 30px;
        line-height: 42px;
    }
}
.services-three .services-content .text {
    color: var(--dark-3);
    line-height: 25px;
    margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-three .services-content .text {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .services-three .services-content .text {
        font-size: 16px;
        line-height: 24px;
    }
}

/*===========================
  about-03 css
===========================*/
.about-three {
    padding-top: 90px;
    padding-bottom: 120px;
}

.about-feature-three .about-feature-image img {
    width: 100%;
    border-radius: 5px;
}

.about-feature-items-three {
    padding-left: 50px;
    padding-right: 100px;
    display: flex;
    align-items: center;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-feature-items-three {
        padding: 0;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .about-feature-items-three {
        padding: 0;
        margin-top: 30px;
    }
}
.about-feature-items-three ul li {
    position: relative;
    margin-bottom: 40px;
}
.about-feature-items-three ul li:last-child {
    margin: 0;
}
.about-feature-items-three ul li span {
    max-width: 45px;
    min-width: 45px;
    max-height: 45px;
    min-height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary);
    color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}
.about-feature-items-three ul li .content {
    display: inline-block;
    padding-left: 70px;
}
.about-feature-items-three ul li .content .list-title {
    margin-bottom: 10px;
}

/*# sourceMappingURL=about-03.css.map */

