.OurOtherTechnologies { padding: 112px 0;  background-color: #451B17;}
.OurOtherTechnologies .ourtec { padding: 0 0 64px 0; }

.OurOtherTechnologies .wrapper{
    max-width: 717px;
    width: 100%;
}
.OurOtherTechnologies .title{ margin-bottom: 16px; }
.OurOtherTechnologies .title * {
    color: #FFF;
    font-family: "PT Serif";
    font-size: clamp(32px, 3vw,48px);
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 50.4px */

}
.OurOtherTechnologies .desc * {
    color: #FFFFF9;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

.OurOtherTechnologies .technologies{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    row-gap: 24px;
}

/*Crads white*/
.OurOtherTechnologies .technology{
    padding: 25px;
    background-color: #FFF;
    box-shadow: 0 0 0 0 #F30;
    transition: all .3s linear;
}

@media screen and (min-width: 992px) {
    .OurOtherTechnologies .technology:hover {
        box-shadow: 0 0 0 2px #F30;
    }
}

.OurOtherTechnologies .technology .info{
    transition: all .3s linear;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .OurOtherTechnologies .technology:hover .info {
        transform: scale(0.95);
    }

    .OurOtherTechnologies .desc *{
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500!important;
        line-height: 24px; /* 150% */
    }
}

.OurOtherTechnologies .technology .title{
    color: #F30;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

.OurOtherTechnologies .technology .text {
    color: #451B17;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.OurOtherTechnologies .technology .button{
    color: #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
    min-width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 19px 26px;
    margin-bottom: 32px;
}

.OurOtherTechnologies .technology .contImg{
    width: 266px;
    height: 149px;
    transition: all .3s linear;
    margin-left: auto;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .OurOtherTechnologies .technology:hover .contImg {
        width: 100%;
    }
}

.OurOtherTechnologies .technology .image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s linear;
    transform: scale(1);
}

.OurOtherTechnologies .loadMore{ display: none; }
@media screen and (min-width: 992px) {
    .OurOtherTechnologies .technology:hover .image {
        transform: scale(1.2);
    }
}

.OurOtherTechnologies .technology .button:after{
    content: "";
    display: block;
    background: url(../../assets/images/arrow-notile.svg) no-repeat;
    width: 9px;
    height: 12px;
    background-size: contain;
}

@media screen and (max-width: 992px) {
    .CaseStudiesAndWhitepapers .whitepaper .contImg {
        width: 100%;
    }

    .OurOtherTechnologies .technologies{
        grid-template-columns: repeat(2, 1fr);
    }

    .OurOtherTechnologies .wrapper { grid-template-columns: 1fr; }
    .OurOtherTechnologies .col:nth-child(2) { padding-top: 0; border-top: 0; }
}

@media screen and (max-width: 767px){
    .OurOtherTechnologies .technologies{
        grid-template-columns: 1fr;
    }

    .OurOtherTechnologies .loadMore{
        width: fit-content;
        margin: 30px auto 0 auto;
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 8px;
    }

    .OurOtherTechnologies .loadMore span{
        color: #F30;
        leading-trim: both;
        text-edge: cap;
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .OurOtherTechnologies .loadMore .iconPlus{
        width: 9.5px;
        height: 9.5px;
    }

}

@media screen and (max-width: 567px){
    .OurOtherTechnologies { padding: 44px 0; }
    .OurOtherTechnologies .ourtec { padding: 0 0 56px 0; }
    .OurOtherTechnologies .col:nth-child(2) { border-top: 0; padding-top: 0; }
}

.OurOtherTechnologies .slide-body {
    display: none;
}