/*About*/
.page-id-19 .goal-section .sub-heading,
.page-id-636 .goal-section .sub-heading{
    display: none;
}
.about-section{
    margin-top: 48px;
}
iframe{
    border: none;
}
.about-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-left{
    width: 46%;
}
.about-right{
    width: 48.7%;
}
.about-right img{
    width: 100%;
}
.sub-heading{
    margin-bottom: 24px;
}
.about-section p{
    color: #000;
    font-family: "Montserratarm-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.goal-section .sub-heading{
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid #DEDEDE;
}
.goal-section{
    margin-top: 65px;
    background: #F3F4F7;
    padding: 80px 0;
}
/*Our Team*/
.our-team-banner{
    margin-top: 30px;
}
.team{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}
.team-item{
    width: 32%;
    background: #FFF;
    transition: .4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-item:hover{
    box-shadow: 0px 4px 19px 0px rgba(5, 35, 65, 0.09);
}
.item-position{
    color: #FE6225;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 ;
}
.item-name{
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:8px 0 0;
}
.item-info{
    background: #ffffff;
    padding: 32px;
    margin-top: 0px;
    /*min-height: 168px;*/
}
.our-team-block{
    margin: 80px 0;
}
.our-team-block .sub-heading,
.goals-container .sub-heading{
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #DEDEDE;
}

/*Goals*/

.goals-banner{
    margin-top: 48px;
}
.goals-two-block{
    display: flex;
    gap: 100px;
}
.goals-left,.goals-right{
    width: 50%;
}
.goals-right{
    text-align: right;
}
.goals-right img{
    max-height: 600px;
}
.goals-two-block .sub-heading{
    margin-top: 0;
}
.goals-description,
.goals-description-bottom{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.goals-container{
    margin-top: 48px;
}
.goals-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 35px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.attachment-post-thumbnail{
    width: 224px;
}