.myServiceIcon {
    height: 100%;
}

.myServiceIcon .myServiceIconImg {
    width: 42%;
}

.myServiceItem {
    position: relative;
    width: 100%;
    /* padding-top: 100%; */
    margin: 0 0 3.5rem;
}

.myServiceItem a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.myServiceItem h3 {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    background: #fff;
    padding: 3.2rem 1.6rem;
    top: 3.5rem;
    right: 5rem;
    z-index: 2;
}

.myServiceItemWrapper {
    position: relative;
    height: 0;
    padding-top: 100%;
    margin: 0 0 3rem;
}

.myServiceItemText {
    padding: 2rem;
    background: #fff;
}

@media screen and (min-width: 768px){
    #serviceList .myServiceList{
        width: 100% !important;
    }

    .myServiceList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .myServiceItem {
        width: calc((100% - 80px)/2) !important;
        /* padding-top: calc((100% - 80px)/2) !important; */
    }
}

@media screen and (min-width: 769px) {

}

@media screen and (min-width: 768px) and (orientation: landscape){
    .myServiceItem {
        width: calc((100% - 80px)/3) !important;
        margin: 0;
        /* padding-top: calc((100% - 80px)/3) !important; */
    }

    .myServiceItem h3 {
        font-size: 2rem;
    }
}