.home-p3 h2{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #0c2957;
    margin-bottom: 30px;
}
.home-p3 .excerpt{
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}
.home-p3 .more{
    color: #1c21f5;
    border: 3px solid #1c21f5;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    padding: 18px 46px;
    font-size: 20px; text-decoration: none !important;
    letter-spacing: .25em;
}
.elementor-col-40{width: 40%;padding: 20px}
.elementor-col-60{width: 60%}
.home-p3 .elementor-col-60{padding:20px}
@media (max-width: 767px) {
    .elementor-col-40,.elementor-col-60 {
        width: 100%;
    }
    .home-p3 h2{font-size: 40px}
}