.capabilities-img {
    width: 100%;
    height: 753px;
    object-fit: cover;
}

.capabilities-main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px 0 123px;
    background-color: #fafafa;
}

.capabilities-main-text h1 {
    font-size: 3.34vw;
    font-weight: 800;
}

.capabilities-main-text h3 {
    font-size: 1.44vw;
    font-weight: bold;
    width: 98%;
}

.capabilities-main-text p {
    font-size: 1vw;
    font-weight: normal;
    line-height: 1.76vw;
}

.aboutus-main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.78vw 0 6.36vw;
    background-color: #fafafa;
}

.aboutus-main-text h1 {
    font-size: 3.91vw;
    font-weight: 800;
}

.aboutus-main-text h3 {
    font-size: 2.06vw;
    font-weight: bold;
    width: 98%;
}

.aboutus-main-text p {
    font-size: 1vw;
    font-weight: normal;
    line-height: 1.76vw;
}

.best-in-class h1 {
    font-size: 5.57vw;
    line-height: 5.69vw;
    color: #4074fc;
    font-weight: 800;
    width: 63%;
    padding: 120px 0 0 83px;
}

.best-in-class p {
    font-size: 1.32vw;
    width: 83%;
    padding: 20px 0 0 83px;
}

.capabilities-tabs-container {
    width: 88%;
    margin: 134px auto 130px auto;
}

.capabilities-tabs-area {
    width: 30%;
}

.capabilities-tabs-contentarea {
    width: 70%;
    padding-left: 47px;
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.83vw;
}

.capabilities-tabs-contentarea h1 {
    font-size: 2.4vw;
    font-weight: 300;
    margin-bottom: 40px;
}

.capabilities-tabs-contentarea h6 {
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.32vw;
}

.capabilities-tabs-contentarea i {
    font-size: 3.52vw;
    margin-bottom: 30px;
    display: inline-block;
}

.capabilities-tabs-area button {
    text-align: left;
    font-size: 1.28vw;
    padding-left: 26px;
}

.capabilities-tabs-area .nav-link {
    height: 96px;
    color: #222222;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
}

.capabilities-tabs-area.nav-pills .nav-link.active {
    border-radius: 3px;
    position: relative;
    background-color: #0d6efd;
}

.capabilities-tabs-area.nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 38px;
    background-color: #0d6efd;
    right: -12px;
    top: 28px;
    border-radius: 50%;
    z-index: 0;
    /* transform: translate(-50% -50%); */
}

.capabilities-tabs-area .nav-link:last-child {
    border-bottom: none;
}

.capabilities-column {
    font-size: 0.78vw;
    line-height: 1.34vw;
}

.capabilities-column p {
    margin-top: 15px;
}

.mb-28 {
    margin-bottom: 28px;
}