.responsible-container {
    display :flex;
    height: 336.35px;
    background-color: white;

}

.responsible-image {
    flex: 95%;
    text-align: center;
    margin: auto;
}

.right-responsible {
    flex: 100%;
    text-align: start;
    margin: auto;

}

.link-responsible {
    width: 191px;
    height: 84px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
}

.link-responsible-background {
    width: 191px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}

.links-responsible {
    display: flex;
    overflow: visible;
    transform: none;
}

.title-responsible p {
    color: #005C95;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.45px;
    text-align: left;
    width: 533px;
}

.description-responsible p {
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    width: auto;
}

.description-responsible {
    margin-top: 30px;
    margin-bottom: 30px;

}

.img {
    width: 309px;
    height: 281px;
}

.link-title{
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    margin-top: 14px;
    margin-left: 14px;
    position: relative;
    z-index: 1;

}


.link-description {
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.26233595609664917px;
    margin-top: 14px;
    margin-left: 14px;
    position: relative;
    z-index: 1;

}

.link-responsible a {
  text-decoration: underline;
  color: #FFFFFF;

}

@media (max-width: 920px) {
    .title-responsible p {
        width: auto;
        max-width: 460px;
    }

    .description-responsible p {
        width: 500px;
        max-width: 460px;
    }
    .link-responsible-background {
        width: 146px!important;
        height: auto;
    }
    .link-responsible {
        width: 144px;
    }
    .link-title {
     font-size: 17px;
     margin-bottom: 10px;
    }
    .link-description {
        margin-top: 0px;
    }
}

@media (max-width: 767.98px) {

    .responsible-container {
        display :flex;
        height: auto;
        background-color: white;
        flex-wrap: wrap;
        width:100%;
        overflow: hidden;
        position: relative;
    }

    .right-responsible {
        flex: 0 0 100%;
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .links-responsible {
        display: flex;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        transform: none;
        scroll-snap-type: x proximity;
        scroll-padding-left: 35px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-x;
    }

    .links-responsible::before,
    .links-responsible::after {
        content: "";
        flex: 0 0 35px;
        min-width: 35px;
    }

    .links-responsible::-webkit-scrollbar {
        display: none;
    }

    .link-responsible {
        flex: 0 0 144px;
        min-width: 144px;
        scroll-snap-align: start;
    }

    .img {
        width: 211px;
        height: 192px;

    }

    .title-responsible p {
        color: #005C95;
        width: 319px;
        font-family: DM Sans;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
        text-align: left;
        margin-left: 35px;
        margin-top: 5px;
    }

    .description-responsible p {
        width: 324px;
        margin-left: 35px;
    }
}

