﻿.contentTowerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.contentTowerText h2{
     color: #065d70;
    font-size: 24px;
    font-family: 'DroidKufiBold';
    line-height: 32px;
    padding-bottom:40px;
}

.contentTowerText h3{
    color: #065d70;
    font-size: 15px;
    font-family: 'DroidKufiBold';
    line-height: 32px;
    padding-top: 16px;
    padding-bottom:16px;
}

.contentTowerText p{
    color: #000;
    font-size: 15px;
    font-family: 'DroidKufiLight';
    line-height: 32px;
    padding-bottom:16px;
}


@media screen and (min-width: 320px) and (max-width: 767px) {

    .contentTowerText h2 {
        font-size: 20px;
        padding-bottom: 29px;
    }

    .contentTowerText h3 {
        font-size: 14px;
        line-height: 28px;
    }

    .contentTowerText p {
        font-size: 14px;
        line-height: 28px;
    }
}

