/**
* Place your paragraph-title-widgets styles here.

MAIN
ADAPTIVE

*/


/* MAIN */
.paragraph-title-widgets {
    background: #067c93;
    background-image: url(/sites/default/files/2025-08/image-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.paragraph-title-widgets > div {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.paragraph-title-widgets__title {
    font-size: 34px;
    width: 100%;
    color: #fff;
    line-height: normal;
}

.paragraph-title-widgets__widgets {
    /* width: 100%; */
    /* max-width: none; */
}

.paragraph-title-widgets__widgets > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.paragraph-widget-icontext {
    display: grid;
    grid-template-columns: 55px auto;
    column-gap: 1rem;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
}

.paragraph-widget-icontext__icon {
    
}

.paragraph-widget-icontext__description {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.paragraph-widget-icontext__description p {
    margin: 0;
}









/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
  
}

@media (max-width: 1550px) {
  
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
  
}

@media (max-width: 1150px) {

}

@media (max-width: 1100px) {
    .paragraph-widget-icontext__description {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .paragraph-widget-icontext__description {
        font-size: 16px;
    }
}

@media (max-width: 834px) {
  
}

@media (max-width: 768px) {
  
}

@media (max-width: 670px) {
    .paragraph-title-widgets__widgets > div {
        grid-template-columns: 1fr;
    }
    .paragraph-title-widgets__title {
        font-size: 30px;
    }
    .paragraph-title-widgets__widgets {
        
    }
}

@media (max-width: 480px) {
}

@media (max-width: 450px) {
  
}

@media (max-width: 380px) {

}