/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.services-container p {
    display: none;
}
.services-title {
    margin: 100px 0 0;
    display: flex;
    justify-content: center;
    color: white;
}
.services-container {
    display: flex;
    max-width: 1180px;
    margin: 0 auto -200px;
    justify-content: space-evenly;
    padding: 50px 0 800px;
    position: relative;
}
.services-container p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff20;
}
.services-container a {
    font-size: 32px;
    line-height: 34px;
    max-width: 200px;
    hyphens: none;
    text-align: center;
    font-weight: bold;
    color: #ffffff20;
    text-decoration: none;
}
.services-container a:hover {
    color: white;
}
.services-container-2 a {
    color: white;
}
.services-container-4 a {
    color: white;
    text-decoration: underline;
    hyphens: auto;
}
.services-container-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='429' height='429' viewBox='0 0 433 433' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='216.5' cy='216.5' r='214' stroke='%23ffffff20' stroke-width='2' fill='none' /%3E%3C/svg%3E%0A");
    background-position: center;
    height: 429px;
    width: 429px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services-container-2 {
    background-image: url("data:image/svg+xml,%3Csvg width='429' height='429' viewBox='0 0 433 433' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='216.5' cy='216.5' r='214' stroke='%23ffffff20' stroke-width='2' fill='none' /%3E%3C/svg%3E%0A");
    background-position: center;
    height: 429px;
    width: 429px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services-container-3 {
    background-image: url("data:image/svg+xml,%3Csvg width='429' height='429' viewBox='0 0 433 433' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='216.5' cy='216.5' r='214' stroke='%23ffffff20' stroke-width='2' fill='none' /%3E%3C/svg%3E%0A");
    background-position: center;
    height: 429px;
    width: 429px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services-container-4 {
    background-image: url("data:image/svg+xml,%3Csvg width='250' height='250' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='125' cy='125' r='125' fill='%23F6CE47' /%3E%3C/svg%3E%0A");
    bottom: 200px;
    position: absolute;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1180px) {
    .services-title {
        margin: 80px 0 0;
        font-size: 30px;
    }
    .services-container p {
        font-size: 13px;
        margin: 0;
    }
    .services-container-2 a {
        font-size: 22px;
    }
    .services-container-4 a {
        font-size: 17px;
        max-width: 120px;
        line-height: 20px;
    }
    .services-container-1{
        display: none;
    }
    .services-container-3{
        display: none;
    }
    .services-container-2{
        background-image: url("data:image/svg+xml,%3Csvg width='250' height='250' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='125' cy='125' r='125' fill='none' stroke='%23ffffff20' stroke-width='2' /%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        height: 250px;
    }
    .services-container-4 {
        background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75' cy='75' r='75' fill='%23F6CE47' /%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        bottom: 100px;
        width: 100%;
        right: 0;
    }  
    .services-container{
        padding: 50px 0 500px;
    }  
}

