/*
Theme Name: GE Theme
Version: 1.0
Text Domain: ge
*/

.getInTouch_image .getInTouch_sub {
    margin-top: 50px;
    display: block;
}
.getInTouch_image .getInTouch__container {
    padding-top: 0px;
    padding-right: 0px;
}
.getInTouch_image .getInTouch__container:before {
    max-height: 100%;
}
.getInTouch_image .getInTouch__inner-block:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.getInTouch_image .getInTouch__inner-block:nth-child(2) {
    display: flex;
}
.getInTouch_image .getInTouch__inner-block:nth-child(1) {
    padding-right: 143px;
}

.getInTouch_image .getInTouch__container .getInTouch__inner-block:nth-of-type(2),
.getInTouch_image .getInTouch__container .getInTouch__inner-block:nth-of-type(1) {
    width: 50%;
}
@media (max-width: 1700px) {
    .getInTouch_image .getInTouch_image .getInTouch__inner-block:nth-child(1) {
        padding-right: 80px;
    }
}
@media (max-width: 1320px) {
    .getInTouch_image .getInTouch__container .getInTouch__inner-block:nth-of-type(1) {
        width: 100%;
    }
    .getInTouch_image .getInTouch__container {
        padding-right: 50px;
    }
    .getInTouch_image .getInTouch__inner-block:nth-child(1) {
        padding-right: 0;
    }
    .getInTouch_image .getInTouch__container:before {
        max-height: 76%;
    }
}
@media (max-width: 1024px) {
    .getInTouch_image .getInTouch__container {
        padding-top: 80px;
    }
}
@media (max-width: 625px) {
    .getInTouch_image .getInTouch__container {
        padding: 0;
    }
    .getInTouch_image .getInTouch__container .getInTouch__inner-block:nth-of-type(2) {
        padding: 0;
        width: 100%
    }
    .getInTouch_image .getInTouch__container .getInTouch__inner-block:nth-of-type(1) {
        padding: 84px 32px 30px;
    }
    .getInTouch_image .getInTouch__inner-block:nth-child(2) img {
        border-radius: 10px;
    }
}