.component-title-cta-images-and-caption__contact-picto {
    border-radius: 0.75rem; /* 12px */

    width: 93.6%;
    
    padding: 1.5625rem;
    margin-inline: auto;
    margin-bottom: 0.75rem;

    color: var(--white);
    text-align: center;
}

.component-title-cta-images-and-caption__contact-picto--image-wrapper {
    margin-bottom: 0.625rem; /* 10px */
}

.component-title-cta-images-and-caption__contact-picto--image-wrapper img {
    margin-inline: auto;
}

.component-title-cta-images-and-caption__contact-picto--image-wrapper-description {
    display: none;
}

.component-title-cta-images-and-caption__contact-picto--title {
    font-size: 1.1875rem; /* 19px */
    color: var(--white);
    margin-block-end: 0.3125rem; /* 5px */
}

.component-title-cta-images-and-caption__contact-picto--subtitle {
    font-weight: 700;
}

@media screen and (min-width: 64rem /* 1024px */) {
    .component-title-cta-images-and-caption__contact-picto {
        width: 88.28125%;
        max-width: 70.625rem;
    }
}
