.Abtscrolldwn {
    right: 30px;
    /*bottom: -45px;*/
}
.checkMarkImg {
    height: 25px;
    width: 25px;
}
.smallAbtimg {
    height: 250px;
    width: 100%;
}
.circleContainer::after {
    content: "";
    display: block;
    position: absolute;
    /* top: -30%; */
    bottom: 5%;
    right: 20%;
    height: 400px;
    width: 1px;
    background-color: red;
    color: red;
}
.AboutCircularCounter {
    width: 60%;
    aspect-ratio: 1 / 1;
    border: 1px solid red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    margin: auto;
}
.thirty::before {
    content: "+";
    position: absolute;
    left: 55%;
    bottom: 35%;
    font-size: 1.5vw;
    font-weight: bold;
}
.thirty::after {
    content: "EXPIRENCE";
    position: absolute;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: 50%;
    letter-spacing: 5px;
}

@media (max-width: 768px) {
    .HeroContent {
        text-align: center !important;
    }

    .container.TopPaddingMobile {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }
    h1.TopPaddingMobile {
        padding-top: 0 !important;
    }
    .circleContainer::after {
        height: 200px;
    }
    .thirty{
        font-size: 50px ;
    }
    .thirty::before{
        font-size: 25px;
        bottom: 25%;
        left: 48%;
    }

    
}
