.ph-ssh-container {
    display:flex;
    justify-content:space-between;
    padding: 3.5em;
}

.ssh-left {
    flex:0 0 60%;
}

.ssh-left h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 500;
    color:black;
    max-width: fit-content;
}

.ssh-left h2 {
    font-size: 36px;
    font-weight: 500;
    color: black;
    margin: 25px 0;
    line-height: 46px;
}

.ph-ssh-desc, .ph-ssh-desc p {
    color: #6d6e70;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 300;
}

.ssh-img {
    flex: 0 0 35%;
    background-size: 75%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: center center;
}

.blockBtn {
    background-color: teal;
    transition: all .3s ease-in-out;
    border-radius: 10em;
    padding: 7px 35px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    max-width: fit-content;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: 400;
    color: white;
}

.blockBtn:hover {
    transform: scale(1.1);
    text-decoration: none !important;
}

/*Steering Committee button style*/
a.SteeringCommittee {
    background-color: rgba(255, 181, 17, 0.90);
    color: #fff;
    padding: 7px 35px;
    border-radius: 10em;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: fit-content;
}