.mission{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    cursor: default;
}
.mission__container{
    width: 92%;
    display: flex;
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: column;
}
.mission__up-title{
    color: #00D4E0;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mission__title{
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px; 
    margin-top: 26px;
}
.mission__sub-title{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 26px;
    width: 570px;
}

.mission__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}
.mission__content__left{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}
.mission__content__left > img{
    width: 620px;
}

.mission__content__right{
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 430px;
    flex: none;
}
.mission__content__right > h5{
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 400px;
}
.mission__content__right > p{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 180% */
    width: 400px;
}