.fourthsection {
    height: auto;
    width: 100%;
    background-image: url('./img/white-background.svg');
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}

@media screen and (max-width:414px) {

.fourthsection {
    padding: 40px 24px 0px 24px;
}

.whyme {
    display: flex;
    flex-direction: column;
}

/* app section */

.app {
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
}

.appleft {
    width: 400px;
    max-width: 100% !important;
    margin-bottom: 30px;  
    box-sizing: border-box;
    z-index: 2;
}

.appleft p {
    padding-left: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.appright {
    width: 70%;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0
}

.appright img {
    width: 90%;
    max-width: 275px;
    height: auto;
    position: relative;
    display: block;
    object-fit: contain;
    opacity: 0.2;
}

.appfact {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    gap: 10px;
    padding-top: 20px;
}

.appfact h3 {
    align-items: flex-start;
}

.appfact p {
    padding-left: 58px;
}

.appfact img {
    height: 30px;
    position: relative;
}

}

@media screen and (min-width:415px) and (max-width:789px) {

.fourthsection {
    padding: 40px 40px 0px 40px;
}

.whyme {
    display: flex;
    flex-direction: column;
}

/* app section */

.app {
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
}

.appleft {
    width: 400px;
    max-width: 100% !important;
    margin-bottom: 30px;  
    box-sizing: border-box;
    z-index: 2;
}

.appleft p {
    padding-left: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.appright {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0
}

.appright img {
    width: 90%;
    max-width: 275px;
    height: auto;
    position: relative;
    display: block;
    object-fit: contain;
    opacity: 0.2;
}

.appfact {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    gap: 10px;
    padding-top: 20px;
}

.appfact h3 {
    align-items: flex-start;
}

.appfact p {
    padding-left: 58px;
}

.appfact img {
    height: 30px;
    position: relative;
}

}

@media screen and (min-width:790px) { 

.fourthsection {
    padding: 40px 80px 0px 80px;
}

.whymerow {
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    display: flex;
    gap: 40px;
    padding-top: 20px;
}

.whymefact {
    width: 50%;
    box-sizing: border-box;
}

/* app section */

.app {
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 20px;
}

.appleft {
    width: 60%;
    box-sizing: border-box;
    padding-bottom: 35px;
}

.appleft p {
    padding-left: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.appright {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding-right: 30px;
}

.appright img {
    width: 90%;
    max-width: 300px;
    height: auto;
    position: relative;
    display: block;
    object-fit: contain;
}

.appfact {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    gap: 10px;
    padding-top: 20px;
}

.appfact h3 {
    align-items: flex-start;
}

.appfact p {
    padding-left: 58px;
}

.appfact img {
    height: 30px;
    position: relative;
}

}
