/* start about-company */
section.about-company .figure {
    position: relative;
}

section.about-company .figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-color: var(--main);
    bottom: 0%;
    right: 0;
    transform: translate(-0%, 0%);
    z-index: -1;
    border-radius: 50%;
}


section.about-company .icon-go {
    width: 30px;
    height: 30px;
    border: 1px solid var(--main);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--main);
}

.about-company .img {
    height: 400px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}

/* end about-company */
/* start about-vission */
section.our-vission .img-vission {
    width: 100%;
    height: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


section.our-vission ul li .icon {

    background-color: var(--main);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* end about-vission */