.access_space {
    height: 200px;
}
.access_space_min {
    margin-top: -100px;
}
.access_wrapeer {
    padding-top: 160px;
    background-color: #E2E9F6;
}
.access_subject {
    text-align: center;
    color: #27336E;
    font-weight: bold;
}
.access_subject h2 {
    font-size: 35px;
}
.office_wrapper {
    display: flex;
    align-items: center;
    margin-top: 200px;
}
.office_wrapper:nth-child(even) {
    flex-direction: row-reverse;
}
.office_wrapper img {
    width: 45%;
}
.office_content {
    width: 42%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #27336E;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.office {
    display: flex;
    justify-content: space-between;
}
.office_address {
    text-align: left;
}
.office_address h3 {
    font-size: 20px;
}
.office_map {
    width: 65%;
}
.office_discription {
    margin-top: 10px;
    background-color: #E3E9F5;
    padding: 20px;
}

@media screen and (max-width: 740px) {
    .office_wrapper img {
        width: 50%;
    }
    .office_content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 540px) {
    .access_wrapeer {
        padding-top: 15vh;
    }
    .access_space_min {
        margin-top: -40px;
    }
    .office_wrapper {
        display: block;
        align-items: center;
        margin-top: 80px;
    }
    .office_wrapper:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .office_wrapper img {
        width: 90%;
    }
    .office_content {
        width: 90%;
        margin: 20px 0 0 auto;
    }
}