.about-style3-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 75px 0;
    z-index: 10;
}

.about-style3-area .shape1 {
    position: absolute;
    top: -260px;
    right: -450px;
    background-color: rgb(235, 241, 237);
    width: 875px;
    height: 875px;
    border-radius: 50%;
    z-index: -1;
}


.about-style3__img-box {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 120px;
}

.about-style3__img-box  img {
    width: 100%;
}


.about-style3-experience {
    position: absolute;
    top: 60px;
    right: 90px;
    bottom: 60px;
    width: 70px;
    text-align: center;
    background-color: var(--thm-base);
}

.about-style3-experience p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transform: rotate(90deg) translateX(0%);
    transform-origin: 0 0;
    width: max-content;
    margin: 90px 50px;
}

.about-style3-experience p span {
    color: var(--thm-primary);
}



.about-style3__content {
    position: relative;
    display: block;
    margin-left: -50px;
}

.about-style3__content .sec-title {
    padding-bottom: 15px;
}

.about-style3__content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style3__content ul li {
    position: relative;
    display: block;
    float: left;
}


.about-style3__content ul li span:before {
    position: relative;
    display: inline-block;
    left: 1px;
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 20px;
}

.about-style3__content ul li h3 {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 5px 0 8px;
}

.about-style3__content ul li p {
    margin: 0;
}

.about-style3__content .text {
    position: relative;
    display: block;
	padding-bottom: 25px;
}

.about-style3__content .text p {
    margin: 0;
}

.about-style3__content .text p + p{
	padding: 15px 0 0 0;
}

