* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Cera Pro';
}

.container-one {
    max-width: 1200px;
    width: 100%;
    height: 250px;
    background-color: #FBFBFB;
    margin: auto;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-item {
    width: 204px;
    height: 202px;
    display: inline-block;
    padding-left: 25px;
}

.text h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    padding-top: 15.7px;
    color: #3D3D3D;
}

.image-plant {
    width: 77px;
    height: 95px;
}

.text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}

.vertical-line {
    border-left: 2px solid #46A3581A;
    height: 187px;
    width: 1px;
}

.join-card {
    width: 354px;
    height: 202px;
    display: inline-block;
    padding-right: 25px;
}

.email-input {
    width: 269px;
    height: 40px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: none;
    margin-top: 25px;
    margin-bottom: 18px;
    box-shadow: 0px 0px 20px 0px #0000000F;
    flex: 1;
}

.join-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-family: Cera Pro;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0%;

}

.join-btn:hover {
    background-color: #45a049;
}

.container-two {
    max-width: 1200px;
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    background: linear-gradient(90deg, #EDF6EF 0%, #52C368 100%);
}

.logo {
    width: 150px;
    height: 34px;
    padding-left: 23px;
}

.banner-location {
    display: flex;
    align-items: center;
}

.icon-banner {
    width: 20px;
    height: 20px;
    padding: 0px 9px 0px 0px;
}

.text-banner {
    text-decoration: none;
    color: #3D3D3D;
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.banner-email {
    display: flex;
    align-items: center;
}

.banner-phone {
    display: flex;
    align-items: center;
    padding-right: 22px;
}

.container-three {
    max-width: 1200px;
    width: 100%;
    height: 236px;
    background-color: #FBFBFB;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #46A35833;
}

.menu {
    padding-left: 25px;
}

.menu li {
    list-style: none;
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.menu a {
    text-decoration: none;
    color: #3D3D3D;
}

.menu-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #3D3D3D;
    padding-bottom: 8px;
}

.title-media {
    color: #3D3D3D;

}

.link-media {
    width: 224px;
    height: 154px;
    display: flex;
    padding: 25px 155px 49px 0px;
}

.icon-media {
    width: 30px;
    height: 30px;
    padding-top: 15px;
}

.title-media-two {
    color: #3D3D3D;
    padding-top: 15px;
    padding-bottom: 13px;
}

.payment {
    width: 224px;
    height: 26px;
}

.link-media a {
    text-decoration: none;
}

.text-end {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #3D3D3D;
    text-align: center;
}