.ourvalue{
    padding:60px 0;
}
.ourvalue .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-family: 'MontserratRegular';
}
.value-item{
text-align:center;
padding:20px;
}

.value-icon{
width:120px;
margin-bottom:0;
}

.value-item h4{
font-size:16px;
margin-bottom:10px;
color:#555;
font-weight: 600;
}

.value-item p{
font-size:14px;
color:#555;
line-height:1.6;
    margin: 0;
}
@media screen and (max-width: 992px) {
    .ourvalue .title {
        font-size: 22px;
    }
    .value-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .ourvalue {
        padding: 40px 0;
    }
    .ourvalue .title {
        font-size: 22px;
    }
    .value-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .ourvalue {
        padding: 40px 0;
    }
    .ourvalue .title {
        font-size: 22px;
    }
    .value-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 50%;
    }
}
@media screen and (max-width: 425px) {
    .ourvalue {
        padding: 40px 0;
    }
    .ourvalue .title {
        font-size: 22px;
    }
    .value-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 75%;
    }
}



.organization-priorities{
    background:rgba(19, 88, 166, 0.1);
    padding:60px 0 30px 0;
}
.organization-priorities .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'MontserratRegular';
}
.op-item{
    display: flex;
    margin: 0 0 40px 0;
}
.op-icon{
    width: 40px;
  height: 40px;
  display: flex;
  background: rgba(19, 88, 166, 0.9);
  color: white;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.op-content {
    width: 100%;
    padding-left: 20px;
}
.op-content h2{
  font-family: "HelveticaBold";
  font-weight: 400;
  color: #555;
  font-size: 18px;
  margin: 0 0 5px 0;  
}
.op-content p{
    font-size: 12px;
    margin: 0;
}
@media screen and (max-width: 992px) {
    .organization-priorities {
        padding: 40px 0 20px 0;
    }
    .organization-priorities .title {
        font-size: 22px;
    }
    .op-icon {
        width: 45px;
    }
    .op-content h2 {
        font-size: 16px;
    }
    .op-item {
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 768px) {
    .organization-priorities {
        padding: 40px 0 20px 0;
    }
    .organization-priorities .title {
        font-size: 22px;
    }
    .op-icon {
        width: 45px;
    }
    .op-content h2 {
        font-size: 16px;
    }
    .op-item {
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 575px) {
    .organization-priorities {
        padding: 40px 0 20px 0;
    }
    .organization-priorities .title {
        font-size: 22px;
    }
    .op-icon {
        width: 45px;
    }
    .op-content h2 {
        font-size: 16px;
    }
    .op-item {
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 425px) {
    .organization-priorities {
        padding: 40px 0 20px 0;
    }
    .organization-priorities .title {
        font-size: 22px;
    }
    .op-icon {
        width: 45px;
    }
    .op-content h2 {
        font-size: 16px;
    }
    .op-item {
        margin: 0 0 25px 0;
    }
}



.workethics{
    padding:60px 0;
}
.workethics .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-family: 'MontserratRegular';
}
.workethics-item{
text-align:center;
padding:20px;
}

.workethics-icon{
width:120px;
margin-bottom:0;
}

.workethics-item h4{
font-size:16px;
margin-bottom:10px;
color:#555;
font-weight: 600;
}

.workethics-item p{
font-size:14px;
color:#555;
line-height:1.6;
}
@media screen and (max-width: 992px) {
    .workethics .title {
        font-size: 22px;
    }
    .workethics-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .workethics {
        padding: 40px 0;
    }
    .workethics .title {
        font-size: 22px;
    }
    .workethics-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .workethics {
        padding: 40px 0;
    }
    .workethics .title {
        font-size: 22px;
    }
    .workethics-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 50%;
    }
}
@media screen and (max-width: 425px) {
    .workethics {
        padding: 40px 0;
    }
    .workethics .title {
        font-size: 22px;
    }
    .workethics-item p {
	    font-size: 12px;
	    margin: 0 auto;
	    width: 75%;
    }
}