.miss_first_sec {
    background: url(../images/mission_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}
.mob480 {
    display: none;
}
.miss_first_right_box {
    width: 54%;
    background: rgb(255 255 255 / 88%);
    padding: 58px 40px;
}
.miss_first_right_box h1 {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 48px;
    color: #2575ba;
    font-weight: bold;
    margin-bottom: 26px;
}

.miss_first_right_box h1 span {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    font-weight: 300;
}

.miss_first_right_box p {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: normal;
}
.mission_first_box {
    margin-bottom: 56px;
}

.miss_first_right_box .mission_first_box:last-child {
    margin-bottom: 20px;
}
.mission_first_box p span {
    font-size: 18px;
    color: #ff7800;
}
.our_value_sec h1 {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 48px;
    color: #2575ba;
    font-weight: bold;
    margin-bottom: 26px;
}

.our_value_sec {
    text-align: center;
    margin-top: 48px;
}

.our_value_sec h1 span {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    font-weight: 300;
}
.miss_first_sec {
    background: url(../images/mission_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}
.miss_first_right_box {
    width: 54%;
    background: rgb(255 255 255 / 88%);
    padding: 58px 40px;
}
.miss_first_right_box h1 {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 48px;
    color: #2575ba;
    font-weight: bold;
    margin-bottom: 26px;
}

.miss_first_right_box h1 span {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    font-weight: 300;
}

.miss_first_right_box p {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: normal;
}
.mission_first_box {
    margin-bottom: 56px;
}

.miss_first_right_box .mission_first_box:last-child {
    margin-bottom: 20px;
}
.mission_first_box p span {
    font-size: 18px;
    color: #ff7800;
}
.our_value_sec h1 {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 48px;
    color: #2575ba;
    font-weight: bold;
    margin-bottom: 42px;
}

.our_value_sec {
    text-align: center;
    margin-top: 48px;
    max-width: 984px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.our_value_sec h1 span {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    font-weight: 300;
}
.our_value_box {
    display: flex;
    flex-wrap: wrap;
}

.our_first_box {
    width: 30%;
    margin: 0px 1.5%;
    background: #fff;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    border-radius: 20px;
    margin-bottom: 28px;
}
.our_bottom_box h1 {
    font-size: 25px;
    color: #515151;
    font-weight: bold;
    margin-bottom: 20px;
}

.our_bottom_box {
    padding: 40px 36px;
}

.our_bottom_box p {
    font-size: 14px;
    color: #686868;
    font-weight: normal;
    line-height: 20px;
}
.our_first_box img {
    width: 100%;
}
.footer {
    border-top: 1px solid rgb(204 204 204 / 55%);
    padding-top: 40px;
    margin-top: 100px;
}



@media screen and (max-width:821px) {
.our_first_box {
    width: 30%;
    margin: 20px 1.5%;
}
}


@media screen and (max-width:680px) {
.miss_first_right_box {
    width: 100%;
    background: rgb(255 255 255 / 88%);
    padding: 58px 40px;
}
.our_first_box {
    width: 46%;
    margin:20px 1.5%;
}
.our_value_sec h1 {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 48px;
    color: #2575ba;
    font-weight: bold;
    margin-bottom: 0px;
}
}


@media screen and (max-width:480px) {
.miss_first_right_box h1 {
    font-size: 30px;
    margin-bottom: 6px;
}
.miss_first_right_box {
    padding: 34px 40px;
}
.mission_first_box {
    margin-bottom: 28px;
}
.our_first_box {
    width: 93%;
    margin: 20px auto;
    border-radius: 30px;
}
.mob480 {
    display:block;
}
.desktop1920 {
    display: none;
}
.miss_first_sec {
    padding: 20px;
}
.our_value_sec h1 {
    font-size: 27px;
    line-height: 30px;
}
}