
.gut-differences {
    padding: 60px 0 120px 0;
    width: 100% !important;
    max-width: 100% !important;
    background: rgba(250, 250, 250, 1);
}

.gut-differences,
.gut-differences * {
    box-sizing: border-box;
}

.gut-differences-wrapper {
    width: 1226px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gut-differences-text-before-title {
    color: rgba(12, 12, 12, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 15px;
}

.gut-differences-title {
    color: rgba(12, 12, 12, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.3%;
    text-align: center;
    margin-bottom: 15px;
}

.gut-differences-text-after-title {
    color: rgba(12, 12, 12, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}

.gut-differences-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: -20px;
}

.gut-differences-item {
    margin-top: 20px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

.gut-differences-item-image {
    width: 100%;
    position: relative;
}

.gut-differences-item-image:after {
    content: '';
    display: block;
    padding-top: 56.3%;
}

.gut-differences-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.gut-differences-item-bottom {
    border: 1px solid rgba(47, 51, 82, 0.16);
    border-radius: 0px 0px 8px 8px;
    background: rgba(250, 250, 250, 1);
    padding: 20px;
}

.gut-differences-item-text-before-title {
    color: rgba(27, 98, 234, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
}

.gut-differences-item-title {
    color: rgba(12, 12, 12, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 15px;
}

.gut-differences-item-text {
    color: rgba(12, 12, 12, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

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

@media screen and (max-width: 1441px) {
    .gut-differences {
        padding: 70px 0;
    }
}

@media screen and (max-width: 767px) {
    .gut-differences {
        padding: 0;
        margin: 45px 0 !important;
        background: transparent;
    }

    .gut-differences-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .gut-differences-text-before-title {
        color: rgba(12, 12, 12, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 15px;
    }

    .gut-differences-title {
        color: rgba(12, 12, 12, 1);
        font-size: 21px;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 15px;
    }

    .gut-differences-text-after-title {
        color: rgba(12, 12, 12, 1);
        font-size: 16px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 30px;
    }

    .gut-differences-list {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        gap: 15px;
        margin-top: 0;
    }

    .gut-differences-item {
        width: 100%;
        margin-top: 0;
    }

    .gut-differences-item-bottom {
        box-sizing: border-box;
        border: 1px solid rgba(47, 51, 82, 0.16);
        background: rgba(250, 250, 250, 1);
    }

    .gut-differences-item-text-before-title {
        color: rgba(27, 98, 234, 1);
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 10px;
    }

    .gut-differences-item-title {
        color: rgba(12, 12, 12, 1);
        font-size: 21px;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 12px;
    }

    .gut-differences-item-text {
        color: rgba(12, 12, 12, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
    }

}