.so-gehts-title {
    padding-bottom: 25px;
}
.so-gehts-title h2 {
    padding-bottom: 5px;
}
.so-gehts {
    padding-bottom: 70px;
}
.gehts-box {
    background: #EB71151A;
    border-radius: 40px;
    padding: 41px 31px 31px;
    width: 29.637%;
    position: relative;
}
.gehts-count-box {
    border: 3px solid #0074A8;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.gehts-count-box h3 {
    color: #0074A8;
    height: 21px;
}
.gehts-box span {
    font-size: 18px;
    font-weight: 800;
    color: #161729;
    padding-bottom: 5px;
    display: inline-block;
}
.gehts-box-img {
    background: #E5F1F6;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gehts-boxes {
    display: flex;
    align-items: stretch;
    gap: 55px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199px){
    .gehts-boxes {
        gap: 46px;
    }
    .gehts-box {
        width: 30%;
    }
}

@media only screen and (max-width: 1024px){
    .gehts-box {
        width: 47%;
    }
    .gehts-boxes {
        gap: 30px;
    }
}

@media only screen and (max-width: 991px){
    .gehts-count-box h3 {
        height: 16px;
    }
}

@media only screen and (max-width: 767px){
    .gehts-boxes {
        gap: 30px;
        flex-direction: column;
    }
    .gehts-box {
        padding: 29px 22px 21px 28px;
        width: 100%;
    }
    .gehts-count-box h3 {
        font-size: 22px;
        height: 16px;
    }
    .gehts-count-box {
        width: 48px;
        height: 48px;
        margin-bottom: 13px;
    }
    .gehts-box-img {
        width: 69px;
        height: 69px;
    }
}