.technical-transfer-content p {
    margin-bottom: 20px;
}
.technical-transfer-row {
    display: flex;
    align-items: center;
    gap: 40px;
}
.technical-transfer-content {
    width: 50%;
}
.technical-transfer-img {
    width: 50%;
    position: relative;
    padding-bottom: 32.5%;
}
.technical-transfer-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.page-id-33 .technical-transfer-img {
    padding-bottom: 40.5%;
}

@media only screen and (max-width: 1199px){
    .page-id-33 .technical-transfer-img {
        padding-bottom: 69.5%;
    }
}

@media only screen and (max-width: 991px){
    .page-id-33 .technical-transfer-img {
        padding-bottom: 70.5%;
    }

    .page-id-47 section#excellence-and-ownership .technical-transfer-row {
        align-items: start;
    }
    .technical-transfer-row {
        flex-direction: column;
    }
    .technical-transfer-img {
        width: 100%;
        padding-bottom: 70%;
    }
    .technical-transfer-content{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .technical-transfer-row {
        flex-direction: column;
    }
    .technical-transfer-img {
        width: 100%;
        padding-bottom: 70%;
    }
    .technical-transfer-content{
        width: 100%;
    }
    .page-id-33 .technical-transfer-img {
        padding-bottom: 149.5%;
    }
}