body {
    background: #fbfbfb;
}







.wrapper section.development .design-development {
    text-align: center;
    padding-top: 40px
}

.wrapper section.development .design-development i {
    font-size: 30px;
    background: #f48fb1;
    color: #fff;
    padding: 30px;
    border-radius: 50%;
    position: relative;
}

.wrapper section.development .design-development i::after {
    border: 1px solid #f48fb1;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
    border-radius: 50%;
}

.wrapper section.development .design-development i::before {
    border: 1px solid #f48fb1;
    content: "";
    height: 140px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 140px;
    border-radius: 50%;
}

.wrapper section.development .design-development.one i {
    background: #0ceac5;
}

.wrapper section.development .design-development.one i::after,
.wrapper section.development .design-development.one i::before {
    border: 1px solid #0ceac5;
}

.wrapper section.development .design-development.three i {
    background: #82b1ff;
}

.wrapper section.development .design-development.three i::after,
.wrapper section.development .design-development.three i::before {
    border: 1px solid #82b1ff;
}

.wrapper section.development .design-development h2 {
    position: relative;
    color: #455a64;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 55px auto 25px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -o-fit-content;
}

.wrapper section.development .design-development h2::before {
    border: 1px solid #455a64;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 100%;
}

.wrapper section.development .design-development p {
    color: #455a64;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}


























