.partners-section {
    position: relative;
}

.partners-title {
    color: #283583;
    font-size: 3.5rem;
    font-weight: 600;
}

.partners-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #272154;
    text-align: justify;
}

.partners-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

@media (max-width: 991.98px) {

    .partners-title {
        font-size: 36px;
    }

    .partners-text {
        font-size: 16px;
    }
}