.about-section {padding: 80px 0;background: #f8f9fa;}
.container {width: 90%;max-width: 1300px;margin: auto;}
.about-wrapper {display: flex;gap: 60px;}
.about-image {flex: 1;}
.about-image img {width: 100%;height: 650px;object-fit: cover;border-radius: 12px;display: block;}
.about-content {flex: 1;}
.about-content .subtitle {display: inline-block;color: #46b7f1;font-size: 18px;font-weight: 600;margin-bottom: 15px;}
.about-content h2 {font-size: 37px;line-height: 1.2;color: #0b4f7d;margin-bottom: 25px;font-weight: 700;}
.about-content p {font-size: 18px;line-height: 1.9;color: #0b4f7d;margin-bottom: 20px;}
@media (max-width: 991px) {.about-wrapper {flex-direction: column;gap: 40px;}
.about-image img {height: 500px;}
.about-content h2 {font-size: 28px;}}
@media (max-width: 767px) {.about-section {padding: 60px 0;}
.about-image img {height: 350px;}
.about-content h2 {font-size: 28px;}
.about-content p {font-size: 16px;}}
.vmg-section {padding: 80px 0;background: #f7f7f7;}
.container {width: 90%;max-width: 1400px;margin: auto;}
.vmg-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 35px;}
.vmg-card {background: #fff;padding: 50px 40px;border-radius: 12px;transition: all 0.4s ease;height: 100%;}
.vmg-card:hover {transform: translateY(-8px);}
.vmg-icon {margin-bottom: 25px;}
.vmg-icon i {font-size: 50px;color: #0b4f7d;border: 1px solid #0b4f7d;border-radius: 12px;padding: 6px;background: #0b4f7d14;}.vmg-card h3 {font-size: 30px;color: #0b4f7d;margin-bottom: 25px;font-weight: 700;}
.vmg-card p {font-size: 17;line-height: 1.9;color: var(--primary);text-align: justify;}

@media (max-width: 1199px) {
.vmg-card {padding: 40px 30px;}
.vmg-card h3 {font-size: 27px;}
.vmg-card p {font-size: 18px;}}

@media (max-width: 991px) {.vmg-grid {grid-template-columns: repeat(2, 1fr);}}

@media (max-width: 767px) {
.vmg-section {padding: 60px 0;}
.vmg-grid {grid-template-columns: 1fr;gap: 25px;}
.vmg-card {padding: 30px 25px;}
.vmg-icon i {font-size: 45px;}
.vmg-card h3 {font-size: 24px;margin-bottom: 15px;}
.vmg-card p {font-size: 16px;line-height: 1.8;}}