.ipr .row-img, .isls .row-img{
    width: var(--size-183);
}
.table-heading{
    font-size: var(--size-30);
    color: var(--primary-heading-color);
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 700;
}
.title{
    font-size: var(--size-30);
    color: var(--main-text-color);
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
}

.ipr .about-the-lecture ul li{
    font-size: var(--size-21);
    color: var(--main-text-color);
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
}
.ipr div.research-card .heading span, .isls div.research-card .heading span{
    font-size: var(--size-85);
}
.ipr .tab-carousel .tab-carousel__item-wrapper, .isls .tab-carousel .tab-carousel__item-wrapper{
    width: 100%;
}
.ipr .research-card div.tab-content, .isls .research-card div.tab-content{
    padding: var(--size-65) var(--size-125);
}
.ipr .tab-carousel .carousel-nav, .isls .tab-carousel .carousel-nav{
     width: 100%;
}
.ipr .content-bg{
    background-image: url("../images/bottom-reversed-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.isls .content-bg{
    background-image: url("../images/mentor-bottom-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.contact-us .content-bg{
    background-position: right;
}
.contact-us input, .contact-us textarea{
    border-color:var(--primary-heading-color);
    color:var(--primary-heading-color);
}

.contact-us ::placeholder {
  color:var(--primary-heading-color);
  opacity: 1; /* Firefox */
}

.contact-us ::-ms-input-placeholder { /* Edge 12 -18 */
  color:var(--primary-heading-color);
}