.inner-subscriptions-service {
    max-width: 1400px;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscriptions-content {max-width: 50%;padding-left: 70px;padding-top: 15px;}
.image-subscriptions img{
  border-radius: 10px;
}
.subscriptions-content h2 {
    color: #171733;
    font-family: Armin Grotesk;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; 
}

.subscriptions-content p {
    color: #000;
    font-family: Armin Grotesk;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/*.subscriptions-content p:first-of-type {
color: rgba(10,83,133,0.86);
font-family: Armin Grotesk;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 34px;
}
*/
.subscriptions-content p:last-of-type {
color: rgba(0,0,0,0.86);
font-family: Armin Grotesk;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 30px;
}
