.research-philosophy {
    background: #f0f0f0;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.research-philosophy .dot-pattern.bottom {
    bottom: 208px;
    left: 279px;
}

.research-philosophy .dot-pattern {
    position: absolute;
    width: 130px;
    height: 130px;
    z-index: -1;
    background-image: radial-gradient(#545855 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    background-repeat: repeat;
    opacity: 0.7;
}

.research-philosophy .dot-pattern.top {
    top: 146px;
    right: 317px;
}

.research-philosophy .dot-pattern {
    position: absolute;
    width: 169px;
    height: 81px;
    z-index: 2;
    background-image: radial-gradient(#545855 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    background-repeat: repeat;
    opacity: 0.7;
}

.research-philosophy .research-wrapper {
    position: relative;
    max-width: 900px;
    margin: auto;
    text-align: center;
    min-height: 500px;

}

.research-philosophy .main-word {
    font-size: clamp(50px, 10vw, 40px);
    color: var(--base-color);
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 0 30px rgba(176, 255, 0, .15);
}

.research-philosophy .sub-title {
    color: #fff;
    font-size: clamp(30px, 4vw, 55px);
    margin-top: 10px;
    font-weight: 600;
}

.research-philosophy .sub-title span {
    color: #b8ff00;
}

.research-philosophy .desc {
    color: #010101;
    margin-top: 40px;
    font-size: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.research-philosophy .point {
    position: absolute;
    background: #003253;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.research-philosophy .point::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    vertical-align: middle;
}

.research-philosophy .p1 {
    top: 211px;
    left: 22px;
}

.research-philosophy .p2 {
    top: 378px;
    right: 546px;
}

.research-philosophy .p3 {
    top: 376px;
    right: 79px;
}

.research-philosophy .p5 {
    right: -18px;
    top: 227px;
}

.research-philosophy .p8 {
    left: 375px;
    top: 298px;
}

.research-philosophy .point::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(0 116 58 / 19%);
    z-index: -1;
    top: 2px;
}
@media (min-width:1200px) and (max-width:1399px){
    .research-philosophy .main-word {
    font-size: clamp(35px, 10vw, 40px);
}
.research-philosophy .desc {
    color: #010101;
    margin-top: 18px;
    font-size: 18px;
}
.research-philosophy .point {
    font-size: 14px;
}
}
@media (min-width:1901px) and (max-width:3000px){
  .research-philosophy .main-word {
    font-size: clamp(55px, 10vw, 43px);
}  
.research-philosophy .desc {
    font-size: 23px;
    max-width: 850px;
}
.research-philosophy .point {
    padding: 12px 20px;
    font-size: 18px;
}
}
@media(max-width:768px) {

    .research-philosophy {
        padding: 80px 0;
    }

    .research-philosophy .research-wrapper {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .research-philosophy .point {
        position: static;
        margin: 8px;
        display: inline-block;
    }

    .research-philosophy .point::after {
        display: none;
    }

    .research-philosophy .main-word {
        margin-top: 30px;
        font-size: 40px;
    }

    .research-philosophy .sub-title {
        font-size: 32px;
    }

    .research-philosophy .desc {
        font-size: 16px;
        margin-top: 30px;
    }
}