.our-core-strength-row {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 40px;
}
.our-core-strength-content {
    width: 50%;
}
.our-core-strength-img {
    width: 50%;
}
.our-core-strength-img {
    width: 50%;
    position: relative;
    padding-bottom: 32.5%;
}
.our-core-list ul {
    margin-left: 0;
}
.our-core-strength-content p a{
    transition: .5s;
    color: #2A93D0;
    text-decoration: underline;
}
.our-core-strength-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.our-core-list ul li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.our-core-list ul li:last-child {
    margin-bottom: 0;
}
.our-core-list ul li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('https://dddemo.net/wordpress/2025/idtaus-new/wp-content/uploads/2025/10/list-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.page-id-33 .our-core-strength-row,
.page-id-35 .our-core-strength-row,
.page-id-37 .our-core-strength-row{
    padding-bottom: 0;
}

@media only screen and (max-width: 991px){
    .our-core-strength-row {
        flex-direction: column-reverse;
    }
    .our-core-strength-content {
        width: 100%;
    }
    .our-core-strength-img {
        width: 100%;
        padding-bottom: 70%;
    }
}

