.vtel-hero-section,
.vtel-hero-section-image,
.vtel-hero-section-titles {
    display: flex;
}

.vtel-hero-section {
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
}

.vtel-hero-section-titles,
.vtel-hero-section-paragraph,
.vtel-hero-section-image img {
    transition: all .4s;
}

.vtel-hero-section-titles,
.vtel-hero-section-subtitle,
.vtel-hero-section-paragraph,
.vtel-hero-section-image {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.vtel-hero-section-titles h1,
.vtel-hero-section-titles h2,
.vtel-hero-section-titles h3,
.vtel-hero-section-titles h4,
.vtel-hero-section-titles h5,
.vtel-hero-section-titles h6 {
    width: fit-content;
}

.vtel-hero-section-title,
.vtel-hero-section-subtitle,
.vtel-hero-section-paragraph,
.vtel-hero-section-paragraph p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}