 .outreach-content { margin: 15px !important; margin-top: 50px !important; }
        .cards .outer { display: flex; align-items: center; justify-content: center; }
        .cards .card-profile { background: #2196f3; width: 370px; height: 100px; display: flex; align-items: center; padding: 5px; justify-content: space-between; border-radius: 100px 20px 20px 100px; }
        .card-profile .content2 { display: flex; align-items: center; text-align: right; }
        .cards .card-profile .img { height: 130px; width: 130px; position: absolute; background: #2196f3; border-radius: 50%; padding: 5px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); margin-left: -25px; }
        .card-profile .img img { height: 100%; width: 100%; border-radius: 50%; object-fit: cover; }
        .card-profile .details { margin-left: 100px; color: #fff; }
        .card-profile .content2 .details span { font-weight: 600; font-size: 18px; color: #fff; }
        .card-profile-profile a { text-decoration: none; padding: 7px 18px; border-radius: 25px; color: #fff; background: linear-gradient(to bottom, #bea2e7 0%, #86b7e7 100%); }
        .card-profile a:hover { transform: scale(0.94); }
        .content2 p { width: 100%; float: left; }