.index-services-square {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: 2rem;
    background: #C71441;
}

.index-services-container {
    margin-bottom: 60px;
}

.index-services-background {
    padding: 90px 0px;
    background-color: #f5f5f5;   
}

.index-service {
    max-width: 200px;
    min-width: 199px;
    margin: 0px 30px !important;
}

.index-services-image {
    object-fit: cover;
    max-height: 200px;
}

.index-services-title {
    font-family: 'PantonBold';
    color: #C71441;
}

.index-services-text {
    margin-top: -8px;
    text-align: justify;
    margin-bottom: 0px !important;
    font-family: 'AkrobatLight';
    font-size: 1.0rem;
    line-height: 20px;
}

@media screen and (max-width: 1200px) {
    .index-service {
        margin: 30px 30px !important;
    }
}

@media screen and (max-width: 576px) {
    .index-service {
        max-width: 100%;
        min-width: 100%;
        margin: 30px 0px !important;
    }
}