.wed-sec{
    display: flex;
    margin-top:80px;
}
.wed-sec-content-title{
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-family: wfont_79ea19_1ec267f5aeda4136b9357c6a396ac7b2, wf_1ec267f5aeda4136b9357c6a3, orig_lato_regular;
    font-size: 46px;
    font-weight: 400;
    line-height: 46px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    text-align: center;
    max-width: 480px;
}
.wed-sec-content-text{
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-family: wfont_79ea19_784df4151f6a4bfbac43f54048eeb8a9, wf_784df4151f6a4bfbac43f5404, orig_latolight;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    text-align: center;
    max-width: 480px;
}
.wed-sec-content{
    width: 100vw;
    background: rgb(41, 135, 147);
}
.wed-sec-img,
.wed-sec-content{
    width: 50%;
}
.wed-sec-img img{
    width: 100%;
}
.wed-sec-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


@media (max-width: 1200px) {
    .wed-sec {
        flex-direction: column-reverse;
        margin-top: 80px;
    }
    .wed-sec-content {
        padding: 80px 0;
    }
    .wed-sec-img,
    .wed-sec-content {
        width: 100%;
    }
    .wed-sec-content-title,
    .wed-sec-content-text {
        max-width: 80%;
    }
}

@media (max-width: 600px) {
    .wed-sec-content-title {
        font-size: 28px;
        line-height: 32px;
        max-width: 100%;
    }
    .wed-sec-content-text {
        font-size: 15px;
        line-height: 20px;
        max-width: 90%;
    }
    .wed-sec-content {
        gap: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wed-sec-img img {
        width: 100vw;
        max-width: 100%;
        height: auto;
    }
}
