﻿.Partner-title {
    font-size: 2.25em;
    text-align: center;
}

.Partner-subtitle {
    font-size: 1.625em;
    padding-bottom: 1.5em;
    text-align: center;
}

.Partner-content {
    box-shadow: 0px 0px 10px 0px rgba(56, 57, 57, 0.26);
    -moz-box-shadow: 0px 0px 10px 0px rgba(56, 57, 57, 0.26);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(56, 57, 57, 0.26);
    width: 94%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

    .Partner-content img {
        max-width: 70%;
        max-height: 70%;
    }

.row p {
    font-size: 1.625em;
    line-height: 3.75em;
    text-align: center;
}

@media(max-width: 767px ) {
    .row p {
        font-size: 1.7em;
    }

    .Partner-title {
        font-size: 3em;
    }

    .Partner-subtitle {
        font-size: 2.2em;
        padding-bottom: 1.4em;
    }
}
