* {
    padding: 0;
    margin: 0;
}

.main-body {
    margin: 170px 0 0 0;
}

.section-1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-1-image-div {

    width: 100%;
    height: 500px;
    position: relative;
}

.image-box-join-up {
    width: 100%;
    height: 500px;
}

.image-box-join-up img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
}

.section-1-image-div h1,
.section-2-heading-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.558);
}

.section-1-maindiv-content {
    width: 90%;
    height: auto;
    position: relative;
    margin: auto;
}

.section-1-maindiv-content h2,
.main-heading-corporate {
    font-size: 2rem;
    padding: 10px 0px 0px 0px
}

.section-1-maindiv-content article {
    padding: 20px 0 20px 0;
}

.section-1-divcontent h3 {
    font-size: 1.5rem;
    padding: 0px 0 5px 0;
    color: orangered;
    border-left: 1px solid orangered;
    border-bottom: 1px solid orangered;
}

.section-1-divcontent p {
    padding: 20px 0 10px 0;
}

.section-1-divcontent dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
}

.section-1-divcontent dl dt {
    font-size: 1.2rem;
    font-weight: bolder;
    color: rgb(41, 40, 40);
    text-shadow: 0 0px 30px rgb(233, 24, 76);
}

.section-1-divcontent dl dd {
    font-size: 1rem;
    padding: 10px 0 0 0;
}

.main-heading-corporate {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

.color-orange {
    color: orange;
}

.contact-details {
    width: 90%;
    height: auto;
    padding: 20px 0;
    margin: auto;
}

.contact-details h2 {
    font-size: 2rem;
    text-shadow: 0px 0px 4px crimson;
    color: rgb(43, 42, 42);
}

.contact-details dl dt {
    padding: 15px 0 5px 0;
    font-weight: bolder;
}