.body{
    font-size: 16px;
}

.service-landing{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding-left: 10rem;
    padding-right: 10rem;
}

.service-text{
    width: 27rem;
}

.service-text > h3{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-text > h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 3%;
    height: 0.2rem;
    background-color: #ff7f40;
}

.service-text > p{
    font-size: 1.02rem;
    margin-bottom: 1rem;
}

.service-form > p{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.service-form{
    /* border: 3px solid #f3f3f2 ; */
    width: 45rem;
    background-color: #f3f3f2;
    padding: 1rem;
    border-radius: 20px;
    font-size: 1.05rem;
    display: inline-block;
}

input{
    background-color: #ffffff;
    border-radius: 10px;
    border-style: none;
    height: 2.5rem;
    width: 18rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.form-sec-1{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.form-sec-1 > div > input{
    height: 2.2rem;
    width: 100%;
}

.form-sec-1 > .email-div{
    width: 40%;
}

.form-sec-2{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.sec-2-subject{
    width: 100%;
    margin-top: 1rem;
}

#service-contact-form-subject{
    height: 2.2rem;
    width: 100%;
}

.sec-2-content{
    width: 100%;
    margin-top: 1rem;
}

#service-contact-form-content{
    height: 12rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    margin-top: 0.5rem;
    padding: 0.5rem;
}

.service-form-btn{
    background-color: #ff7f40;
    border-style: none;
    height: 2.2rem;
    width: 25%;
    border-radius: 3rem;
    margin-top: 1rem;
}

.service-package-section{
    margin-top: 4rem;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-package-heading{
    font-size: 3.4rem;
    margin-bottom: 3rem;
}

.service-packages{
    width: 60%;
    /* border: 1px solid black; */
    /* height: 2rem; */
    display: flex;
    justify-content: space-evenly;
}

.service-packages > span{
    display: inline-block;
    height: 2rem;
    min-width: 10rem;
    /* border: 1px solid red; */
    text-align: center;
    line-height: 1.9rem;
    background-color: #ff7f40;
    border-radius: 3rem;
    border-style: none;
}

.service-package{
    display: flex;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service-package > .text > h3{
    font-size: 2rem;
    margin-bottom: 3rem;
}

.service-package > .text > h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 3%;
    height: 0.2rem;
    background-color: #ff7f40;
}

.service-package > .text > div > p{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.service-package > .text > div > ul{
    margin-left: 1rem;
}

.service-package > .text > div > ul > li{
    margin-bottom: 0.2rem;
    padding-left: 0.5rem;
    position: relative;
}

.service-package > .text > div > ul > li::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #ff7f40;
    top: 0.5rem;
    left: 0;
}

.service-package > .text > .includes-div{
    margin-bottom: 2rem;
}

.service-package > .photo > img{
    height: 25rem;
    margin-left: 4rem;
}