.home_title .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(2px + 2rem);
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: calc(3px + 2rem);
}

.home_title .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #999999;
    line-height: calc(6px + 1.5rem);
    text-align: center;

}

.position_box {
    width: 100%;
    padding-top: calc(13px + 2rem);
}

.position {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.position p {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(9px + 0.5rem);
}

@media (max-width: 1100px) {
    .home_title .p1 {
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }

    .home_title .p2 {
        width: 100% !important;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .position p{
        font-size: calc(10px + 1rem);
    }
   
}