:root{--primary-color:#bde88f;--secondary-color:#38da6e}.services .services-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));grid-gap:15px;gap:15px}.services .services-wrapper .service{background-color:var(--primary-color);padding:20px;border-radius:5px;transition:.3s ease;position:relative}.services .services-wrapper .service .service-title{display:grid;grid-template-columns:auto 1fr;justify-content:center;align-items:center;grid-gap:10px;gap:10px;position:relative}.services .services-wrapper .service .service-title:after{content:"";position:absolute;height:1px;width:100%;bottom:0;background-color:#000}.services .services-wrapper .service .service-body span{position:absolute;left:20px;bottom:10px}.services .services-wrapper .service a{font-weight:600}.services .services-wrapper .service a:hover{text-decoration:underline}.services .services-wrapper .service:hover{transform:translateY(-5px)}.services .services-wrapper .service p{text-align:justify;font-size:1rem}@media(max-width:900px){.bonuses img{width:70px;height:70px}}.bonuses .bonus-icons{margin-top:30px;gap:10px;display:flex;justify-content:space-around}.bonuses .bonus-icons .bonus{text-align:center}.bonuses .bonus-icons p{text-align:center;margin-top:10px}ul{line-height:30px}ul li{font-weight:500;font-size:1.25rem}.about .agents{display:flex;justify-content:space-around;gap:20px}.about .agents p{text-align:center;margin-top:0}.about .agents h2{text-align:center;margin-bottom:0}@media(max-width:900px){.about .agents{flex-direction:column;align-items:center}}