.platform-services .service-grid {
    padding-bottom: 15px;
    padding-top: 15px;
}

.platform-services .service-grid .img-wrapper {
    opacity: 1;
    transition: opacity .3s;
}

.platform-services .service-grid .img-wrapper:hover,
.platform-services .service-grid .img-wrapper:focus {
    opacity: .9;
}

.platform-services .service-grid .img-wrapper .plus,
.platform-services .service-grid .img-wrapper .title {
    position: absolute;
}

.platform-services .service-grid .img-wrapper .title {
    bottom: 1rem;
    left: 1rem;
}

.platform-services .service-grid .img-wrapper .plus {
    bottom: 0;
    right: 0;
    font-size: 36px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background-color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.platform-services .service-grid .img-wrapper .plus-symbol {
    transform: scale(1);
    transition: transform .3s;
}

.platform-services .service-grid .img-wrapper:hover .plus-symbol,
.platform-services .service-grid .img-wrapper:focus .plus-symbol {
    transform: scale(1.2);
}