.home-about-section .home-icon-wrap {
text-align: center;
}
.home-about-section .home-icon-wrap i {
font-size: 54px;
border-width: 4px;
border-style: solid;
border-radius: 20px;
border-color: inherit;
width: 90px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
}
.home-about-section .home-icon-wrap.home-icon-wrap-1 i {
color: #f17e00;
}
.home-about-section .home-icon-wrap.home-icon-wrap-2 i {
color: #3685fb;
}
.home-about-section .home-icon-wrap.home-icon-wrap-3 i {
color: #bbd700;
}