.home-top {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 64px;
    height: min-content;
    justify-content: center;
    max-width: 1200px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
.home-top-left {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: min-content;
    justify-content: center;
    max-width: 2018px;
    padding: 0;
    position: relative;
    width: 100%;
}
.home-top-left .slogan {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.125px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.home-top-left .phrase {
    font-family: "Montserrat", serif;
    font-size: 50px;
    font-weight: 900;
    color: #094CAD;
    max-width: 900px;
    line-height: 1.2em;
}
.home-top-left .image {
    display: none;
    justify-content: space-around;
    width: 100%;
}
.home-top-left .image .left-image {
    width: 80%;
    border-radius: 20px;
    inset: 0px;
    box-shadow: 40px 56px 40px -5px #00000040;
    height: 382px;
}
.home-top-left .content-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.home-top-left .text {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    color: #2C3642;
}
.home-top-left .list {
    font-weight: 700;
    margin-left: -20px;
}
.home-top-right {
    position: relative;
    width: 328px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.home-top-image-container {
    inset: 0px;
    border-radius: 25px;
    box-shadow: 40px 56px 40px -5px #00000040;
    border: 10px solid black;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: 640px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 328px;
}
.home-top-image {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}
.why-abridgerx-container {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 64px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 100px;
    position: relative;
}
.why-abridgerx-container .item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 64px;
    max-width: 1000px;
}
.why-abridgerx-container .item-container .item {
    width: calc(50% - 32px);
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.why-abridgerx-container .item-container .item .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.7px;
    line-height: 1.5em;
    color: #2C3642;
}
.why-abridgerx-container .item-container .item .text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    color: #6B7280;
    width: 100%;
}
.why-abridgerx-container .icon {
    height: 64px;
    width: 64px;
}
.why-abridgerx-container .item-container .item .content {
    display:flex;
    flex-direction: column;
    gap: 24px;
}
.how-it-works-container .container-title {
    color: #E8B445;
}
.how-it-works-container .item-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
.how-it-works-container .item-container .item {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 40px 56px 40px -5px #00000040;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: 390px;
    justify-content: flex-start;
    padding: 30px;
    position: relative;
    width: 264px;
    text-align: center;
}
.how-it-works-container .item-container .item .number {
    width: 50px;
    border-radius: 50%;
    background-color: #E8B445;
    height: 50px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.125px;
    color: #094CAD;
    line-height: 50px;
}
.how-it-works-container .item-container .item .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    color: #2C3642;
}
.how-it-works-container .item-container .item .text {
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    color: #6B7280;
    text-align: left;
}
.contact-us-container {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 60px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 100px 40px;
    position: relative;
    width: 100%;
}
.contact-us-container .title {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.contact-us-container .text {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    color: #6B7280;
    text-align: center;
}
.contact-us-container .regular-form {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 640px;
    position: relative;
    width: 100%;
}
.contact-us-container .regular-form .item-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}
.contact-us-container .regular-form form {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    width: 100%;
}
.medication-container {
    align-items: center;
    background-color: #f2d38b;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    padding: 100px 40px;
    width: 100%;
}
.medication-container .item-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    flex-flow: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 1000px;
    position: relative;
    width: 100%;
}

/* small screen mobile */
@media screen and (max-width: 799px) {
    .home-outer  {
        padding: 48px 24px 0px;
    }
    .orange-background {
        flex-direction: column;
        gap: 56px;
    }
    .home-top {
        flex-direction: column;
        gap: 32px;
    }
    .home-top-left .slogan {
        font-size: 14px;
    }
    .home-top-left .phrase {
        font-size: 40px;
    }
    .home-top-left .content-button {
        justify-content: center;
    }
    .home-top-right {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .container-title {
        font-size: 32px;
    }
    .why-abridgerx-container {
        gap: 56px;
        padding: 64px 24px;
    }
    .why-abridgerx-container .icon {
        height: 48px;
        width: 48px;
    }
    .why-abridgerx-container .item-container {
        flex-direction: column;
        gap: 48px;
    }
    .why-abridgerx-container .item-container .item {
        flex-direction: row;
        width: 100%;
    }
    .why-abridgerx-container .item-container .item .content {
        flex: 1 0 0px;
        gap: 16px;
    }
    .how-it-works-container .item-container .item {
        height: min-content;
        width: 100%;
        gap: 16px;
    }
    .contact-us-container {
        gap: 50px;
        padding: 64px 24px;
    }
    .contact-us-container .regular-form .item-container {
        flex-direction: column;
        gap: 6px;
    }
}
/* medium screen ipad */
@media screen and (max-width: 1199px) and (min-width: 800px) {
    .home-outer  {
        padding: 64px 48px;
    }
    .orange-background {
        flex-direction: column;
        justify-content: flex-start;
    }
    .home-top-left .content-button {
        justify-content: center;
    }
    .container-title {
        font-size: 40px;
    }
    .how-it-works-container .item-container .item {
        width: calc(50% - 15px);
        height: 350px;
        gap: 16px;
    }
}
/* large screen desktop */
@media screen and (min-width: 1200px) {
    .home-outer  {
        padding: 64px;
    }
    .why-abridgerx-container .item-container .item .text {
        width: 390px;
    }
}
