.services {
    padding-top: 6vh !important;
    padding-left: 5vw !important; 
    padding-right: 5vw !important; 
    background-color: white;
}
.services__p{
    /* margin-bottom: 6vh !important; */
    align-items: center;
    display: flex;
    gap: 20px;
}


.services__top_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services__top_element {
    margin-top: 2vh !important;
    background-position: right 0 top 0; /* Adjust the values as needed */
    border-radius: 15px;
    width: 90vw;
    padding: 10px 25px;
}
.services__content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services__content_element {
    margin-top: 2vh !important;
    background-position: right 0 top 0; /* Adjust the values as needed */
    border-radius: 15px;
    width: 90vw;
}
.services__content_text{
    padding: 10px 25px;
    flex: 1;
}
.plus__button{
    margin: 6vh 0 1vh 0!important;
}
.plus__button a{
    
    padding: 2px 12px 2px 12px;
    border-radius: 50%;
    font-size: 30px;
    
    background-color: #FFFFFF3F !important;
    text-decoration: none;
    transition: all .2s linear;
}
.plus__button a:hover {
    background-color: #FFFFFF8F !important;
}
.right{
    position: relative;
    width: 100%;
    text-align: right;
    
    
}
.right-content{
    flex-direction: row;
    display: flex;
    gap: 10px;
    width: 200px;
    float: right;
    padding: 15px;
}
.right-content .plus__button{
    margin: 2vh 0 1vh 0!important;
}
.services .wp-block-buttons {
    gap: 16px;
    padding: 24px 0;
    width: 100%;
}

.services .wp-block-buttons .wp-block-button,
.services .wp-block-buttons .wp-block-button a {
    width: 100%;
}

.services .wp-block-buttons .wp-block-button.is-style-dark a:hover {
    background-color: black !important;
}

.services .wp-block-buttons .wp-block-button.is-style-outline a {
    border: 1px solid var(--wp--preset--color--primary) !important;
}

.services .wp-block-buttons .wp-block-button.is-style-outline a:hover {
    background-color: var(--wp--preset--color--primary) !important;
    color: white !important;
}


.services__top_content .services-top-card:first-child{
    background-image: url("./../../../images/background1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.services__top_content .services-top-card:last-child{
    background-image: url("./../../../images/background2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.block-editor-block-list__block.services__content {
    justify-content: space-between !important;
}

@media only screen and (min-width: 800px) {
    .services__top_element {
        background-position: right 20 bottom 20; /* Adjust the values as needed */
    }
}

@media only screen and (min-width: 1200px) {
    .services__top_content {
        justify-content: center !important;
        flex-direction: row;
        
        width: 100%;
    }

    .services-top-card {
        aspect-ratio: 2 / 1;
        display: flex;
        flex-direction: column;

        .services-top-card__btn_container {
            flex: 1;
            display: flex;
            align-items: flex-end;
            margin-bottom: 20px;
        }

        &:nth-child(2) {
            .services-top-card__btn_container {
                justify-content: flex-end;
            }
        }
    }

    .services__content_text{
        padding: 20px 45px;
    }
    .services__content_element {
        border-radius: 15px;
        width: 48.8%;
        min-height: 300px;
    }
    .services__content {
        justify-content: center !important;
        flex-wrap: wrap !important;
        flex-direction: row;
        width: 100%;
        
    }
    .services__element {
        border-radius: 15px;
        width: 40vw; 
    }
    
    .services .wp-block-buttons .wp-block-button,
    .services .wp-block-buttons .wp-block-button a {
        width: 30vw;
    }
    .services__top_element {
        padding: 20px 45px;
    }
}
@media only screen and (min-width: 1500px) {
    .services__content_element {
        width: calc(100% / 3 - 20px);
        min-height: 350px;
    }
    .services .wp-block-buttons .wp-block-button,
    .services .wp-block-buttons .wp-block-button a {
        width: 20vw;
    }
    .services__content_text{
        padding: 20px 45px;
        flex: 1;
    }
    .services__content_text_title{
        padding: 0px 5vw 0px 0px ;
    }
}
@media only screen and (min-width: 1800px) {
    .services__content_element {
        /* padding: 0px 75px 0px 30px; */
        border-radius: 15px;
        width: 32.2%;
        min-height: 340px;
    }
    
    .services__content_text{
        padding: 20px 45px;
        flex: 1;
    }
    .plus__button a{
    
        padding: 5px 15px 5px 15px;
    }
}