.office {
    padding-bottom: 40px;
    padding-top: 20px;
    .office_wrapper {
        .office_left {
            h4 {
                font-size: 30px;
                color: $primaryColor;
                font-weight: 600;
                line-height: 35px;
            }

            h5 {
                font-size: 18px;
                color: $white;
                font-weight: 400;
                line-height: 30px;
                padding-top: 10px;

            }

            p {
                font-size: 15px;
                color: $text;
                font-weight: 400;
                line-height: 24px;
                padding-top: 10px;
            }

            .office_btn {
                ul {
                    text-align: center;
                    padding-top: 60px;

                    li {
                        display: inline-block;
                        height: 50px;
                        width: 140px;
                        background-color: $primaryColor;
                        text-align: center;
                        line-height: 50px;
                        font-size: 16px;
                        color: $white;
                        font-weight: 500;
                        margin: 0 10px;
                    }

                }
            }
        }

        .office_right {
            height: 450px;
            width: 100%;
            background-color: #d3cfcf;
            display: flex;
            justify-content: center;
            align-items: center;

            img {
                max-height: 100%;
                max-width: 100%;
                border-radius: 5px;
            }
        }
    }
}