.textAndImage.paddingSpace{
    padding: 150px 0;
    position: relative;
    z-index: 0;
}
.textAndImage .rightItem img{
    width: 100%;
}
.textAndImage .row{
    justify-content: space-between;
    align-items: center
}
.textAndImage .leftItem{
    flex: 0 0 37.51%;
    max-width: 37.51%;
}
.textAndImage .rightItem{
    flex: 0 0 54.2%;
    max-width: 54.2%;
}
.textAndImage .containerWrapper{
    margin-left: 11.81%;
    margin-right: 4.86%;
}
.textAndImage h2{
    margin-bottom: 30px;
    color: var(--primary-color);
}
.textAndImage .description{
    /* margin-bottom: 30px; */
    color: var(--primary-color);
}
.textAndImage .description p:not(:last-child){
    margin-bottom: 25px;
}
.textAndImage h1{
    margin-bottom: 60px;
    text-align: center;
}
.textAndImage .description p a{
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    font-weight: 600;
    color: var(--primary-color);
}
.textAndImage .description p a:hover{
    text-decoration: none;
}
.textAndImage .videoContainer iframe {
    position: relative;
    top: 0;
    width: 100% !important;
    height: 488px !important;
}
.textAndImage button{
    margin-top: 30px;
}


@media (max-width: 1280px){
    .textAndImage.paddingSpace{
        padding: 120px 0;
    }
    .textAndImage .containerWrapper {
        margin-left: 11.72%;
        margin-right: 4.69%;
    }
}

@media (max-width: 1100px){
    .textAndImage .containerWrapper {
        max-width: 89.092%;
        margin: auto;
    }
    .textAndImage .leftItem {
        flex: 0 0 40.82%;
        max-width: 40.82%;
    }
    .textAndImage .rightItem {
        flex: 0 0 48.98%;
        max-width: 48.98%;
    }
    .textAndImage h1{
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) { 
    
 }


@media (max-width: 991.98px) { 
    .textAndImage .row{
        row-gap: 50px;
    }
    .textAndImage .leftItem {
        flex: 0 0 44.82%;
        max-width: 44.82%;
    }
    .textAndImage .rightItem {
        flex: 0 0 50.98%;
        max-width: 50.98%;
    }
    
 }


 @media (max-width: 767.98px) { 
    .textAndImage.paddingSpace{
        padding: 80px 0;
    }
    .textAndImage .row{
        row-gap: 25px;
    }
    .textAndImage .rightItem, .textAndImage .leftItem {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .textAndImage .leftItem {
       order: 2;
    }
    .textAndImage h2 {
        margin-bottom: 20px;
    }
    .textAndImage h1 {
        margin-bottom: 40px;
    }
    .textAndImage .videoContainer iframe{
        width: 244px !important;
    }
    .textAndImage button{
        margin-top: 20px;
    }
    .textAndImage .containerWrapper {
        max-width: 86.67%;
        margin: auto;
    }
    
 }



 @media (max-width: 575.98px) {
    .textAndImage .containerWrapper {
        max-width: 86.67%;
        margin: auto;
    }
  }