.section1 {
    position: relative;
    width: 100%;
}

.section1 img {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 23%;
    left: 2%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 20px;
    border-radius: 10px;
}

.text-overlay span {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
}

.text-overlay pre {
    font-size: 2.4rem;
    white-space: pre-line;
    margin-top: 10px;
    color: #fff;
    line-height: 1.3;
    font-weight:500;
}
.btn {
    background-color: #fff;
    border-radius: 1rem;
    margin: -5rem 1.5rem 0;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 1.5rem 2.5rem;
    gap: 1.5rem;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn img{
    width: 20%;
}
.btn .right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.btn .right h3{
    font-size: 1.8rem;
    color: #569bff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.btn .right h3 img{
    width: 13%;
}
.btn .right p{
    font-size: 1.7rem;
    color: #858585;
    line-height: 1.2;
}
.section2 {
    padding: 4rem 1.5rem 1rem;
}
.section2 h2 {
    font-size: 2rem;
    font-weight: 600;
}
.section2 .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}
.section2 .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;
}
.section2 .btn_wrap a img{
    width: auto;
    height:40%;
    margin-bottom: 1.5rem;
}
.section3 {
    padding: 1.5rem 1.5rem 3rem;
}
.btn2 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn2 img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.overlay span {
    font-size: 1.8rem;
    color: white;
}

.overlay p {
    font-size:2rem;
    margin-top: 10px;
    color: white;
}
