
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.about-three__shape1 {
    position: absolute;
    left: -20px;
    bottom: -20px;
    opacity: .5;
}

.about-three__shape2 {

    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: .5;
}

.about-three__shape3 {
    position: absolute;
    top: 0;
    left: -50px;
    opacity: .3;
}

.about-three__left {
    position: relative;
    display: block;
}

.about-three__left .section-title {
    margin-bottom: 26px;
}

.about-three__points-list {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 34px;
}

.about-three__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.about-three__points-list li+li {
    margin-top: 22px;
}

.about-three__points-list li .icon {
    position: relative;
    display: inline-block;
    top: 5px;
}

.about-three__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--tecture-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-three__points-list li:hover .icon span {
    transform: scale(0.9);
}

.about-three__points-list li .content {
    position: relative;
    display: block;
}

.about-three__points-list li .content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
}

.about-three__right {
    position: relative;
    display: block;
    margin-right: 50px;
    margin-left: 84px;
}

.about-three__img {
    position: relative;
    display: block;
    border-radius: 20px;
}
.about-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.about-three__img img {
    max-height: 300px;
    border-radius: 20px;
}

.about-three__experience-box {
    position: absolute;
    right: -50px;
    top: 280px;
    background-color: var(--tecture-white);
    max-width: 320px;
    width: 100%;
    border: 5px solid var(--tecture-base);
  
    z-index: 2;
}

.about-three__experience-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--tecture-black);
    text-transform: uppercase;
}

.about-three__experience {
    position: relative;
    display: inline-block;
}

.about-three__experience-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--tecture-black);
    text-transform: uppercase;
    margin-top: 44px;
}

.about-three__experience-count {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.about-three__experience-count h3 {
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    color: var(--tecture-black);
}

.about-three__experience-count-shape {
    position: absolute;
    right: -46px;
    top: 70px;
    width: 90px;
    height: 90px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    z-index: -1;
}
.about-three__left p{
    text-align: justify;
}



