|
@@ -861,6 +861,7 @@ footer {
|
|
|
|
|
|
|
|
|
.employment-list-holder {
|
|
|
+ text-align: center;
|
|
|
padding: 2.5rem 0;
|
|
|
.title-desc {
|
|
|
margin-bottom: 45px;
|
|
@@ -907,6 +908,7 @@ footer {
|
|
|
list-style-type: none;
|
|
|
padding-right: 1.2rem;
|
|
|
padding-left: 1.2rem;
|
|
|
+ text-align: right;
|
|
|
|
|
|
li {
|
|
|
line-height: 2;
|
|
@@ -922,6 +924,8 @@ footer {
|
|
|
}
|
|
|
|
|
|
.employment-steps-holder {
|
|
|
+ text-align: center;
|
|
|
+ padding: 2.5rem 0;
|
|
|
.mb-feature {
|
|
|
@media screen and (min-width: 992px){
|
|
|
margin-bottom: 3rem;
|
|
@@ -940,6 +944,37 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.employment-target-holder {
|
|
|
+ padding: 2.5rem 0;
|
|
|
+ .title {
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ .img-holder {
|
|
|
+ img {
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .list-item-target-holder {
|
|
|
+ .sub-title {
|
|
|
+ list-style-type: none;
|
|
|
+ padding-right: 0rem;
|
|
|
+ padding-left: 0rem;
|
|
|
+ li {
|
|
|
+ line-height: 2;
|
|
|
+ text-align: justify;
|
|
|
+ margin-bottom: 0.75rem;
|
|
|
+ color: lighten($gray , 10);
|
|
|
+ &:before {
|
|
|
+ content: '✓';
|
|
|
+ color: $primary;
|
|
|
+ padding: 2px 0 2px 2px;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
|
|
|
|