body {
    background-color: white;
}

.fd-sec {
    /* background-color: white; */
    width: 100vw;
    padding: 50px;
}

.fd-method-title {
    margin-bottom: 20px;
}

.fd-method-ul {
    margin-bottom: 40px;
    list-style: none;
}

.fd-method-ul > li {
    margin-bottom: 10px;
}

.fd-normalFilterDownload-sec {
    margin-bottom: 40px;
}

.fd-normalFilterDownload-sec > h2 {
    margin-bottom: 20px;
}

.downloadLinks-flexCon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.fd-imgCon {
    aspect-ratio: 1 / 1;
    width: 200px;
    position: relative;
    border: 1px solid black;
    border-radius: 15px;
    overflow: hidden;
}

.fd-imgCon > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}


.fd-vintageFilterDownload-sec {
    margin-bottom: 40px;
}

.fd-vintageFilterDownload-sec > h2 {
    margin-bottom: 20px;
}


.cfd-sec {
    margin-bottom: 40px;
}

.cdf-method-title {
    margin-bottom: 20px;
}

.cfd-method-ul {
    margin-bottom: 40px;
    list-style: none;
}

.cfd-method-ul > li {
    margin-bottom: 10px;
}


.cfd-method-p {
    margin-bottom: 10px;
}


.cfd-img-flexCon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}


.cfd-imgCon {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    border: 1px solid black;
}

.cfd-imgCon.rec {
    /* aspect-ratio: 344 / 611; */
    /* aspect-ratio: 314 / 700; */
    aspect-ratio: 536 / 1118;
    height: 350px;
}

.cfd-imgCon.sqr {
    aspect-ratio: 1 / 1;
    height: 200px;
}

.cfd-imgCon > img {
    display: block;
    width: 100%;
    height: 100%;
}

.cfd-imgCon > .beforeAfter-banner {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    background-color: var(--cs-gray);
    /* border-radius: 15px; */
    border-bottom-right-radius: 5px;
}

.bigYellow_downloadNCustomBtn {
    margin-top: 20px;
    width: 310px;
    border-radius: 15px;
    background-color: var(--cs-yellow);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 7px;
    cursor: pointer;
    position: relative;
}

.bigYellow_downloadNCustomBtn > p {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bigYellow_downloadNCustomBtn > p > span {
    display: block;
    white-space: nowrap;
}

.bigYellow_downloadNCustomBtn > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 405px) {
    .bigYellow_downloadNCustomBtn {
        width: 240px;
    }

    .bigYellow_downloadNCustomBtn > p {
        font-size: 12px;
    }
}

footer {
    background-color: var(--cs-gray);
}