/*!
Theme Name: Priorise
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Priorise
*/


.row-block-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.block-list-content-seo{
    display: flex;
    flex-direction: column;
    width: 35%;
    gap: 30px;
}
.block-list-content-seo img{
    max-width: 350px;
}
.block-list-content-seo h2{
    color: var(--themeMarine);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}
.block-list-content-seo p{
    color: var(--themeMarine);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.block-list-row-icons{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 60%;
}
.block-list-row-icons .list-item{
    display: flex;
    padding: 25px 20px;
    flex: 1 1 0;
    min-width: 40%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(106, 50, 251, 0.20);
    background: #F3EFFE;
}
.block-list-row-icons .list-item span.material-symbols-outlined{
    font-size: 28px;
    color: var(--themePurple);
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}
.block-list-row-icons .list-item h3{
    color: var(--themeMarinePurple);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.block-list-row-icons .list-item p{
    color: var(--themeMarine);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



/* RESPONSIVE */

@media only screen and (max-width: 1280px) {
    .block-list-content-seo h2 {
        font-size: 24px;
    }
    .block-list-content-seo img {
        max-width: 320px;
    }
}
@media only screen and (max-width: 1200px) {
    .block-list-content-seo img {
        max-width: 280px;
    }
    .block-list-content-seo p {
        color: var(--themeMarine);
        font-size: 17px;
    }
    .block-list-row-icons .list-item h3 {
        color: var(--themeMarinePurple);
        font-size: 21px;
    }
    .block-list-row-icons .list-item {
        padding: 20px;
        gap: 10px;
    }
    .block-list-row-icons .list-item span.material-symbols-outlined {
        font-size: 24px;
    }
    .block-list-row-icons .list-item p {
        color: var(--themeMarine);
        font-size: 16px;
        line-height: 22px;
    }

}
@media only screen and (max-width: 992px) {
    .row-block-list{
        flex-direction: column;
        gap: 30px;
    }
    .block-list-content-seo{
        width: 100%;
    }
    .block-list-row-icons {
        gap: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
   
}
@media only screen and (max-width: 575px) {
    section.block-list-icons{
        padding: 0;
    }
    .block-list-content-seo{
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-list-row-icons{
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
        gap: 6px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-list-row-icons .list-item {
        padding: 15px;
        min-width: 250px;
    }
    .block-list-row-icons .list-item h3 {
        font-size: 18px;
    }
    .block-list-row-icons .list-item p {
        font-size: 15px;
        line-height: 20px;
    }
    .block-list-content-seo h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .block-list-content-seo img {
        max-width: 250px;
    }
    .block-list-content-seo p {
        color: var(--themeMarine);
        font-size: 16px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 420px) {
    
}

