.contactbg{
    background-image: url(https://d2yrq5q0hrg3y1.cloudfront.net/aimm-web-assets/leonie/team_bg_image1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    position: relative;
    padding: 140px 0;
    margin: 108px 0 75px!important;
}
.ourstory1{   
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.carecontent1{    
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 0 9% 0 0;
}
.contactbg h3{
    color: #363636;
    font-family: var(--bs-font-Cormorant);
    font-size: 42px;
    line-height: 1.1667em;
    letter-spacing: .01em;
    font-weight: 600;
}
.contactbg p:first-child{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;
    line-height: 1.7em;
}
.contactbg p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1.7em;
    letter-spacing: .02em;
    color: var(--text-color-2); 
    transition: color .2s ease-out;
    font-family: var(--bs-font-Catamaran);
}
.contactbg p a{
    text-decoration: none;
    color: #6f6f6f;
}
.careimg1{
    width: 50%;
}
.ourstoryimg1{
    width: 552px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.ourstoryimg1 img{
    height: 583px;
    width: auto;
    cursor: pointer;
}
@media (max-width: 1050px){
    .ourstory1{  
        display: block;
    }
    .carecontent1{    
        max-width: 768px;
        width: 100%;
        padding: 0px;
        padding-bottom: 80px;       
        margin: 0 auto;
    }
    .careimg1{
        width: 100%;
    }
    .ourstoryimg1{
        width: 768px;
        margin: 0 auto;
    }
    .ourstoryimg1 img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 849px){
    .carecontent1{ 
        max-width: 100%;
        width: 85%;
    }
    .ourstoryimg1{
        width: 100%;
    }
    .ourstoryimg1 img{
        width: 85%;
        height: auto;
    }
}