.two-image-with-text-show{
    margin: 0 18.75%;
}

.two-image-with-text-show-title{
    color: rgb(4, 9, 33);
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 56px;
}

.two-image-with-text-show-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.two-image-with-text-show-content-item{
    width: 49.5%;
}

.two-image-with-text-show-content-item-image{
    height: 388px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.two-image-with-text-show-content-item-title{
    margin-top: 32px;
    font-size: 22px;
    font-weight: 800;
    color: rgb(4, 9, 33);
    padding: 0 8px;
}

.two-image-with-text-show-content-item-description{
    margin-top: 20px;
    font-size: 16px;
    color: rgb(103, 106, 109);
    padding: 0 8px;
}

.two-image-with-text-show-content-item-label{
    margin-top: 12px;
    font-size: 12px;
    color: rgb(103, 106, 109);
    padding: 0 8px;
}


@media screen and (min-width: 960px) and (max-width: 1440px) {
    .two-image-with-text-show{
        margin: 0 18.75%;
    }
    .two-image-with-text-show-content-item-image{
        height: 291px;
    }
    .two-image-with-text-show-title{
        font-size: 30px;
        text-align: center;
        padding-bottom: 42px;
    }
    .two-image-with-text-show-content-item-title{
        margin-top: 24px;
        font-size: 16.5px;
    }
    .two-image-with-text-show-content-item-description{
        margin-top: 15px;
        font-size: 12px;
    }
    .two-image-with-text-show-content-item-label{
        font-size: 9px;
        margin-top: 9px;
    }
}

@media screen and (max-width: 959px) {
    .two-image-with-text-show{
        margin: 0 4.26%;
    }
    .two-image-with-text-show-title{
        color: rgb(4, 9, 33);
        font-size: 24px;
        line-height: 36px;
        font-weight: 800;
        text-align: center;
        padding: 0 64px 24px 64px;
    }
    .two-image-with-text-show-content{
        display: flex;
        flex-direction: column;
    }
    .two-image-with-text-show-content-item{
        width: 100%;
    }
    .two-image-with-text-show-content-item-image{
        height: 224px;
        width: 100%;
    }
    .two-image-with-text-show-content-item-title{
        margin-top: 16px;
        font-size: 20px;
        font-weight: 800;
    }
    .two-image-with-text-show-content-item-description{
        margin-top: 8px;
        font-size: 16px;
    }
    
    .two-image-with-text-show-content-item-label{
        font-size: 12px;
        margin: 8px 0px 32px 0px;
    }
}