.why-choose-section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 80px;
    font-weight: 300;
    letter-spacing: -0.5px;
    text-align: center;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #226adb;
    font-size: 44px;
    margin-bottom: 0px !important;
}

.feature-icon svg {
    width: 48px;
    height: 48px;
    stroke: #1a1a1a;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-title {
    font-size: 0.875rem;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feature-title span {
    font-weight: 700;
}

.feature-description {
    font-size: 0.9375rem;
    color: #3e3a3a;
    line-height: 1.4;
    font-weight: 300;
    text-align: justify !important;
}

.section-head p,
p.awesome_line {
    text-align: justify !important;
    font-size: 1rem;
    color: #3e3a3a;
    line-height: 1.5 !important;
    font-weight: 300;
}

.feature-icon i {
    font-size: 33px;
}

.amman-c-img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e1dcdc;
}
.vp-p1 {
    text-align: justify;
}

p.feature-description {
    text-align: justify !important;
}


.img-cd-2 {
  padding: 10px;
}

.about.my-2 p {
  text-align: justify;
}


@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 60px;
    }
}