.full-section {
    width: 100%;
    min-width: 1200px;
}
.faa-header, .video-section {
    background-color: rgb(245,245,245);
    height: 575px;
    overflow: hidden;
    padding-top: 50px;
}
.video-section {
    background-color: white;
    height: auto;
    padding-bottom: 50px;;
    padding-top: 75px;
}
.faa-header h1,
.video-section h2,
.contact-us-section h2 {
    text-align: center;
    font-size: 34px;
}
.faa-header p,
.video-section p {
    text-align:  center;
    font-size: 20px;
    line-height: 20px;
    margin: 12px auto 0;
    font-weight: bold;
    color: rgb(0,0,0,0.75);
    width: 1200px;
    text-align: center;
}
.faa-header .link-to-faa,
.video-section .link-to-video {
    display: block;
    margin: 45px auto;
    position: relative;
    left: 2%;
    width: 650px;
    height: 455px;
}
.video-section .link-to-video {
    width: 1100px;
    height: 683px;
}
.faa-header .link-to-faa img,
.video-section .link-to-video img {
    width: 100%;
}

.contact-us-section {
    width: 100%;
    height: 550px;
    background-color: rgb(250,250,250);
}
.contact-section-inner {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 120px 0 160px;
}
.contact-box1 {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 85px;
}
.blue-box {
    height: 70px;
    width: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(102,135,248);
    font-size: 21px;
    font-weight: bold;
}
.contact-box2 {
    margin-top: 30px;
    margin-left: 320px;
}
.blue-box a {
    display: inline-block;
    color: rgb(0,0,0,0.85);
    border-bottom:  2px solid rgb(95,95,95);
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 21px;
}
.tick-img {
    position: relative;
    top: -4px;
    margin-left: 4px;
}
.woman-img {
    width: 360px;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translate(0, -50%);
}

.qa-section {
    width: 100%;
}
.qa-main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
}
.qa-main h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;;
}
.qa-item {
    position: relative;
    width: 100%;
    margin-top: 55px;
}
.qa-box {
    width: 100%;
    background-color: rgb(245,245,245);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.qa-box b {
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
}
.qa-box .qa-str {
    font-size: 20px;
    font-weight: bold;
    width: 85%;
    margin-left: 15px;
}
.question-item {
    cursor: pointer;
}
.down-img {
    position: absolute;
    top: 24px;
    right : 45px;
    cursor: pointer;
}
.down-blue {
    display: none;
}
.answer-item-outer {
    display: none;
}
.answer-item {
    background-color: white;
    border: 1px solid rgb(225,225,225);
    border-top: 0;
    z-index: 1;
    padding-top: 50px;
    position: relative;
    margin-top: -25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

