.myServiceIcon {
    height: 300px;
}

.myServiceIcon .myServiceIconImg {
    width: 200px;
}

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

.myServiceItem a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}
.myBack .myServiceItemWrapper{
    background:#4F829B;
}
.myServiceItem h3 {
    font-size: 1.6rem;
    z-index: 2;
    position: relative;
}
.myServiceItem h3::after{
    content: "→";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #4F829B;
}

.myServiceItemWrapper {
    position: relative;
    height: 300px;
    margin: 0 0;
}
.myServiceItem{
    width: 100%;
}
.myServiceItemText {
    padding: 4rem 6rem;
    height: auto;
    background: #fff;
}

@media screen and (max-width: 767px){
    .myServiceItem{
        height: auto;
    }
    .myAdditionalMenu.myBack{
    background-color: #4F829B;
}
    .myServiceItemText{
        padding: 40px 30px;
        height: auto;
    }
    .myServiceList{
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }
    .myServiceIcon{
        height: 250px;
    }
    .myServiceItemText p,
    .myServiceItemText li{

        font-size: 18px;
    }
.myServiceItem h3{
    font-size: 26px;
    margin-bottom: 20px;
}
.myServiceItemWrapper{
    height: 250px;
}
    .myServiceIcon .myServiceIconImg{
        width: 155px;
    }
}
@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: 560px;
        height: 600px;
        margin: 0 auto;
        background-color: #fff;
        /* padding-top: calc((100% - 80px)/3) !important; */
    }

    .myServiceItem h3 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }
    .myServiceItem:nth-child(n+3){
        margin-top: 10rem;
    }
}