img {
    display: block;
}
    .wrapper {
        margin: 0 auto;
        padding: 0px 20px;
    }

    .breadcrumbs-care {
        display: flex;
        flex-direction: column;
        justify-content: left;
        padding-top: 60px;
        overflow: hidden;
    }

    .breadcrumbs-links-container {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .breadcrumbs-link {
        text-decoration: none;
        border-right: 1px solid #9AB4C1;
        font-family: Gilroy;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        color: #9AB4C1;
        padding-left: 16px;
        padding-right: 16px;
    }

    .breadcrumbs-link:first-child {
        padding-left: 0;
    }
    
    .breadcrumbs-link:last-child {
        border-right: 1px solid transparent;
    
    }

    .breadcrumbs-intro {
        font-family: Gilroy;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000C31;
        margin-top: 10px;
    }

    .breadcrumbs-link:first-child {
        padding-left: 0;
    }
    
    .breadcrumbs-link:last-child {
        border-right: 1px solid transparent;
    
    }

    .summary-title {
        font-family: Gilroy;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 120%;
        color: #000C31;
        margin-top: 28px;
        margin-bottom: 40px;
    }

    .summary-img {
        width: 100%;
    }

    .accordion-card {
        background-color: #F0F1F8;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 50px;
    }

    .accordion-card:last-child {
        margin-bottom: 60px;
    }
    
    .accordion-card-offset-top {
        padding-bottom: 0;
    }

    .accordion-card-container {
        padding-left: 20px;
        padding-right: 20px;
    }


    .accordion-card-preview {
        display: block;
        width: 100%;
    }

    .preview-img {
        max-width: 100%;
    }

    .accordion-card-header-group {
        margin-top: 20px;
    }

    .accordion-card-header {
        font-family: Gilroy;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        align-items: center;
        color: #000C31;
        margin-bottom: 20px;
    }
    
    .accordion-card-description, 
    .collapsed-item-description, 
    .collapsed-content-description, 
    .tab-card-description,
    .collapsed-item-description-uppercase, 
    .collapsed-content-description-uppercase {
        font-family: Gilroy;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        color: #586386;
        margin-bottom: 20px;
    }

    .btn-collapsed {
        margin-top: 30px;
        background-color: #C11426;
        border-radius: 25px;
        border-color: transparent;
        padding: 12px 50px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .btn-collapsed span{
        font-family: Gilroy;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.08em;
        color: #FFFFFF;
    }

    .btn-collapsed.extended {
        background: #FFFFFF;
      }

    .btn-collapsed .hidden {
        display: none;
    }
    
    .btn-collapsed.extended span {
        color: #000C31;
    }

    .btn-collapsed.extended  .btn-collapsed-icon{
        transform: rotate(180deg);
        display: block;
        stroke: #000C31;
    }
  
    .btn-collapsed-icon {
        margin-left: 6px;
        width: 20px;
        height: 20px;
        transition: transform 0.3s;
        stroke: #fff;
    }

    .collapsed-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
        margin-top: 24px;
    }
  
    .collapsed-item {
        display: block;
        width: 100%;
        margin: 30px 0px;
        position: relative;
    }

    .collapsed-item-icon-outer {
        display: none;
    }

    .collapsed-item-title-mobile {
        display: flex;
        justify-content: start; 
        align-items: center;
        margin-bottom: 10px;
    }

    .collapsed-item-icon-mobile {
        height: 50px;
        max-width: 20%;
    }

    .collapsed-item-header-mobile {
        font-family: Gilroy;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #000C31;
        margin-left: 18px;

    }

    .collapsed-item-title {
        display: none;
    }

    .collapsed-item-content {
        width: 100%;
        position: relative;
        background: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .collapsed-item-content-offset-top {
        padding-bottom: 0px;
    }

    .collapsed-item-content-container {
        padding-left:20px;
        padding-right: 20px;
    }
   
    .collapsed-item-img {
        width: 100%;
        margin-bottom: 36px;
        margin-top: 18px;
    }

    .collapsed-content-img {
        margin-bottom: 36px;  
    }

    .collapsed-tab,
    .collapsed-tab-large {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        background: #FFFFFF;
        margin-top: 20px;
    }

    .collapsed-tab {
        margin-bottom: 18px;
    }

    .tab-card {
        width: 100%;
        display: flex;
        border: 1px solid #E0E2EE;
        align-items: center;
        padding: 20px;
    }

    .tab-card-icon {
        max-width: 20%;
        height: 44px;
    }

    .tab-card-description {
        margin-left: 20px;
    }

    .slider {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 34px;
    }

    /* .slider-ctrl {
        background: #000C31;
        border-radius: 50%;
        border: 1px solid transparent;
        height: 42px;
        width: 44px;
        align-self: center;
        display: flex;
        justify-content: center;
    }

    .slider-ctrl-left,
    .slider-ctrl-right {
        align-self: center;
        height: 13px;
        fill: thistle;
    }*/

    .slide-logos {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .slide-logos-icon {
        width: 20%;
        height: 44px;

    }  




@media (min-width: 768px) {
    .wrapper {
        margin: 0 auto;
        width: 768px;
        padding: 0px 40px;
    }

    .breadcrumbs-care {
        margin-top: 108px;
    }

    .breadcrumbs-intro {
        font-size: 18px;
    }


    .summary-title {
        font-size: 45px;
    }

    .accordion-card {
        background-color: #F0F1F8;
        padding-top: 50px;
        padding-bottom: 40px;
        margin-top: 50px;
    }

    .accordion-card-offset-top {
        padding-bottom: 0px;
    }

    .accordion-card-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .accordion-card-preview {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        max-width: 100%;
        align-items: flex-start;
    }

    .accordion-card:nth-child(2n) .accordion-card-preview{
        flex-direction: row-reverse;
    }
    
    .accordion-card:nth-child(2n) .accordion-card-preview > .preview-img {
        margin-right: 0;
        margin-left: 30px;
        
    }

    .accordion-card:last-child {
        margin-bottom: 100px;
    }
    
    .accordion-card-header-group {
        margin-top: 0;
        width: 54%;
    }
    
    .preview-img {
        max-width: 45%;
        margin-right: 30px;
        height: 238px;
    }

    .accordion-card-header {
        font-size: 30px;
    
    }

    .accordion-card-description, 
    .collapsed-item-description, 
    .collapsed-content-description, 
    .tab-card-description {
        font-size: 14px;
    }

    .collapsed-item-description-uppercase, 
    .collapsed-content-description-uppercase {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: #17315B;
    margin-bottom: 20px;
    }


    .btn-collapsed {
        padding: 16px 47px;
    }


    .collapsed-item {
        display: flex;
        width: 100%;
        margin: 30px 0px;
    }

    .collapsed-item-title-mobile {
        display: none;
    }


    .collapsed-item-icon-outer {
        display: flex;
        max-width: 16%;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 50%;
        padding: 20px;
        height: 100px;
    
    }

    .collapsed-item-icon {
        align-self: center;
        max-height: 80%;
        max-width: 80%;
    }
    .collapsed-item-content {
        width: 75%;
        margin-left: 40px;
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .collapsed-item-content::before {
        position: absolute;
        top: 0;
        left: -30px;
        width: 0; 
        height: 0;
        content: ''; 
        border: 30px solid transparent;
        border-top: 30px solid #FFFFFF;
        z-index: 1;
    }

    .collapsed-item-content-offset-top {
        padding-bottom: 0px;
    }

    .collapsed-item-content-container {
        padding-left:30px;
        padding-right: 30px;
    }

    .collapsed-item-title {  
        display: inline-block;
        font-family: Gilroy;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        color: #000C31;
        font-size: 24px;
    }

    .tab-card {
        width: 50%;
    }

}


@media (min-width: 1366px) {
    .wrapper {
        margin: 0 auto;
        width: 1366px;
        padding: 0px 158px;
    }

    .breadcrumbs-care {
        margin-top: 146px;
    }

    .summary-title {
        font-size: 60px;
        margin-top: 28px;
        margin-bottom: 40px;
    }


    .accordion-card {
        padding-top: 50px;
        padding-bottom: 40px;
        margin-top: 50px;
    }

    .accordion-card-offset-top {
        padding-bottom: 0;
    }

    .accordion-card-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .accordion-card:first-child {
        margin-top: 50px;
    }
    .accordion-card:last-child {
        margin-bottom: 100px;
    }

    .preview-img {
        max-width: 36%;
        height: 276px;
        margin-right: 50px;
    }

    .accordion-card:nth-child(2n) .accordion-card-preview > .preview-img {
        margin-right: 0;
        margin-left: 50px;    
    }



    .accordion-card-header-group {
        width: 63%;
    }

    .accordion-card-header {
        font-size: 45px;
    }

    .collapsed-item-description-uppercase, 
    .collapsed-content-description-uppercase {
        font-size: 18px;
    }

    .collapsed-item-icon-outer {
        height: 150px;
    }

    .collapsed-item-content {
        width: 84%;
    }

    .collapsed-item-title {
        font-size: 28px;
    }

    .tab-card-icon {
        max-width: 20%;
        height: 63px;
    }

    
    .slide-logos-icon {
        width: 20%;
        height: 44px;
    
    }
    

}
