.services {
    margin: 1rem auto;
}

.services__header {

    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    /* or 36px */
    letter-spacing: 0.05em;

    color: #2B5B6C;
    margin-bottom: 1rem;

}

.services__content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.services__text {
    width: 70%;
}

.services__text p {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #000000;
    margin: 1rem 0;
}

.services__img {
    width:30%
}

.services__img img{
    width:100%
}

.services__link {
    color: #FF8C4B;
    font-weight: bold;
    text-decoration: none;
    transition: 0.25s all;
}

.services__link:hover{
    color: #2B5B6C
}

.services__intro {
    text-align: cener;
    width: 70%;
    margin: 1rem auto;
}

.services__intro p {
    
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 150%;
    /* or 30px */
    text-align: center;

    color: #000000;
}