.partner-page {
    padding-top: 8rem;
    position: relative;
    background-color: hsla(4, 45%, 27%, 1);
    background-image: radial-gradient(at 39% 24%, hsla(312, 67%, 38%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(35, 100%, 62%, 1) 0px, transparent 50%), radial-gradient(at 0% 98%, hsla(218, 100%, 64%, 1) 0px, transparent 50%);
}

.partner-box {
    color: #212121;
    box-shadow: 0px 5px 15px rgba(58, 12, 163, 0.5);
    padding: 2.5rem 2rem 1rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #3a0ca3;
}

.partner-photo {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #7b2cbf;
}

@media (max-width:768px) {
    .partner-photo {
        margin-bottom: 2rem;
    }
}

.partner-box h5 {
    color: #989595;
    font-size: 16px;
}


.social {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.social .bi-share-fill {
    color: #3f37c9;
}

.social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #e3e1ff;
    color: #3f37c9;
}

.social a i {
    font-size: 18px;
    margin: 0 3px;
}

.social a:hover {
    background: #e0aaff;
    color: #fff;
}

.social a+a {
    margin-left: 8px;
}

.partner-txt {
    border-top: 1px dashed #7b2cbf;
    margin: 2.5rem 0;
    padding-top: 2rem;
}