* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 46px;
    font-family: "Roboto-Regular";
    line-height: 1.1em;
}

h5 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Roboto-Regular";
}

.main-container {
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;
    background-image: url(../assets/bg.png);
}

.content {
    display: flex;
    position: relative;
}

.left-content {
    width: 790px;
    height: 1080px;
    position: relative;
}

.right-content {
    width: 1130px;
    height: 1080px;
    position: relative;
}

.oval-container {
    position: relative;
    width: 684px;
    height: 313px;
    margin-top: 563px;
    margin-left: 360px;
}

.circle-white {
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 300px;
}

.person-image {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 655px;
    height: 454px;
    border-radius: 0px 0px 150px 150px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.person-image img {
    max-height: 100%;
    max-width: 655px;
    width: 655px;    
    object-fit: contain;
    align-self: flex-end;
}

.circle-yellow {
    position: relative;
    background-image: url(../assets/circle_yellow.png);
    margin-top: -57px;
    margin-left: 400px;
    width: 119px;
    height: 119px;   
    z-index: 1;
}

.figure-green {
    position: absolute;
    background-image: url(../assets/figure_green.png);
    margin-top: 723px;
    width: 294px;
    height: 191px;
    z-index: 1;
}

.content-title-eyecatch {
    position: absolute;
    color: #ffffff;
    margin-top: 340px;
    margin-left: 104px;
    width: 454px;
    height: 103px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-description-eyecatch {
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 816px;
    margin-top: 255px;
    margin-left: 257px;
    height: 132px;
}

.content-description-eyecatch h5{
    color: #4A84AA;
}

.info-content {
    position: absolute;
    width: 676px;
    margin-top: 456px;
    margin-left: 380px;
    height: 292px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.info-item {
    display: flex;
    align-items: center;
}

.info-label {
    background-color: #FF6501;
    color: #FFFFFF;
    font-style: italic;
    padding: 3px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 22px;
    font-family: "Roboto-Regular";
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.info-text {
    margin-left: 10px;
    font-size: 24px;
    font-family: "Roboto-Regular";
    color: #223454;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.info-text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-separator {
    width: 100%;
    height: 1px;
    background-color: #A7CABB;
}

.send-content {
    position: absolute;
    width: 650px;
    margin-top: 800px;
    margin-left: 380px;
    height: 102px;
    max-height: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.send-content h5 {
    color: #223454;
    font-size: 28px;
    font-weight: normal;
}

.conditions-content {
    position: absolute;
    width: 755px;
    height: 76px;
    margin-top: 958px;
    margin-left: 296px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.icon-circle {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    border: 7px solid #A6C8BA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exclamation {
    color: #FF6400;
    font-size: 58px;
    font-weight: bold;
    font-family: "Roboto-Regular";
}

.text-content {
    width: 650px;
    max-height: 90px;
    font-size: 20px;
    color: #223454;
    font-family: "Roboto-Regular";
    line-height: 1.5;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}



