﻿
.wrapper.copy {
    padding: 0 20px;
}
/* Resize photo faq start */
.photo--resize--main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 24px 0 24px;
}

.photo--resize--main .tab .tab-menu {
    width: 100%;
    justify-content:flex-start;
}
.photo--resize--main .tab .tab-bar {
    padding: 0;
}

.photo--resize--main .photo--resize--content {
    padding: 44px 100px;
}

    .photo--resize--main .photo--resize--content:first-child {
        /*  border-right: 1px solid #edeff1;
     padding-right: 50px; */
    }
    .photo--resize--main .photo--resize--content:last-child {
        /*  padding-left: 50px; */
    }
.photo--resize--content .step--container {
    margin-bottom: 36px;
}
.photo--resize--content .step--container:last-child {
    margin-bottom: 0;
}

.photo--resize--content .step--container img {
    max-width: 100%;
}
.step--container p {
    position: relative;
}

/*
.step--container p:before {
    content: "";
    position: absolute;
    left:0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #303E48;
}
    */

/* Resize photo faq end */

@media screen and (min-width:1024px) and (max-width:1279px) {
    .photo--resize--main .photo--resize--content {
        padding: 44px 70px;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .dashboardcontent.static--page--content .aboutspan2 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .dashboardcontent.static--page--content .wrapper.copy {
        margin-top: 20px;
    }
    .photo--resize--main .photo--resize--content {
        padding: 44px 50px;
    }
}

@media screen and (max-width: 767px) {
    .photo--resize--main .photo--resize--content {
        padding: 20px 15px;
    }
    .photo--resize--main {
        margin-top: 10px;
    }
    .photo--resize--content .step--container {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 480px) {
    .photo--resize--main .tab .tab-menu-link {
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .photo--resize--content .step--container {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 360px) {
    .photo--resize--main .tab .tab-menu-link {
        padding: 15px 5px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .photo--resize--main .photo--resize--content {
        padding: 34px 50px;
    }
}

    
