.content1 {
    padding: 1.5rem 1.5rem 2.5rem;
    background-color: #f5f8fc;
}
.title {
    font-size: 1.9rem;
    color:#fff ;
    background-color: #4d96ff;
    display: flex;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin: 0 1.5rem 1rem;
}

.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.bold_wrap {
    display: flex;
    gap: .5rem;
}
.content1 .box {
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.content1 .bold1 {
    font-size: 2rem;
    font-weight: 600;
    color: #4b94ff;
    margin-bottom: 1rem;
}
.content1 .bold2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.content1 .con {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #7e7e7e;
}
.content1 .con .point1{
    font-size: 1.6rem;
    color: #5a63fc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3 {
    font-size: 1.8rem;
    /* font-weight: 600; */
    color: #4e97ff;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}

.btn2 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn2 img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left:8%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.overlay span {
    font-size: 1.8rem;
    color: white;
}

.overlay p {
    font-size:2rem;
    color: white;
}

.link { 
    display: flex;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 100%;
    margin-bottom: 2rem;

}

.link a{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 4rem;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: .5rem;
    background-color: #fff;
    color: #4f5050;
    border-radius: 1rem;
}
.link p {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.link p img {
    width: 12%;
}
.link span{ 
    font-size: 1.4rem;
    color: #868686;
}
.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.btn_wrap a{
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.8rem);
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    background: #fff;
}
.btn_wrap a img{
    width: auto;
    height:40%;
    margin-bottom: 1.5rem;
}
.section_B .content1 {
    height: 80vh;
}
.section_B1 .bold_wrap {
    flex-direction: column;
}
.section_B1 .bold1 {
    margin-bottom: .5rem;
}
.section_B1 .bold2 {
    line-height: 1.3;
}